mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 22:19:29 -05:00
make sure that when the kernel config changes, compile is triggered for all kernel dependent packages
SVN-Revision: 12503
This commit is contained in:
@@ -126,6 +126,8 @@ $(call KernelPackage/$(1)/config)
|
||||
endef
|
||||
endif
|
||||
|
||||
$(STAMP_BUILT): $(LINUX_DIR)/.config
|
||||
|
||||
ifneq ($(if $(filter-out %=y %=n %=m,$(KCONFIG)),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
|
||||
ifneq ($(strip $(FILES)),)
|
||||
define Package/kmod-$(1)/install
|
||||
|
||||
Reference in New Issue
Block a user