From 6ab8f7af5e7c8cf540854918ea912549aaab1c4e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 Jul 2011 13:27:46 +0200 Subject: check for CRYPTINIT_ROOT, if empty skip stuff --- target/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/Makefile') 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 -- cgit v1.2.3