diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 18:37:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 18:37:48 +0000 |
commit | de8cabe83988124366e538a1bb805037145b9d8d (patch) | |
tree | fcadb6d178627100ce32b252346317416c07703e /target/linux/ar71xx/generic/profiles/linksys.mk | |
parent | 2a745a7d5433bbac79cafd1a348efab8ee9ab228 (diff) | |
download | upstream-de8cabe83988124366e538a1bb805037145b9d8d.tar.gz upstream-de8cabe83988124366e538a1bb805037145b9d8d.tar.bz2 upstream-de8cabe83988124366e538a1bb805037145b9d8d.zip |
ar71xx: clean up profiles, put in kmod-ath9k and wpad-mini by default (fixes #9954)
SVN-Revision: 28173
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/linksys.mk')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/linksys.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/generic/profiles/linksys.mk b/target/linux/ar71xx/generic/profiles/linksys.mk index f3253e728f..5b5e3b213c 100644 --- a/target/linux/ar71xx/generic/profiles/linksys.mk +++ b/target/linux/ar71xx/generic/profiles/linksys.mk @@ -7,7 +7,7 @@ define Profile/WRT160NL NAME:=Linksys WRT160NL - PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 swconfig + PACKAGES:=kmod-usb-core kmod-usb2 swconfig endef define Profile/WRT160NL/Description @@ -16,7 +16,7 @@ endef define Profile/WRT400N NAME:=Linksys WRT400N - PACKAGES:=kmod-ath9k wpad-mini + PACKAGES:= endef define Profile/WRT400N/Description |