From 53e0adc43d634c00ebbe22676e6eebde415528ae Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 21 Apr 2006 10:06:31 +0000
Subject: [PATCH] fix menuconfig

SVN-Revision: 3694
---
 openwrt/rules.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openwrt/rules.mk b/openwrt/rules.mk
index c23d41803b..a7167ca025 100644
--- a/openwrt/rules.mk
+++ b/openwrt/rules.mk
@@ -1,4 +1,6 @@
+ifeq ($(DUMP),)
 include $(TOPDIR)/.config
+endif
 
 SHELL=/bin/bash
 export SHELL
-- 
GitLab