From 76d0d1a837130843ae05b343534abab38cbd968a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 21 Sep 2011 11:47:40 +0000 Subject: ar71xx: create image for the TP-Link TL-WR740N v3 Signed-off-by: Martin Raykov SVN-Revision: 28269 --- target/linux/ar71xx/image/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/ar71xx/image/Makefile') diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index abcf6256e9..d808a1d8aa 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -591,6 +591,11 @@ define Image/Build/Profile/TLWR740NV1 $(call Image/Build/Template/$(fs_64k)/$(1),TPLINK,tl-wr740n-v1,$(tlwe740nv1_cmdline),TL-WR740Nv1) endef +tlwe740nv3_cmdline=board=TL-WR741ND console=ttyS0,115200 +define Image/Build/Profile/TLWR740NV3 + $(call Image/Build/Template/$(fs_64k)/$(1),TPLINK,tl-wr740n-v3,$(tlwe740nv3_cmdline),TL-WR740Nv3) +endef + tlwr841nv15_cmdline=board=TL-WR841N-v1.5 console=ttyS0,115200 define Image/Build/Profile/TLWR841NV15 $(call Image/Build/Template/$(fs_squash)/$(1),TPLINK,tl-wr841n-v1.5,$(tlwr841nv15_cmdline),TL-WR841Nv1.5) @@ -703,6 +708,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/TLWA901NDV2,$(1)) $(call Image/Build/Profile/TLWR741NDV1,$(1)) $(call Image/Build/Profile/TLWR740NV1,$(1)) + $(call Image/Build/Profile/TLWR740NV3,$(1)) $(call Image/Build/Profile/TLWR841NV15,$(1)) $(call Image/Build/Profile/TLWR841NDV3,$(1)) $(call Image/Build/Profile/TLWR841NDV5,$(1)) -- cgit v1.2.3