summaryrefslogtreecommitdiffstats
path: root/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig')
-rwxr-xr-xkconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfig b/kconfig
index 6c400f8..8776e5d 100755
--- a/kconfig
+++ b/kconfig
@@ -9,6 +9,9 @@ generic)
qemu | hyperv | vgpu)
configs="init strip need fonts $mode"
;;
++*)
+ configs="${mode#+}"
+ ;;
*)
echo "usage: $0 [ generic | qemu | hyperv | vgpu ]"
exit 1