don't include .config if DUMP is set

SVN-Revision: 7738
v19.07.3_mercusys_ac12_duma
Felix Fietkau 17 years ago
parent 13790041c1
commit 4b0c035a93

@ -5,7 +5,9 @@
# See /LICENSE for more information.
#
-include $(TOPDIR)/.config
ifeq ($(DUMP),)
-include $(TOPDIR)/.config
endif
include $(TOPDIR)/include/verbose.mk
export SHELL=/usr/bin/env bash -c '. $(TOPDIR)/include/shell.sh; eval "$$2"' --

Loading…
Cancel
Save