diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-22 12:37:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-07-22 12:37:44 +0000 |
commit | 900aaa919b5685c06ae0087aaad5bdd6d6a4882a (patch) | |
tree | b4e955fe89e73c25fb570fe5334dac6c437c4b45 /target/linux/ar71xx/generic/profiles | |
parent | d4d6fefdf27845273be0c49b53539334817aa3c6 (diff) | |
download | upstream-900aaa919b5685c06ae0087aaad5bdd6d6a4882a.tar.gz upstream-900aaa919b5685c06ae0087aaad5bdd6d6a4882a.tar.bz2 upstream-900aaa919b5685c06ae0087aaad5bdd6d6a4882a.zip |
ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter "Fate" Hollants, from #7528, without the ethernet fifo cfg values)
SVN-Revision: 22353
Diffstat (limited to 'target/linux/ar71xx/generic/profiles')
-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 7efb1a3766..6e55772b3d 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -5,6 +5,17 @@ # See /LICENSE for more information. # +define Profile/TLWA901NDV1 + NAME:=TP-LINK TL-WA901ND v1 + PACKAGES:=kmod-ath9k wpad-mini +endef + +define Profile/TLWA901NDV1/Description + Package set optimized for the TP-LINK TL-WA901ND v1. +endef + +$(eval $(call Profile,TLWA901NDV1)) + define Profile/TLWR741NDV1 NAME:=TP-LINK TL-WR741ND v1 PACKAGES:=kmod-ath9k wpad-mini |