diff options
author | Cam Hutchison <camh@xdna.net> | 2017-08-14 07:21:12 +1000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-14 21:52:47 +0200 |
commit | 5e5547a73de02c13cd80c5cd2e221f508a408bca (patch) | |
tree | 47b2fc63eaf2fadd3f05dfd79b9f8d2290aa17aa /package/skeleton-init-systemd/Config.in | |
parent | 8bbb040e1e823debc4e92252de0b10ec2853dcf2 (diff) | |
download | buildroot-5e5547a73de02c13cd80c5cd2e221f508a408bca.tar.gz buildroot-5e5547a73de02c13cd80c5cd2e221f508a408bca.zip |
skeleton: Rename skeleton-common to skeleton-init-common
The skeletons are based on the selection of BR2_INIT_*, so add init- to
the package name to make this clearer. The name skeleton-common implies
that it is common to all skeletons, yet it does not apply to
skeleton-custom. It is only common to the skeleton-init-* packages, so
name it the same way.
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 'package/skeleton-init-systemd/Config.in')
-rw-r--r-- | package/skeleton-init-systemd/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/skeleton-init-systemd/Config.in b/package/skeleton-init-systemd/Config.in index 2d8845c281..59b21d155e 100644 --- a/package/skeleton-init-systemd/Config.in +++ b/package/skeleton-init-systemd/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_SKELETON_INIT_SYSTEMD bool select BR2_PACKAGE_HAS_SKELETON - select BR2_PACKAGE_SKELETON_COMMON + select BR2_PACKAGE_SKELETON_INIT_COMMON config BR2_PACKAGE_PROVIDES_SKELETON default "skeleton-init-systemd" if BR2_PACKAGE_SKELETON_INIT_SYSTEMD |