diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-03-10 15:08:04 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-03-10 15:08:04 +0100 |
commit | 7678bbf90f8f1f1ef97f09f85ea85ed95b171967 (patch) | |
tree | 934b8810845a0a36df87c79c701f71c3abb61519 | |
parent | b4086ae61cdcd8a5c24c28b858c4f50079f1955f (diff) | |
download | kconfig-7678bbf90f8f1f1ef97f09f85ea85ed95b171967.tar.gz |
config tweaks
-rwxr-xr-x | kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |