Move curl from packages to trunk, opkg depends on it
[openwrt.git] / package / hostapd / files / default.config
index 700217d..7e7555f 100644 (file)
@@ -22,8 +22,16 @@ 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
+#CONFIG_DRIVER_DEVICESCAPE=y
 # Currently, driver_devicescape.c build requires some additional parameters
 # to be able to include some of the kernel header files. Following lines can
 # be used to set these (WIRELESS_DEV must point to the root directory of the
This page took 0.022134 seconds and 4 git commands to generate.