revert iproute2 to the old version until the new one is fixed (#3026)
[openwrt.git] / package / broadcom-wl / src / wlcompat / Makefile
index 6f3224d..31e5424 100644 (file)
@@ -15,6 +15,9 @@ ifneq ($(DEBUG),)
   EXTRA_CFLAGS += -DDEBUG=1
   _D=-debug
 endif
+ifneq ($(WL_WEXT),)
+  EXTRA_CFLAGS += -DWL_WEXT=1
+endif
 
 obj-m := wlcompat$(_D).o
 modules: wlcompat$(_D).o
This page took 0.023543 seconds and 4 git commands to generate.