projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
allow bigger packets in the marvell switch (does not fix the mtu problems yet)
[openwrt.git]
/
package
/
broadcom-wl
/
src
/
wlcompat
/
Makefile
diff --git
a/package/broadcom-wl/src/wlcompat/Makefile
b/package/broadcom-wl/src/wlcompat/Makefile
index
6f3224d
..
31e5424
100644
(file)
--- a/
package/broadcom-wl/src/wlcompat/Makefile
+++ b/
package/broadcom-wl/src/wlcompat/Makefile
@@
-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.