diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-26 18:27:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-26 18:27:51 +0000 |
commit | 8470d973ee4369dc20a7e19ad55b049070a5767a (patch) | |
tree | 2049ba55d7670397eb8b24b134665db6ecb9740a /target/linux/ar71xx/profiles | |
parent | 97b031b57fd28e154628f5a0031d85975853d637 (diff) | |
download | upstream-8470d973ee4369dc20a7e19ad55b049070a5767a.tar.gz upstream-8470d973ee4369dc20a7e19ad55b049070a5767a.tar.bz2 upstream-8470d973ee4369dc20a7e19ad55b049070a5767a.zip |
ar71xx: create firmware images for the TL-WR941ND v3 boards
SVN-Revision: 21169
Diffstat (limited to 'target/linux/ar71xx/profiles')
-rw-r--r-- | target/linux/ar71xx/profiles/tp-link.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/profiles/tp-link.mk b/target/linux/ar71xx/profiles/tp-link.mk index ffb3b9e06d..7efb1a3766 100644 --- a/target/linux/ar71xx/profiles/tp-link.mk +++ b/target/linux/ar71xx/profiles/tp-link.mk @@ -60,6 +60,17 @@ endef $(eval $(call Profile,TLWR941NDV2)) +define Profile/TLWR941NDV3 + NAME:=TP-LINK TL-WR941ND v3 + PACKAGES:=kmod-ath9k wpad-mini +endef + +define Profile/TLWR941NDV3/Description + Package set optimized for the TP-LINK TL-WR941ND v3. +endef + +$(eval $(call Profile,TLWR941NDV3)) + define Profile/TLWR941NDV4 NAME:=TP-LINK TL-WR941ND v4 PACKAGES:=kmod-ath9k wpad-mini |