diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-07 19:58:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-07 19:58:39 +0000 |
commit | 857042ad8b132c3bd5446eb65406fe99eddbb635 (patch) | |
tree | 428fdd71f1a5e6f5e4e826b1defe27a396a3c86f /target/linux/ar71xx/image | |
parent | 754e89b4423bbf4c598bdd226abb8cc43a468ec8 (diff) | |
download | upstream-857042ad8b132c3bd5446eb65406fe99eddbb635.tar.gz upstream-857042ad8b132c3bd5446eb65406fe99eddbb635.tar.bz2 upstream-857042ad8b132c3bd5446eb65406fe99eddbb635.zip |
[ar71xx] create firmware image for the TL-WR741ND
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16741 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index b2f51e96cc..17d20dfa50 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -280,6 +280,10 @@ define Image/Build/Profile/MZKW300NH $(call Image/Build/Template/Planex/$(1),mzk-w300nh,board=MZK-W300NH) endef +define Image/Build/Profile/TLWR741NDV1 + $(call Image/Build/Template/TPLINK/$(1),tl-wr741ndv1,board=TL-WR741ND,TL-WR741NDv1) +endef + define Image/Build/Profile/TLWR841NDV3 $(call Image/Build/Template/TPLINK/$(1),tl-wr841ndv3,board=TL-WR941ND,TL-WR841NDv3) endef @@ -300,6 +304,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/MZKW300NH,$(1)) $(call Image/Build/Profile/TEW632BRP,$(1)) $(call Image/Build/Profile/TEW652BRP,$(1)) + $(call Image/Build/Profile/TLWR741NDV1,$(1)) $(call Image/Build/Profile/TLWR841NDV3,$(1)) $(call Image/Build/Profile/TLWR941NDV2,$(1)) $(call Image/Build/Profile/UBNT,$(1)) |