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/zcomax.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/zcomax.mk')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/zcomax.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/generic/profiles/zcomax.mk b/target/linux/ar71xx/generic/profiles/zcomax.mk index 8b99e3bef8..b9ab77e802 100644 --- a/target/linux/ar71xx/generic/profiles/zcomax.mk +++ b/target/linux/ar71xx/generic/profiles/zcomax.mk @@ -7,7 +7,7 @@ define Profile/ZCN1523H28 NAME:=Zcomax ZCN-1523H-2-8 - PACKAGES:=kmod-ath9k wpad-mini + PACKAGES:= endef define Profile/ZCN1523H28/Description @@ -18,7 +18,7 @@ $(eval $(call Profile,ZCN1523H28)) define Profile/ZCN1523H516 NAME:=Zcomax ZCN-1523H-5-16 - PACKAGES:=kmod-ath9k wpad-mini + PACKAGES:= endef define Profile/ZCN1523H516/Description |