projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df8df7
)
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)
SVN-Revision: 21123
package/kernel/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/Makefile
b/package/kernel/Makefile
index 225c85cf66f35ea9c055650ad2b03661a2927696..f440a4051bfef5e3374b83ec5f6fd33dfa336011 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