fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time
[openwrt.git] / include / kernel-build.mk
index 50c9fce..6aec7c7 100644 (file)
@@ -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),)
This page took 0.027038 seconds and 4 git commands to generate.