blob: a460c2aba0d641acfcc88c9fa6a06869b0b86cc8 [file] [log] [blame]
--- a/src/drivers/drivers.mak 2011-11-29 19:19:56.684221050 +0100
+++ b/src/drivers/drivers.mak 2011-11-29 19:20:12.199609246 +0100
@@ -31,10 +31,10 @@
NEED_AP_MLME=y
NEED_NETLINK=y
NEED_LINUX_IOCTL=y
-DRV_LIBS += -lnl
+DRV_LIBS += -lnl-3
ifdef CONFIG_LIBNL20
-DRV_LIBS += -lnl-genl
+DRV_LIBS += -lnl-genl-3
DRV_CFLAGS += -DCONFIG_LIBNL20
endif
endif