summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-03 20:15:25 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-03 20:15:25 -0600
commite816651b1653ef168af2fcae483abc79e427a70d (patch)
treeea2c5f13595d8fa997f7ea1847d16856195b09ca /rules.mk
parent066ece401c575c45ef8f05fdf6f28e904215f200 (diff)
allow passwords with special characters, like #. reported by Martin T.
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index 84356d59d..a659baf04 100644
--- a/rules.mk
+++ b/rules.mk
@@ -46,6 +46,7 @@ ADK_TARGET_SUFFIX:= $(strip $(subst ",, $(ADK_TARGET_SUFFIX)))
ADK_TARGET_CMDLINE:= $(strip $(subst ",, $(ADK_TARGET_CMDLINE)))
ADK_QEMU_ARGS:= $(strip $(subst ",, $(ADK_QEMU_ARGS)))
ADK_RUNTIME_TMPFS_SIZE:= $(strip $(subst ",, $(ADK_RUNTIME_TMPFS_SIZE)))
+ADK_RUNTIME_PASSWORD:= $(strip $(subst ",, $(ADK_RUNTIME_PASSWORD)))
ADK_RUNTIME_CONSOLE_SERIAL_SPEED:= $(strip $(subst ",, $(ADK_RUNTIME_CONSOLE_SERIAL_SPEED)))
ADK_RUNTIME_CONSOLE_SERIAL_DEVICE:= $(strip $(subst ",, $(ADK_RUNTIME_CONSOLE_SERIAL_DEVICE)))
ADK_HOST:= $(strip $(subst ",, $(ADK_HOST)))