1config BR2_PACKAGE_SKELETON_INIT_NONE
2	bool
3	select BR2_PACKAGE_HAS_SKELETON
4	select BR2_PACKAGE_SKELETON_INIT_COMMON
5
6config BR2_PACKAGE_PROVIDES_SKELETON
7	default "skeleton-init-none" if BR2_PACKAGE_SKELETON_INIT_NONE
8