diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-21 10:06:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-21 10:06:31 +0000 |
commit | 1c127a80d1a85cbd814237867791219d3c1a6065 (patch) | |
tree | b44899ae21415af3fe0e82e7a183c4fbd1a1723a | |
parent | 3960174fa96b7284291d65d0c3d0f3c9c839956e (diff) | |
download | upstream-1c127a80d1a85cbd814237867791219d3c1a6065.tar.gz upstream-1c127a80d1a85cbd814237867791219d3c1a6065.tar.bz2 upstream-1c127a80d1a85cbd814237867791219d3c1a6065.zip |
fix menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3694 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ +ifeq ($(DUMP),) include $(TOPDIR)/.config +endif SHELL=/bin/bash export SHELL |