diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-09-27 14:53:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-09-27 14:53:54 +0000 |
commit | ef54e937124c72ecf877426684a670070e170746 (patch) | |
tree | 58e349a2f70d95c02d23d25736493f2bc3f62b08 /target/linux/ar71xx/generic | |
parent | 142fb3e229a33f0988c7aa61f0e3713700de30f5 (diff) | |
download | upstream-ef54e937124c72ecf877426684a670070e170746.tar.gz upstream-ef54e937124c72ecf877426684a670070e170746.tar.bz2 upstream-ef54e937124c72ecf877426684a670070e170746.zip |
ar71xx: build firmware image for the TL-WR841N v7
SVN-Revision: 23134
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/tp-link.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 6e55772b3d..bad8744751 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -60,6 +60,17 @@ endef $(eval $(call Profile,TLWR841NDV5)) +define Profile/TLWR841NDV7 + NAME:=TP-LINK TL-WR841ND v7 + PACKAGES:=kmod-ath9k wpad-mini +endef + +define Profile/TLWR841NDV7/Description + Package set optimized for the TP-LINK TL-WR841ND v7. +endef + +$(eval $(call Profile,TLWR841NDV7)) + define Profile/TLWR941NDV2 NAME:=TP-LINK TL-WR941ND v2 PACKAGES:=kmod-ath9k wpad-mini |