projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/kernel: move MD4 crypto module in its own package
[openwrt.git]
/
package
/
kernel
/
Makefile
diff --git
a/package/kernel/Makefile
b/package/kernel/Makefile
index
d382354
..
13a305d
100644
(file)
--- a/
package/kernel/Makefile
+++ b/
package/kernel/Makefile
@@
-45,5
+45,5
@@
endef
$(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
-include
./modules/*.mk
+include
$(sort $(wildcard ./modules/*.mk))
-include $(TOPDIR)/target/linux/*/modules.mk
This page took
0.028451 seconds
and
4
git commands to generate.