From 1baa65aeeb5bac7c4bb9dbad3c26fc1cf606c294 Mon Sep 17 00:00:00 2001 From: hyx Date: Fri, 26 Sep 2025 14:48:05 +0800 Subject: [PATCH] change default rootfs to debian --- device/rockchip/common/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device/rockchip/common/build.sh b/device/rockchip/common/build.sh index aeab9efcf..31717aa67 100755 --- a/device/rockchip/common/build.sh +++ b/device/rockchip/common/build.sh @@ -1016,7 +1016,8 @@ function build_all(){ build_loader build_kernel build_toolchain - build_rootfs ${RK_ROOTFS_SYSTEM:-buildroot} + #build_rootfs ${RK_ROOTFS_SYSTEM:-buildroot} + build_rootfs ${RK_ROOTFS_SYSTEM:-debian} build_recovery build_ramboot