Преглед изворни кода

ar71xx: create profile and build image for the OpenMesh MR600 board

Signed-off-by: Marek Lindner <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 34237
Gabor Juhos пре 13 година
родитељ
комит
31881357af
2 измењених фајлова са 12 додато и 0 уклоњено
  1. 11 0
      target/linux/ar71xx/generic/profiles/openmesh.mk
  2. 1 0
      target/linux/ar71xx/image/Makefile

+ 11 - 0
target/linux/ar71xx/generic/profiles/openmesh.mk

@@ -16,3 +16,14 @@ endef
 
 $(eval $(call Profile,OM2P))
 
+define Profile/MR600
+        NAME:=OpenMesh MR600
+        PACKAGES:=kmod-ath9k om-watchdog
+endef
+
+define Profile/MR600/Description
+        Package set optimized for the OpenMesh MR600.
+endef
+
+$(eval $(call Profile,MR600))
+

+ 1 - 0
target/linux/ar71xx/image/Makefile

@@ -832,6 +832,7 @@ $(eval $(call SingleProfile,Netgear,$(fs_64k),WNDRMAC,wndrmac,WNDR3700,ttyS0,115
 $(eval $(call SingleProfile,Netgear,$(fs_64k),WNDRMACV2,wndrmacv2,WNDR3700,ttyS0,115200,$$(wndr3700v2_mtdlayout),3701,WNDRMACv2,"",-H 29763654+16+128))
 
 $(eval $(call SingleProfile,OpenMesh,$(fs_squash),OM2P,om2p,,,,OM2P))
+$(eval $(call SingleProfile,OpenMesh,$(fs_squash),MR600,mr600,,,,MR600))
 
 $(eval $(call SingleProfile,PB4X,$(fs_128k),ALL0305,all0305,ALL0305,ttyS0,115200))
 $(eval $(call SingleProfile,PB4X,$(fs_128k),EAP7660D,eap7660d,EAP7660D,ttyS0,115200))