diff options
author | Michael Büsch <mb@bu3sch.de> | 2008-02-16 18:51:55 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2008-02-16 18:51:55 +0000 |
commit | 38a03804d4cfe1d2bc642cb9686095d8144a1967 (patch) | |
tree | bec57e7b12848bad64b391615efe828f442f24bc /package/hostapd/files/default.config | |
parent | fa657fadc0aff63b8ae1d5f0e640716a8144ad8d (diff) | |
download | upstream-38a03804d4cfe1d2bc642cb9686095d8144a1967.tar.gz upstream-38a03804d4cfe1d2bc642cb9686095d8144a1967.tar.bz2 upstream-38a03804d4cfe1d2bc642cb9686095d8144a1967.zip |
Add hostapd support for nl80211 (mac80211 stack)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10469 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/files/default.config')
-rw-r--r-- | package/hostapd/files/default.config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/hostapd/files/default.config b/package/hostapd/files/default.config index f383e116cd..7e7555f71e 100644 --- a/package/hostapd/files/default.config +++ b/package/hostapd/files/default.config @@ -22,6 +22,14 @@ CONFIG_DRIVER_MADWIFI=y # Driver interface for Prism54 driver #CONFIG_DRIVER_PRISM54=y +# Driver interface for drivers using the nl80211 kernel interface +CONFIG_DRIVER_NL80211=y +# driver_nl80211.c requires a rather new libnl, probably not +# shipped with your distribution yet +#LIBNL=/usr/src/libnl +#CFLAGS += -I$(LIBNL)/include +#LIBS += -L$(LIBNL)/lib + # Driver interface for drivers using Devicescape IEEE 802.11 stack #CONFIG_DRIVER_DEVICESCAPE=y # Currently, driver_devicescape.c build requires some additional parameters |