projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1fe2f4
)
package/kernel: load target specific modules .mk files after generic ones
author
Nicolas Thill
<nico@openwrt.org>
Sat, 24 Apr 2010 11:41:35 +0000
(11:41 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 24 Apr 2010 11:41:35 +0000
(11:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21123
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/Makefile
b/package/kernel/Makefile
index
225c85c
..
f440a40
100644
(file)
--- a/
package/kernel/Makefile
+++ b/
package/kernel/Makefile
@@
-44,5
+44,5
@@
endef
$(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
--include $(TOPDIR)/target/linux/*/modules.mk
include ./modules/*.mk
+-include $(TOPDIR)/target/linux/*/modules.mk