|
@@ -31,10 +31,6 @@ config BR2_ROOTFS_SKELETON_CUSTOM_PATH
|
|
help
|
|
help
|
|
Path to custom target skeleton.
|
|
Path to custom target skeleton.
|
|
|
|
|
|
-# dummy config so merged /usr workarounds can also be activated for
|
|
|
|
-# custom rootfs skeleton
|
|
|
|
-config BR2_ROOTFS_MERGED_USR
|
|
|
|
-
|
|
|
|
endif
|
|
endif
|
|
|
|
|
|
if BR2_ROOTFS_SKELETON_DEFAULT
|
|
if BR2_ROOTFS_SKELETON_DEFAULT
|
|
@@ -192,8 +188,6 @@ config BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES
|
|
help
|
|
help
|
|
Support extended attributes handling in device tables
|
|
Support extended attributes handling in device tables
|
|
|
|
|
|
-if BR2_ROOTFS_SKELETON_DEFAULT
|
|
|
|
-
|
|
|
|
config BR2_ROOTFS_MERGED_USR
|
|
config BR2_ROOTFS_MERGED_USR
|
|
bool "Use symlinks to /usr for /bin, /sbin and /lib"
|
|
bool "Use symlinks to /usr for /bin, /sbin and /lib"
|
|
help
|
|
help
|
|
@@ -206,6 +200,8 @@ config BR2_ROOTFS_MERGED_USR
|
|
symlinks to their counterparts in /usr. In this case, /usr can
|
|
symlinks to their counterparts in /usr. In this case, /usr can
|
|
not be a separate filesystem.
|
|
not be a separate filesystem.
|
|
|
|
|
|
|
|
+if BR2_ROOTFS_SKELETON_DEFAULT
|
|
|
|
+
|
|
config BR2_TARGET_ENABLE_ROOT_LOGIN
|
|
config BR2_TARGET_ENABLE_ROOT_LOGIN
|
|
bool "Enable root login with password"
|
|
bool "Enable root login with password"
|
|
default y
|
|
default y
|