diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 21:40:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 21:40:12 +0200 |
commit | a3ec77a3841c77a8b322f83b5075c80438bc8a45 (patch) | |
tree | 4b6b7eca68fbc8ddf23f14152877045843ad3afc | |
parent | e465135180c4370c7b9fe730972d73afab1a7499 (diff) |
disable start services for bulk/release builds
-rw-r--r-- | mk/build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index 2573027e7..6dcf88f1a 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -18,6 +18,7 @@ DEFCONFIG= ADK_DEBUG=n \ ADK_LEAVE_ETC_ALONE=n \ ADK_SIMPLE_NETWORK_CONFIG=n \ ADK_USE_CCACHE=n \ + ADK_RUNTIME_START_SERVICES=n \ ADK_PACKAGE_BASE_FILES=y \ ADK_PACKAGE_E2FSCK_STATIC=n \ ADK_PACKAGE_KEXECINIT=n \ |