X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fhostapd%2Ffiles%2Fmini.config;h=0d13b1ed458473a3beadcd407bc69b5dacc1fc56;hb=2b63bfb4972e56e7b4b0930c34d9f0e7b3891a1b;hp=a2f3f62bba65f97f4a1ec4198ef2c0357061df06;hpb=5fe95d1b660bed238f8f53d6c7360f44b5ce9824;p=openwrt-10.03%2F.git diff --git a/package/hostapd/files/mini.config b/package/hostapd/files/mini.config index a2f3f62bb..0d13b1ed4 100644 --- a/package/hostapd/files/mini.config +++ b/package/hostapd/files/mini.config @@ -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