Browse Source

Fix build with drivers that use driver_wext.c

If CONFIG_DRIVER_WEXT=y is not used in .config, but driver_wext.c
gets pull in to help another driver wrapper, rfkill code needs to
included to fix the build.
Jouni Malinen 14 years ago
parent
commit
0e8da74e22
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/drivers/drivers.mak

+ 1 - 0
src/drivers/drivers.mak

@@ -154,6 +154,7 @@ endif
 ifdef CONFIG_WIRELESS_EXTENSION
 DRV_WPA_CFLAGS += -DCONFIG_WIRELESS_EXTENSION
 DRV_WPA_OBJS += ../src/drivers/driver_wext.o
+NEED_RFKILL=y
 endif
 
 ifdef NEED_NETLINK