From 75d8aaa0aed98938c725f03a944b02c7b72dc9fe Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 21 May 2009 19:28:13 +0000 Subject: [PATCH] hostapd: do not try to build the nl80211 driver SVN-Revision: 15968 --- package/hostapd/files/default.config | 2 +- package/hostapd/files/mini.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/hostapd/files/default.config b/package/hostapd/files/default.config index 7e7555f71e..8682262250 100644 --- a/package/hostapd/files/default.config +++ b/package/hostapd/files/default.config @@ -23,7 +23,7 @@ CONFIG_DRIVER_MADWIFI=y #CONFIG_DRIVER_PRISM54=y # Driver interface for drivers using the nl80211 kernel interface -CONFIG_DRIVER_NL80211=y +# CONFIG_DRIVER_NL80211=y # driver_nl80211.c requires a rather new libnl, probably not # shipped with your distribution yet #LIBNL=/usr/src/libnl diff --git a/package/hostapd/files/mini.config b/package/hostapd/files/mini.config index 0d13b1ed45..3b63ec5a38 100644 --- a/package/hostapd/files/mini.config +++ b/package/hostapd/files/mini.config @@ -23,7 +23,7 @@ CONFIG_DRIVER_MADWIFI=y #CONFIG_DRIVER_PRISM54=y # Driver interface for drivers using the nl80211 kernel interface -CONFIG_DRIVER_NL80211=y +# CONFIG_DRIVER_NL80211=y # driver_nl80211.c requires a rather new libnl, probably not # shipped with your distribution yet #LIBNL=/usr/src/libnl -- 2.30.2