diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-04-01 09:53:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-04-01 09:53:29 +0000 |
commit | 72f5901eb187fa2cedd1e6d69030c208620cce23 (patch) | |
tree | 9576305be26ed7dbe3ad4f3b61baa53b15939ae0 /target/linux/mpc85xx | |
parent | f18de830e1f83e84c9bc9f24a39b398f48b5d580 (diff) | |
download | upstream-72f5901eb187fa2cedd1e6d69030c208620cce23.tar.gz upstream-72f5901eb187fa2cedd1e6d69030c208620cce23.tar.bz2 upstream-72f5901eb187fa2cedd1e6d69030c208620cce23.zip |
mpc85xx: enable ath9k and wpad-mini by default
SVN-Revision: 36142
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 0469f08315..47263c4cb7 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ kmod-leds-gpio kmod-booke-wdt \ - swconfig + swconfig kmod-ath9k wpad-mini define Target/Description Build images for the Freescale MPC85xx based boards. |