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:
0f82392
)
don't fail if there are no modules.mk under ./target/linux/
author
Nicolas Thill
<nico@openwrt.org>
Tue, 23 Sep 2008 20:45:40 +0000
(20:45 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 23 Sep 2008 20:45:40 +0000
(20:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12675
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/Makefile
b/package/kernel/Makefile
index
036af76
..
da96f43
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 $(TOPDIR)/target/linux/*/modules.mk
include ./modules/*.mk