Author: nico
Date: 2015-04-02 16:53:34 +0200 (Thu, 02 Apr 2015)
New Revision: 45245

Modified:
   trunk/include/kernel.mk
Log:
include/kernel.mk: add KernelPackage/conffiles macro

Signed-off-by: Nicolas Thill <[email protected]>

Modified: trunk/include/kernel.mk
===================================================================
--- trunk/include/kernel.mk     2015-04-02 14:53:24 UTC (rev 45244)
+++ trunk/include/kernel.mk     2015-04-02 14:53:34 UTC (rev 45245)
@@ -157,6 +157,12 @@
     $(call KernelPackage/$(1)/$(BOARD))
   endef
 
+  ifdef KernelPackage/$(1)/conffiles
+    define Package/kmod-$(1)/conffiles
+$(call KernelPackage/$(1)/conffiles)
+    endef
+  endif
+
   ifdef KernelPackage/$(1)/description
     define Package/kmod-$(1)/description
 $(call KernelPackage/$(1)/description)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to