aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-12-15 22:03:48 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-12-15 22:03:48 +0000
commit1c234742d6b8c92e81d04d87dbd00097119e1c86 (patch)
treecdd73cb87526273d33d0da0b880c6cd87d353bdc /target
parentac0030116e28c009ca164d16ced30cedddd69c59 (diff)
downloadmaster-187ad058-1c234742d6b8c92e81d04d87dbd00097119e1c86.tar.gz
master-187ad058-1c234742d6b8c92e81d04d87dbd00097119e1c86.tar.bz2
master-187ad058-1c234742d6b8c92e81d04d87dbd00097119e1c86.zip
ar71xx: build images for TL-WR741N/ND v2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29548 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index e11f7deda1..2ec2ab0a41 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -778,6 +778,7 @@ tlwr741_cmdline=board=TL-WR741ND console=ttyS0,115200
tlwr741v4_cmdline=board=TL-WR741ND-v4 console=ttyATH0,115200
define Image/Build/Profile/TLWR741
$(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK,tl-wr741nd-v1,$(tlwr741_cmdline),0x07410001,1,4M)
+ $(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK,tl-wr741nd-v2,$(tlwr741_cmdline),0x07410001,1,4M)
$(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK-LZMA,tl-wr741nd-v4,$(tlwr741v4_cmdline),0x07410004,1,4Mlzma)
endef