From: Jouni Malinen Date: Thu, 4 Nov 2010 15:14:58 +0000 (+0200) Subject: nl80211: Allow libnl to be replaced with libnl-tiny X-Git-Tag: hostap-1-bp~904 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e1468839c17855a026013cf7bf80ef2f6f972e6;p=thirdparty%2Fhostap.git nl80211: Allow libnl to be replaced with libnl-tiny CONFIG_LIBNL_TINY=y can be used to select libnl-tiny instead of libnl. --- diff --git a/src/drivers/drivers.mak b/src/drivers/drivers.mak index c0c2c3358..4a98f0582 100644 --- a/src/drivers/drivers.mak +++ b/src/drivers/drivers.mak @@ -44,7 +44,11 @@ NEED_AP_MLME=y NEED_NETLINK=y NEED_LINUX_IOCTL=y NEED_RFKILL=y +ifdef CONFIG_LIBNL_TINY +DRV_LIBS += -lnl-tiny +else DRV_LIBS += -lnl +endif ifdef CONFIG_LIBNL20 DRV_LIBS += -lnl-genl