diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 11:51:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 11:51:20 +0000 |
commit | 7c87391c55a713a9ef9df169ab23e79177184b1a (patch) | |
tree | 07e420f2a0a4761864348e4ff52baf4fd9815136 /target/linux/ar71xx/image/Makefile | |
parent | 2d97a5204514c0a0ad8eae503f14664bdb837a78 (diff) | |
download | upstream-7c87391c55a713a9ef9df169ab23e79177184b1a.tar.gz upstream-7c87391c55a713a9ef9df169ab23e79177184b1a.tar.bz2 upstream-7c87391c55a713a9ef9df169ab23e79177184b1a.zip |
ar71xx: create profile and build image for the TL-WDR4300 board
SVN-Revision: 32461
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 0a7d75a3df..06e39561d7 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -974,6 +974,11 @@ define Image/Build/Profile/TLWR2543 $(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK-LZMA,tl-wr2543n-v1,$(tlwr2543_cmdline),0x25430001,1,8Mlzma) endef +tlwdr4300_cmdline=board=TL-WDR4300 console=ttyS0,115200 +define Image/Build/Profile/TLWDR4300 + $(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK-LZMA,tl-wdr4300-v1,$(tlwdr4300_cmdline),0x43000001,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) @@ -1098,6 +1103,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/TLMR3420,$(1)) $(call Image/Build/Profile/TLWA701,$(1)) $(call Image/Build/Profile/TLWA901,$(1)) + $(call Image/Build/Profile/TLWDR4300,$(1)) $(call Image/Build/Profile/TLWR703,$(1)) $(call Image/Build/Profile/TLWR740,$(1)) $(call Image/Build/Profile/TLWR741,$(1)) |