Enable bash and use it as default shell

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
2026-04-01 13:47:32 +08:00
parent 86dfc8acea
commit ec3b4253d5

View File

@@ -7,6 +7,7 @@ BR2_CPAN_MIRROR="http://mirrors.ustc.edu.cn/CPAN"
BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
BR2_INIT_SYSV=y
BR2_SYSTEM_BIN_SH_BASH=y
BR2_SYSTEM_DHCP="eth0"
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"