diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:42:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:42:56 +0000 |
commit | 346334f34b28ba6934111d6538782a77e6b55f33 (patch) | |
tree | 1e4a32f8467db01b9c9cd0037ce7908436c4b2b1 | |
parent | 955c3b975ce41eef9da93b3f37b55b00bf7bc87b (diff) | |
download | master-187ad058-346334f34b28ba6934111d6538782a77e6b55f33.tar.gz master-187ad058-346334f34b28ba6934111d6538782a77e6b55f33.tar.bz2 master-187ad058-346334f34b28ba6934111d6538782a77e6b55f33.zip |
ar71xx: image: use the new helpers for the TPLINKOLD images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33253 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 7a43be36e8..51789783b2 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -861,10 +861,7 @@ $(eval $(call MultiProfile,TLWR741,TLWR741NV1 TLWR741NV2 TLWR741NV4)) $(eval $(call SingleProfile,TPLINK,$(fs_64kraw),TLWR743,tl-wr743nd-v1,TL-WR741ND,ttyS0,115200,0x07430001,1,4M)) -tlwr841v15_cmdline=board=TL-WR841N-v1.5 console=ttyS0,115200 -define Image/Build/Profile/TLWR841V15 - $(call Image/Build/Template/$(fs_squash)/$(1),TPLINKOLD,tl-wr841n-v1.5,$(tlwr841v15_cmdline),0x08410002,2,4M) -endef +$(eval $(call SingleProfile,TPLINKOLD,$(fs_squash),TLWR841NV15,tl-wr841nd-v1.5,TL-WR841N-v1.5,ttyS0,115200,0x08410002,2,4M)) $(eval $(call SingleProfile,TPLINK,$(fs_64kraw),TLWR841NV3,tl-wr841nd-v3,TL-WR941ND,ttyS0,115200,0x08410003,3,4M)) $(eval $(call SingleProfile,TPLINK,$(fs_64kraw),TLWR841NV5,tl-wr841nd-v5,TL-WR741ND,ttyS0,115200,0x08410005,1,4M)) |