diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-30 13:27:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-30 13:27:46 +0200 |
commit | 6ab8f7af5e7c8cf540854918ea912549aaab1c4e (patch) | |
tree | 946a33f0f080691f06e15964366bf2f18d0a62d9 | |
parent | 0095fc493628addf076ead161c4902d304030249 (diff) |
check for CRYPTINIT_ROOT, if empty skip stuff
-rw-r--r-- | target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile index bffcabfe0..7ca524c89 100644 --- a/target/Makefile +++ b/target/Makefile @@ -65,7 +65,7 @@ ifneq ($(ADK_TARGET_CMDLINE),) @sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 ${ADK_TARGET_CMDLINE}"#' \ ${BUILD_DIR}/.kernelconfig.board endif -ifneq ($(ADK_PACKAGE_CMDLINE),) +ifneq ($(ADK_PACKAGE_CRYPTINIT_ROOT),) @sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 ${ADK_PACKAGE_CMDLINE}"#' \ ${BUILD_DIR}/.kernelconfig.board endif |