summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/kconfig b/kconfig
index 4f1ce82..6e32151 100755
--- a/kconfig
+++ b/kconfig
@@ -1,6 +1,7 @@
#!/bin/sh
-configs="${1-init strip need qemu hyperv}"
+tweak="${1-qemu hyperv}"
+configs="init strip need $tweak"
base=$(dirname $0)