From: nbd 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-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=5c528f7a86867f59b7bdf307224811306964e314;hp=335f3c13a9da91a2e4b78f99b2e115c6003cf1a1 fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6346 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 50c9fced0..6aec7c727 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),)