projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update openswan to latest upstream version and add fixes for 2.6.21 api changes
[openwrt.git]
/
include
/
kernel.mk
diff --git
a/include/kernel.mk
b/include/kernel.mk
index
119de86
..
00a7882
100644
(file)
--- a/
include/kernel.mk
+++ b/
include/kernel.mk
@@
-108,7
+108,7
@@
define KernelPackage
endif
$$(eval $$(call BuildPackage,kmod-$(1)))
- $$(IPKG_kmod-$(1)): $$(
FILES
)
+ $$(IPKG_kmod-$(1)): $$(
wildcard $$(FILES)
)
endef
define AutoLoad
This page took
0.019033 seconds
and
4
git commands to generate.