Author: nbd Date: 2016-01-12 00:11:13 +0100 (Tue, 12 Jan 2016) New Revision: 48207
Modified: trunk/include/kernel.mk Log: build: remove SDK special case for kernel module packages Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/kernel.mk =================================================================== --- trunk/include/kernel.mk 2016-01-11 23:11:09 UTC (rev 48206) +++ trunk/include/kernel.mk 2016-01-11 23:11:13 UTC (rev 48207) @@ -180,7 +180,7 @@ $(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 \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
