diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 09:32:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 09:32:41 +0000 |
commit | 31881357af992c59255faa1fef184f4b05a39fa4 (patch) | |
tree | e714b9d8fddc6a4305a74c32675ec2f993ebc386 /target/linux/ar71xx/image | |
parent | 21393323d02bb7c852a2c16e8f2fd457af0cc5d8 (diff) | |
download | upstream-31881357af992c59255faa1fef184f4b05a39fa4.tar.gz upstream-31881357af992c59255faa1fef184f4b05a39fa4.tar.bz2 upstream-31881357af992c59255faa1fef184f4b05a39fa4.zip |
ar71xx: create profile and build image for the OpenMesh MR600 board
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34237
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index e212348509..48893e6aac 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/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)) |