diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-13 17:11:17 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-13 17:11:17 +0000 |
commit | 29c4876b2b4403b0e5ced8311e7eb28c8e217545 (patch) | |
tree | 91c25c40bf73ee0feeb24276e13cfa98f1d26261 | |
parent | 2913dec9f14ba85e3e580e22eabb75a5da9611d6 (diff) | |
download | upstream-29c4876b2b4403b0e5ced8311e7eb28c8e217545.tar.gz upstream-29c4876b2b4403b0e5ced8311e7eb28c8e217545.tar.bz2 upstream-29c4876b2b4403b0e5ced8311e7eb28c8e217545.zip |
ar71xx: add profile for the TL-WR841ND v5 board
SVN-Revision: 18409
-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 7b804e5b99..ab5ed54ca5 100644 --- a/target/linux/ar71xx/profiles/tp-link.mk +++ b/target/linux/ar71xx/profiles/tp-link.mk @@ -26,6 +26,17 @@ endef $(eval $(call Profile,TLWR841NDV3)) +define Profile/TLWR841NDV5 + NAME:=TP-LINK TL-WR841ND v5 + PACKAGES:=kmod-ath9k hostapd-mini +endef + +define Profile/TLWR841NDV5/Description + Package set optimized for the TP-LINK TL-WR841ND v5. +endef + +$(eval $(call Profile,TLWR841NDV5)) + define Profile/TLWR941NDV2 NAME:=TP-LINK TL-WR941ND v2 PACKAGES:=kmod-ath9k hostapd-mini |