mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-01-27 10:19:58 +00:00
include/kernel.mk: add KernelPackage/conffiles macro
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45245
This commit is contained in:
@@ -157,6 +157,12 @@ define KernelPackage
|
||||
$(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)
|
||||
|
||||
Reference in New Issue
Block a user