diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2012-08-13 01:53:49 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-25 00:05:22 +0200 |
commit | 0c00636e8bbc4e4c3049e2e4a2e2e9da25ef5589 (patch) | |
tree | 2887a289f25395332c8e246bc01d8b5b5a7a6141 /target/generic | |
parent | 8add5064c35f64fdf32d4f9b121b8f4c888ba1a2 (diff) | |
download | buildroot-novena-0c00636e8bbc4e4c3049e2e4a2e2e9da25ef5589.tar.gz buildroot-novena-0c00636e8bbc4e4c3049e2e4a2e2e9da25ef5589.zip |
system/init: add option for no init system
Can be usefull if a local package provides an init procedure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/generic')
-rw-r--r-- | 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 a83ba442c..b8472f4e8 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 |