|
@@ -387,7 +387,17 @@ BR2_TARGET_GENERIC_ROOT_PASSWD=""
|
|
|
BR2_SYSTEM_BIN_SH_ZSH=y
|
|
|
# BR2_SYSTEM_BIN_SH_NONE is not set
|
|
|
BR2_SYSTEM_BIN_SH="zsh"
|
|
|
-# BR2_TARGET_GENERIC_GETTY is not set
|
|
|
+BR2_TARGET_GENERIC_GETTY=y
|
|
|
+BR2_TARGET_GENERIC_GETTY_PORT="console"
|
|
|
+BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP=y
|
|
|
+# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set
|
|
|
+# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set
|
|
|
+# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set
|
|
|
+# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set
|
|
|
+# BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200 is not set
|
|
|
+BR2_TARGET_GENERIC_GETTY_BAUDRATE="0"
|
|
|
+BR2_TARGET_GENERIC_GETTY_TERM="vt100"
|
|
|
+BR2_TARGET_GENERIC_GETTY_OPTIONS=""
|
|
|
BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y
|
|
|
BR2_SYSTEM_DHCP="eth0"
|
|
|
BR2_SYSTEM_DEFAULT_PATH="/bin:/sbin:/usr/bin:/usr/sbin"
|
|
@@ -3415,28 +3425,7 @@ BR2_PACKAGE_VIM_RUNTIME=y
|
|
|
# BR2_TARGET_ROOTFS_CPIO is not set
|
|
|
# BR2_TARGET_ROOTFS_CRAMFS is not set
|
|
|
# BR2_TARGET_ROOTFS_EROFS is not set
|
|
|
-BR2_TARGET_ROOTFS_EXT2=y
|
|
|
-BR2_TARGET_ROOTFS_EXT2_2=y
|
|
|
-# BR2_TARGET_ROOTFS_EXT2_2r0 is not set
|
|
|
-BR2_TARGET_ROOTFS_EXT2_2r1=y
|
|
|
-# BR2_TARGET_ROOTFS_EXT2_3 is not set
|
|
|
-# BR2_TARGET_ROOTFS_EXT2_4 is not set
|
|
|
-BR2_TARGET_ROOTFS_EXT2_GEN=2
|
|
|
-BR2_TARGET_ROOTFS_EXT2_REV=1
|
|
|
-BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs"
|
|
|
-BR2_TARGET_ROOTFS_EXT2_SIZE="1536M"
|
|
|
-BR2_TARGET_ROOTFS_EXT2_INODES=0
|
|
|
-BR2_TARGET_ROOTFS_EXT2_INODE_SIZE=256
|
|
|
-BR2_TARGET_ROOTFS_EXT2_RESBLKS=5
|
|
|
-BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O ^64bit"
|
|
|
-BR2_TARGET_ROOTFS_EXT2_NONE=y
|
|
|
-# BR2_TARGET_ROOTFS_EXT2_GZIP is not set
|
|
|
-# BR2_TARGET_ROOTFS_EXT2_BZIP2 is not set
|
|
|
-# BR2_TARGET_ROOTFS_EXT2_LZ4 is not set
|
|
|
-# BR2_TARGET_ROOTFS_EXT2_LZMA is not set
|
|
|
-# BR2_TARGET_ROOTFS_EXT2_LZO is not set
|
|
|
-# BR2_TARGET_ROOTFS_EXT2_XZ is not set
|
|
|
-# BR2_TARGET_ROOTFS_EXT2_ZSTD is not set
|
|
|
+# BR2_TARGET_ROOTFS_EXT2 is not set
|
|
|
# BR2_TARGET_ROOTFS_F2FS is not set
|
|
|
|
|
|
#
|