mirror of https://github.com/hak5/openwrt-owl.git
parent
e44384cae9
commit
38b96e6b68
|
@ -126,7 +126,7 @@ $(call KernelPackage/$(1)/config)
|
||||||
endef
|
endef
|
||||||
endif
|
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)),)
|
ifneq ($(strip $(FILES)),)
|
||||||
define Package/kmod-$(1)/install
|
define Package/kmod-$(1)/install
|
||||||
mkdir -p $$(1)/lib/modules/$(LINUX_VERSION)
|
mkdir -p $$(1)/lib/modules/$(LINUX_VERSION)
|
||||||
|
|
Loading…
Reference in New Issue