diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-01 13:26:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-01 13:26:42 +0200 |
commit | 32d4f19aa5f05255c3d609048e1bf6ac4ffbfef4 (patch) | |
tree | a92c3310cd85ac00ed20e1ecac5dc4fdc5243fda /target/Makefile | |
parent | 38e356a749191c1832c9726b0b6cb913737af700 (diff) | |
parent | a3e0d02b1c8b618fdfc0454560f75e678e0d68c0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/Makefile')
-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 |