diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-23 03:45:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-23 03:45:46 +0000 |
commit | 129d173a2a1cf41a4f7074513cfa77676864a7f3 (patch) | |
tree | 03654ed41f4ef65ced2ac60b55cc90830713338f | |
parent | fdea0fabd2ae00e0ea828fbfa8e9fe6af19d4b16 (diff) | |
download | upstream-129d173a2a1cf41a4f7074513cfa77676864a7f3.tar.gz upstream-129d173a2a1cf41a4f7074513cfa77676864a7f3.tar.bz2 upstream-129d173a2a1cf41a4f7074513cfa77676864a7f3.zip |
fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time
SVN-Revision: 6346
-rw-r--r-- | include/kernel-build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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),) |