diff options
| -rw-r--r-- | meta/recipes-core/busybox/busybox-1.21.1/defconfig | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/meta/recipes-core/busybox/busybox-1.21.1/defconfig b/meta/recipes-core/busybox/busybox-1.21.1/defconfig index e287a0dc4f..4526121a44 100644 --- a/meta/recipes-core/busybox/busybox-1.21.1/defconfig +++ b/meta/recipes-core/busybox/busybox-1.21.1/defconfig @@ -457,8 +457,8 @@ CONFIG_USE_BB_CRYPT=y  # CONFIG_ADDUSER is not set  # CONFIG_FEATURE_ADDUSER_LONG_OPTIONS is not set  # CONFIG_FEATURE_CHECK_NAMES is not set -CONFIG_FIRST_SYSTEM_ID=0 -CONFIG_LAST_SYSTEM_ID=0 +CONFIG_FIRST_SYSTEM_ID=100 +CONFIG_LAST_SYSTEM_ID=999  # CONFIG_ADDGROUP is not set  # CONFIG_FEATURE_ADDGROUP_LONG_OPTIONS is not set  # CONFIG_FEATURE_ADDUSER_TO_GROUP is not set | 
