Skip to content
Snippets Groups Projects
Commit 129d173a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time

SVN-Revision: 6346
parent fdea0fab
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ include $(INCLUDE_DIR)/prereq.mk ...@@ -13,7 +13,7 @@ include $(INCLUDE_DIR)/prereq.mk
LINUX_CONFIG ?= ./config/default LINUX_CONFIG ?= ./config/default
-include $(GENERIC_PLATFORM_DIR)/config-template -include $(TOPDIR)/target/linux/generic-$(KERNEL)/config-template
-include $(LINUX_CONFIG) -include $(LINUX_CONFIG)
ifneq ($(CONFIG_ATM),) ifneq ($(CONFIG_ATM),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment