[Buildroot] [PATCH 01/36] system/init: add option for no init system

Yann E. MORIN yann.morin.1998 at free.fr
Sun Aug 12 23:53:49 UTC 2012


Can be usefull if a local package provides an init procedure.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 target/generic/Config.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/target/generic/Config.in b/target/generic/Config.in
index a83ba44..b8472f4 100644
--- a/target/generic/Config.in
+++ b/target/generic/Config.in
@@ -64,6 +64,9 @@ comment 'systemd requires largefile, wchar, IPv6, threads and udev support'
 		     BR2_INET_IPV6 && BR2_TOOLCHAIN_HAS_THREADS && \
 		     BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV)
 
+config BR2_INIT_NONE
+	bool "None"
+
 endchoice
 
 config BR2_ROOTFS_DEVICE_TABLE
-- 
1.7.2.5



More information about the buildroot mailing list