diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-02-27 15:44:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-02-27 15:44:49 +0000 |
commit | 06ddfcc75c7e03d7dbc3fe6aef7989ce53c48a62 (patch) | |
tree | 41df9d246b1a5469279fcb9ebff64ee84410c9b7 | |
parent | 073c5e0e74f504b9b63d51b3e5b092bde144e66b (diff) | |
download | upstream-06ddfcc75c7e03d7dbc3fe6aef7989ce53c48a62.tar.gz upstream-06ddfcc75c7e03d7dbc3fe6aef7989ce53c48a62.tar.bz2 upstream-06ddfcc75c7e03d7dbc3fe6aef7989ce53c48a62.zip |
use kmod-acx-mac80211 by default
SVN-Revision: 25755
-rw-r--r-- | target/linux/ar7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index 9646050ceb..858996fed6 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -16,7 +16,7 @@ LINUX_VERSION:=2.6.37.1 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \ - kmod-acx swconfig + kmod-acx-mac80211 swconfig hostapd define Target/Description Build firmware images for TI AR7 based routers. |