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 | 8e9a9d267a574fc6bb8d69a747ce116c9063bedd (patch) | |
tree | b6320970e332c7f3df316e84a6f41cb9ee3de50c /target/linux/ar71xx/profiles | |
parent | 0656f01bd8b5dd902063ff98c051b808240b156d (diff) | |
download | upstream-8e9a9d267a574fc6bb8d69a747ce116c9063bedd.tar.gz upstream-8e9a9d267a574fc6bb8d69a747ce116c9063bedd.tar.bz2 upstream-8e9a9d267a574fc6bb8d69a747ce116c9063bedd.zip |
ar71xx: create firmware images for the TL-WR941ND v3 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21169 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |