mirror of https://github.com/hak5/openwrt-owl.git
make sure that when the kernel config changes, compile is triggered for all kernel dependent packages
SVN-Revision: 12503owl
parent
973d7e80d7
commit
096531f61e
|
@ -126,6 +126,8 @@ $(call KernelPackage/$(1)/config)
|
||||||
endef
|
endef
|
||||||
endif
|
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 ($(if $(filter-out %=y %=n %=m,$(KCONFIG)),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
|
||||||
ifneq ($(strip $(FILES)),)
|
ifneq ($(strip $(FILES)),)
|
||||||
define Package/kmod-$(1)/install
|
define Package/kmod-$(1)/install
|
||||||
|
|
Loading…
Reference in New Issue