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 | 1983f3c13e88262dcff407fcf08f7b80fee689b1 (patch) | |
tree | 4dd01d159364498b08fb8f5c37efef1052e24c44 /target/linux/ar7/Makefile | |
parent | 7fcc8371c6b1d8e0b1993c3cc2c552066baa37f0 (diff) | |
download | master-187ad058-1983f3c13e88262dcff407fcf08f7b80fee689b1.tar.gz master-187ad058-1983f3c13e88262dcff407fcf08f7b80fee689b1.tar.bz2 master-187ad058-1983f3c13e88262dcff407fcf08f7b80fee689b1.zip |
[ar7] use kmod-acx-mac80211 by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25755 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/Makefile')
-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. |