diff options
Diffstat (limited to 'system/Config.in')
-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 59d8eab271..45326f0985 100644 --- a/system/Config.in +++ b/system/Config.in @@ -12,7 +12,7 @@ config BR2_ROOTFS_SKELETON_DEFAULT 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_NONE if BR2_INIT_NONE + select BR2_PACKAGE_SKELETON_INIT_NONE if BR2_INIT_NONE help Use default target skeleton |