diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-10-30 12:26:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-10-30 12:26:25 +0000 |
commit | 78499234731e6ca5751e66ffc35d859a80718ac2 (patch) | |
tree | 01d2da94e2ba44fb1d95bfed43686bb1de17df6d /target/linux/ar71xx | |
parent | 21fc9ffe63136cc43199d887a928bcf76b82fae4 (diff) | |
download | upstream-78499234731e6ca5751e66ffc35d859a80718ac2.tar.gz upstream-78499234731e6ca5751e66ffc35d859a80718ac2.tar.bz2 upstream-78499234731e6ca5751e66ffc35d859a80718ac2.zip |
ar71xx: add preliminary support for the TL-WR841ND v5 board
SVN-Revision: 18226
Diffstat (limited to 'target/linux/ar71xx')
-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 577758a326..dac7ded016 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -345,6 +345,10 @@ define Image/Build/Profile/TLWR841NDV3 $(call Image/Build/Template/TPLINK/$(1),tl-wr841ndv3,board=TL-WR941ND,TL-WR841NDv3) endef +define Image/Build/Profile/TLWR841NDV5 + $(call Image/Build/Template/TPLINK4K/$(1),tl-wr841ndv5,board=TL-WR741ND,TL-WR841NDv5) +endef + define Image/Build/Profile/TLWR941NDV2 $(call Image/Build/Template/TPLINK/$(1),tl-wr941ndv2,board=TL-WR941ND,TL-WR941NDv2) endef @@ -367,6 +371,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/TEW652BRP,$(1)) $(call Image/Build/Profile/TLWR741NDV1,$(1)) $(call Image/Build/Profile/TLWR841NDV3,$(1)) + $(call Image/Build/Profile/TLWR841NDV5,$(1)) $(call Image/Build/Profile/TLWR941NDV2,$(1)) $(call Image/Build/Profile/UBNT,$(1)) $(call Image/Build/Profile/WP543,$(1)) |