Explorar o código

check for CRYPTINIT_ROOT, if empty skip stuff

Waldemar Brodkorb %!s(int64=13) %!d(string=hai) anos
pai
achega
6ab8f7af5e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      target/Makefile

+ 1 - 1
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