diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-07 19:58:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-07 19:58:39 +0000 |
commit | 6030323beae9497a988e6c479cf03415a9e36d03 (patch) | |
tree | 98b5e3599ef2db34e595f65875c01581051e8ffa /target/linux/ar71xx/profiles | |
parent | 4be401d44b9dff35a70682e7a434a9be014313d2 (diff) | |
download | upstream-6030323beae9497a988e6c479cf03415a9e36d03.tar.gz upstream-6030323beae9497a988e6c479cf03415a9e36d03.tar.bz2 upstream-6030323beae9497a988e6c479cf03415a9e36d03.zip |
create firmware image for the TL-WR741ND
SVN-Revision: 16741
Diffstat (limited to 'target/linux/ar71xx/profiles')
-rw-r--r-- | target/linux/ar71xx/profiles/tp-link.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/profiles/tp-link.mk b/target/linux/ar71xx/profiles/tp-link.mk index ba0cb12493..551aec9041 100644 --- a/target/linux/ar71xx/profiles/tp-link.mk +++ b/target/linux/ar71xx/profiles/tp-link.mk @@ -5,6 +5,16 @@ # See /LICENSE for more information. # +define Profile/TLWR741NDV1 + NAME:=TP-LINK TL-WR741ND v1 +endef + +define Profile/TLWR741NDV1/Description + Package set optimized for the TP-LINK TL-WR741ND v1. +endef + +$(eval $(call Profile,TLWR741NDV1)) + define Profile/TLWR941NDV2 NAME:=TP-LINK TL-WR941ND v2 PACKAGES:=kmod-ath9k hostapd-mini |