summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/build.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 0e41b0002..214c52e88 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -458,7 +458,9 @@ endif
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(ADK_TOPDIR)/.defconfig; \
fi
- @$(CONFIG)/conf --defconfig=.defconfig $(CONFIG_CONFIG_IN)
+ @if [ ! -z "$(ADK_APPLIANCE)" ];then \
+ $(CONFIG)/conf --defconfig=.defconfig $(CONFIG_CONFIG_IN); \
+ fi
allconfig:
ifeq (${OStype},Linux)