Skip to content

Commit 129d173

Browse files
author
Felix Fietkau
committed
fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time
SVN-Revision: 6346
1 parent fdea0fa commit 129d173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/kernel-build.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include $(INCLUDE_DIR)/prereq.mk
1313

1414
LINUX_CONFIG ?= ./config/default
1515

16-
-include $(GENERIC_PLATFORM_DIR)/config-template
16+
-include $(TOPDIR)/target/linux/generic-$(KERNEL)/config-template
1717
-include $(LINUX_CONFIG)
1818

1919
ifneq ($(CONFIG_ATM),)

0 commit comments

Comments
 (0)