Преглед на файлове

This patch makes kernel modules check if config is defined and creates a config passthrough target which will evaluate the original config in the generated package. This is done so kernel modules can have configuration menus like busybox, etc... Signed-off-by: Axel Gembe <[email protected]>

SVN-Revision: 11139
Travis Kemen преди 17 години
родител
ревизия
7c7bd6f61c
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      include/kernel.mk

+ 6 - 0
include/kernel.mk

@@ -120,6 +120,12 @@ $(call KernelPackage/$(1)/description)
     endef
   endif
 
+  ifdef KernelPackage/$(1)/config
+    define Package/kmod-$(1)/config
+$(call KernelPackage/$(1)/config)
+    endef
+  endif
+
   ifneq ($(if $(KCONFIG),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
     ifneq ($(strip $(FILES)),)
       define Package/kmod-$(1)/install