diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-06 16:26:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-06 16:26:44 +0000 |
commit | c6b2b98812447c4c1dac9d83ccd01a6d3ba448c4 (patch) | |
tree | d4f03bbfb34cc344dab6ee607418e552f2afdf3a | |
parent | fbfad4e9b42f48d9c5d13c966704b6cab440ed57 (diff) | |
download | upstream-c6b2b98812447c4c1dac9d83ccd01a6d3ba448c4.tar.gz upstream-c6b2b98812447c4c1dac9d83ccd01a6d3ba448c4.tar.bz2 upstream-c6b2b98812447c4c1dac9d83ccd01a6d3ba448c4.zip |
ar71xx: create firmware image for the TL-WR740N/ND v4 boards
Based on a patch by Cristian Deluxe <djcristiandeluxe@gmail.com>
SVN-Revision: 29468
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index c1c0f48213..324899d40f 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -749,9 +749,11 @@ define Image/Build/Profile/TLWR703 endef tlwr740_cmdline=board=TL-WR741ND console=ttyS0,115200 +tlwr740v4_cmdline=board=TL-WR741ND-v4 console=ttyATH0,115200 define Image/Build/Profile/TLWR740 $(call Image/Build/Template/$(fs_64k)/$(1),TPLINK,tl-wr740n-v1,$(tlwr740_cmdline),0x07400001,1,4M) $(call Image/Build/Template/$(fs_64k)/$(1),TPLINK,tl-wr740n-v3,$(tlwr740_cmdline),0x07400003,1,4M) + $(call Image/Build/Template/$(fs_64k)/$(1),TPLINK-LZMA,tl-wr740n-v4,$(tlwr740v4_cmdline),0x07400004,1,4Mlzma) endef tlwr741_cmdline=board=TL-WR741ND console=ttyS0,115200 |