Updated the comment about libnl to state that version 1.1 is new enough

This commit is contained in:
Jouni Malinen 2008-12-09 22:41:01 +02:00
parent 315ce40a00
commit fecc01663b
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ CONFIG_DRIVER_HOSTAP=y
# Driver interface for drivers using the nl80211 kernel interface # 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 # driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
# shipped with your distribution yet # shipped with your distribution yet. If that is the case, you need to build
# newer libnl version and point the hostapd build to use it.
#LIBNL=/usr/src/libnl #LIBNL=/usr/src/libnl
#CFLAGS += -I$(LIBNL)/include #CFLAGS += -I$(LIBNL)/include
#LIBS += -L$(LIBNL)/lib #LIBS += -L$(LIBNL)/lib