diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-21 18:49:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-21 18:49:28 +0000 |
commit | d9ec48b0778312641386176e09e440c4a61bd5a4 (patch) | |
tree | 7c0e3555363485e1223c6e3551dcef84fde33e7f /target | |
parent | 766233c0cd1d92b313290d93578ae411ed12a46a (diff) | |
download | upstream-d9ec48b0778312641386176e09e440c4a61bd5a4.tar.gz upstream-d9ec48b0778312641386176e09e440c4a61bd5a4.tar.bz2 upstream-d9ec48b0778312641386176e09e440c4a61bd5a4.zip |
atheros: enable swconfig by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15331 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/atheros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 86d7d6753b..bda08b9749 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -15,7 +15,7 @@ LINUX_VERSION:=2.6.28.9 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini kmod-madwifi gpioctl +DEFAULT_PACKAGES += hostapd-mini kmod-madwifi gpioctl swconfig define Target/Description Build firmware images for Atheros SoC boards |