From: Felix Fietkau Date: Fri, 23 Feb 2007 03:45:46 +0000 (+0000) Subject: fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time X-Git-Tag: v19.07.0-rc1~40545 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=129d173a2a1cf41a4f7074513cfa77676864a7f3;p=openwrt%2Fstaging%2Fhauke.git fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time SVN-Revision: 6346 --- diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 50c9fced0f..6aec7c7270 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -13,7 +13,7 @@ include $(INCLUDE_DIR)/prereq.mk LINUX_CONFIG ?= ./config/default --include $(GENERIC_PLATFORM_DIR)/config-template +-include $(TOPDIR)/target/linux/generic-$(KERNEL)/config-template -include $(LINUX_CONFIG) ifneq ($(CONFIG_ATM),)