From 7576a0c62c12371e8c825ee38898e4a2dda1f239 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 27 Sep 2010 14:53:54 +0000 Subject: ar71xx: build firmware image for the TL-WR841N v7 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23134 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/image/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/ar71xx/image') diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 3fa49ba36..0c348565f 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -551,6 +551,10 @@ define Image/Build/Profile/TLWR841NDV5 $(call Image/Build/Template/$(fs_4k)/$(1),TPLINK,tl-wr841nd-v5,board=TL-WR741ND,TL-WR841NDv5) endef +define Image/Build/Profile/TLWR841NDV7 + $(call Image/Build/Template/$(fs_4k)/$(1),TPLINK,tl-wr841nd-v7,board=TL-WR741ND,TL-WR841NDv7) +endef + define Image/Build/Profile/TLWR941NDV2 $(call Image/Build/Template/$(fs_squash)/$(1),TPLINK,tl-wr941nd-v2,board=TL-WR941ND,TL-WR941NDv2) endef @@ -620,6 +624,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/TLWR841NV15,$(1)) $(call Image/Build/Profile/TLWR841NDV3,$(1)) $(call Image/Build/Profile/TLWR841NDV5,$(1)) + $(call Image/Build/Profile/TLWR841NDV7,$(1)) $(call Image/Build/Profile/TLWR941NDV2,$(1)) $(call Image/Build/Profile/TLWR941NDV3,$(1)) $(call Image/Build/Profile/TLWR941NDV4,$(1)) -- cgit v1.2.3