allow bigger packets in the marvell switch (does not fix the mtu problems yet)
[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.018901 seconds and 4 git commands to generate.