mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
The skeletons are based on the selection of BR2_INIT_*, so add init- to the package name to make this clearer. While skeleton-sysv is relatively clear, skeleton-common and skeleton-none are less clear on their relationship to BR2_INIT_*. So rename skeleton-sysv to conform to a 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>
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
config BR2_PACKAGE_SKELETON_INIT_SYSV
|
|
bool
|
|
select BR2_PACKAGE_HAS_SKELETON
|
|
select BR2_PACKAGE_SKELETON_COMMON
|
|
|
|
config BR2_PACKAGE_PROVIDES_SKELETON
|
|
default "skeleton-init-sysv" if BR2_PACKAGE_SKELETON_INIT_SYSV
|