update openswan to latest upstream version and add fixes for 2.6.21 api changes
[openwrt.git] / include / kernel.mk
index 119de86..00a7882 100644 (file)
@@ -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.