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/Makefile | |
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/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 0925d9c3c2..6b8dd80113 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -19,7 +19,8 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-input-core kmod-input-polldev \ - kmod-input-gpio-keys-polled kmod-button-hotplug swconfig + kmod-input-gpio-keys-polled kmod-button-hotplug swconfig \ + kmod-ath9k wpad-mini define Target/Description Build firmware images for Atheros AR71xx/AR913x/AR934x based boards. |