From 67a3aa6b3969d1d1c584598169ffbb5e4ba689cb Mon Sep 17 00:00:00 2001 From: mb Date: Sat, 16 Feb 2008 18:51:55 +0000 Subject: Add hostapd support for nl80211 (mac80211 stack) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10469 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hostapd/files/default.config | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/hostapd/files/default.config') diff --git a/package/hostapd/files/default.config b/package/hostapd/files/default.config index f383e116c..7e7555f71 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 -- cgit v1.2.3