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/d-link.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/d-link.mk')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/d-link.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/ar71xx/generic/profiles/d-link.mk b/target/linux/ar71xx/generic/profiles/d-link.mk index 4df038ba9b..ec79ddecf4 100644 --- a/target/linux/ar71xx/generic/profiles/d-link.mk +++ b/target/linux/ar71xx/generic/profiles/d-link.mk @@ -7,7 +7,7 @@ define Profile/DIR600A1 NAME:=D-Link DIR-600 rev. A1 - PACKAGES:=kmod-ath9k wpad-mini + PACKAGES:= endef define Profile/DIR600A1/Description @@ -19,7 +19,7 @@ $(eval $(call Profile,DIR600A1)) define Profile/DIR615C1 NAME:=D-Link DIR-615 rev. C1 - PACKAGES:=kmod-ath9k wpad-mini + PACKAGES:= endef define Profile/DIR615C1/Description @@ -31,9 +31,7 @@ $(eval $(call Profile,DIR615C1)) define Profile/DIR825B1 NAME:=D-Link DIR-825 rev. B1 - PACKAGES:=\ - kmod-ath9k wpad-mini kmod-usb-core kmod-usb-ohci kmod-usb2 \ - kmod-ledtrig-usbdev + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev endef define Profile/DIR825B1/Description |