diff options
Diffstat (limited to 'openwrt/rules.mk')
-rw-r--r-- | openwrt/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/rules.mk b/openwrt/rules.mk index 9d924a5..4f0f49e 100644 --- a/openwrt/rules.mk +++ b/openwrt/rules.mk @@ -1,4 +1,7 @@ +ifeq ($(DUMP),) include $(TOPDIR)/.config +endif + SHELL=/bin/bash export SHELL |