diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-07 19:36:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-07 19:36:42 +0000 |
commit | f9d78517ad283be4a1f578d4fb693ab44ee517c4 (patch) | |
tree | 9f7efc61799766bd7a9c291e9130b3a01cca4243 /target/linux/ar71xx/image/Makefile | |
parent | 17bcf5783d6404e7ba45487b797db0ab76e695dc (diff) | |
download | upstream-f9d78517ad283be4a1f578d4fb693ab44ee517c4.tar.gz upstream-f9d78517ad283be4a1f578d4fb693ab44ee517c4.tar.bz2 upstream-f9d78517ad283be4a1f578d4fb693ab44ee517c4.zip |
ar71xx: add a profile and build images for the TL-WR2543N/ND
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29682 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 72c5bd664a..62a6fb2524 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -854,6 +854,11 @@ define Image/Build/Profile/TLWR1043 $(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK,tl-wr1043nd-v1,$(tlwr1043_cmdline),0x10430001,1,8M) endef +tlwr2543_cmdline=board=TL-WR2543N console=ttyS0,115200 +define Image/Build/Profile/TLWR2543 + $(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK-LZMA,tl-wr2543n-v1,$(tlwr2543_cmdline),0x25430001,1,8Mlzma) +endef + wndr3700_cmdline=board=WNDR3700 console=ttyS0,115200 wndr3700_mtdlayout=mtdparts=spi0.0:320k(u-boot)ro,128k(u-boot-env)ro,1024k(kernel),6656k(rootfs),64k(art)ro,7680k@0x70000(firmware) wndr3700v2_mtdlayout=mtdparts=spi0.0:320k(u-boot)ro,128k(u-boot-env)ro,1024k(kernel),14848k(rootfs),64k(art)ro,15872k@0x70000(firmware) @@ -970,6 +975,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/TLWR841,$(1)) $(call Image/Build/Profile/TLWR941,$(1)) $(call Image/Build/Profile/TLWR1043,$(1)) + $(call Image/Build/Profile/TLWR2543,$(1)) $(call Image/Build/Profile/UBNT,$(1)) $(call Image/Build/Profile/WP543,$(1)) $(call Image/Build/Profile/WNDR3700,$(1)) |