mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 18:19:29 -05:00
fix kconfig for packages that only define =y, =m or =n rules
SVN-Revision: 12414
This commit is contained in:
@@ -126,7 +126,7 @@ $(call KernelPackage/$(1)/config)
|
||||
endef
|
||||
endif
|
||||
|
||||
ifneq ($(if $(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)),)
|
||||
define Package/kmod-$(1)/install
|
||||
mkdir -p $$(1)/lib/modules/$(LINUX_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user