fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time
[openwrt-10.03/.git] / include / kernel-build.mk
index 50c9fced0f91b129e9edf933d4769838b3d1d76e..6aec7c7270b8b060e3b52306ae0a915ffd2f6903 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),)