projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move diag module outside of kernel directory
[openwrt.git]
/
target
/
linux
/
package
/
Makefile
diff --git
a/target/linux/package/Makefile
b/target/linux/package/Makefile
index
e55cc54
..
d1cf0f7
100644
(file)
--- a/
target/linux/package/Makefile
+++ b/
target/linux/package/Makefile
@@
-10,6
+10,7
@@
package-y += openwrt
ifeq ($(BOARD)-$(KERNEL),brcm-2.4)
package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat
+package-$(BR2_PACKAGE_KMOD_DIAG) += diag
wlcompat-compile: openwrt-compile
endif
This page took
0.026561 seconds
and
4
git commands to generate.