fix kernel config related build error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9640 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-11-30 17:22:44 +00:00
parent 8bff9d673c
commit e1ce02ea18
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ define ModuleAutoLoad
fi
endef
ifeq ($(DUMP),)
ifeq ($(DUMP)$(TARGET_BUILD),)
-include $(LINUX_DIR)/.config
endif