diff options
| author | Cam Hutchison <camh@xdna.net> | 2017-08-14 07:21:10 +1000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-14 21:52:44 +0200 |
| commit | ecbe2bef76e6c7890bb57bbde843c2c71030ae74 (patch) | |
| tree | 0cb95468bcb63e2ed31f4ba42f451fd03bf57d02 /system | |
| parent | f4a8ba8c8be2a471a2bb9d42961f90438b1056b3 (diff) | |
| download | buildroot-ecbe2bef76e6c7890bb57bbde843c2c71030ae74.tar.gz buildroot-ecbe2bef76e6c7890bb57bbde843c2c71030ae74.zip | |
skeleton: Rename skeleton-systemd to skeleton-init-systemd
The skeletons are based on the selection of BR2_INIT_*, so add init- to
the package name to make this clearer. While skeleton-systemd is
relatively clear, skeleton-common and skeleton-none are less clear on
their relationship to BR2_INIT_*. So rename skeleton-systemd to conform
to clearer pattern.
Signed-off-by: Cam Hutchison <camh@xdna.net>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system')
| -rw-r--r-- | system/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/Config.in b/system/Config.in index 45326f0985..cbde411895 100644 --- a/system/Config.in +++ b/system/Config.in @@ -11,7 +11,7 @@ config BR2_ROOTFS_SKELETON_DEFAULT bool "default target skeleton" select BR2_PACKAGE_SKELETON_SYSV if BR2_INIT_SYSV select BR2_PACKAGE_SKELETON_SYSV if BR2_INIT_BUSYBOX - select BR2_PACKAGE_SKELETON_SYSTEMD if BR2_INIT_SYSTEMD + select BR2_PACKAGE_SKELETON_INIT_SYSTEMD if BR2_INIT_SYSTEMD select BR2_PACKAGE_SKELETON_INIT_NONE if BR2_INIT_NONE help Use default target skeleton |

