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 | 8398eb00ba08f57e31027e51decd5214f9526916 (patch) | |
tree | a241466779d92d78c814d79a9062efccb42c63f4 /target | |
parent | b31ce584a3408ba4682db5c175dd39ed32371654 (diff) | |
download | upstream-8398eb00ba08f57e31027e51decd5214f9526916.tar.gz upstream-8398eb00ba08f57e31027e51decd5214f9526916.tar.bz2 upstream-8398eb00ba08f57e31027e51decd5214f9526916.zip |
atheros: enable swconfig by default
SVN-Revision: 15331
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 |