index
:
kconfig
master
kconfig
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
kconfig
3
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)