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 | 8ef41e92fc0d3316ea7663826f4ca127128a91ee (patch) | |
tree | 249bfadcaac045b0e7ba4425da89e8362fc12615 /target/linux/ar71xx/Makefile | |
parent | 94dac0725a504a91773200dec58d8efa31dc2404 (diff) | |
download | upstream-8ef41e92fc0d3316ea7663826f4ca127128a91ee.tar.gz upstream-8ef41e92fc0d3316ea7663826f4ca127128a91ee.tar.bz2 upstream-8ef41e92fc0d3316ea7663826f4ca127128a91ee.zip |
ar71xx: clean up profiles, put in kmod-ath9k and wpad-mini by default (fixes #9954)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28173 3c298f89-4303-0410-b956-a3cf2f4a3e73
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. |