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 | 4f4d6221a665e4a87910bfea0f4115a090317494 (patch) | |
tree | 578e144ca470225ca407f17cb13ed7147e35d8b2 /target/linux/ar71xx/generic | |
parent | 64a74c52e00bf445262796c84f4e9cfdb1656386 (diff) | |
download | upstream-4f4d6221a665e4a87910bfea0f4115a090317494.tar.gz upstream-4f4d6221a665e4a87910bfea0f4115a090317494.tar.bz2 upstream-4f4d6221a665e4a87910bfea0f4115a090317494.zip |
ar71xx: build firmware image for the TL-WR841N v7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23134 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |