From: nbd Date: Mon, 11 Jan 2016 23:11:13 +0000 (+0000) Subject: build: remove SDK special case for kernel module packages X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=8892c55e7c8853ca8cbbc48cc0569d73a52d2ebf;p=openwrt.git build: remove SDK special case for kernel module packages Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48207 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/kernel.mk b/include/kernel.mk index 878a366fc4..57185c5fd3 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -180,7 +180,7 @@ $(call KernelPackage/$(1)/config) $(call KernelPackage/depends) ifneq ($(if $(filter-out %=y %=n %=m,$(KCONFIG)),$(filter m y,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),) - ifneq ($(if $(SDK),$(filter-out $(LINUX_DIR)/%.ko,$(FILES)),$(strip $(FILES))),) + ifneq ($(strip $(FILES)),) define Package/kmod-$(1)/install @for mod in $$(call version_filter,$$(FILES)); do \ if grep -q "$$$$$$$${mod##$(LINUX_DIR)/}" "$(LINUX_DIR)/modules.builtin"; then \