From 23158a3ecc844ebc60e675d95393b016fdb91619 Mon Sep 17 00:00:00 2001 From: baiywt Date: Tue, 19 Nov 2024 13:49:44 +0800 Subject: [PATCH] rk356x: Fix config prompts during install --- external/config/sources/families/rockchip-rk356x.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/config/sources/families/rockchip-rk356x.conf b/external/config/sources/families/rockchip-rk356x.conf index 755d0d8..9d34f57 100644 --- a/external/config/sources/families/rockchip-rk356x.conf +++ b/external/config/sources/families/rockchip-rk356x.conf @@ -45,7 +45,7 @@ family_tweaks_s() { rsync -a --chown=root:root "${EXTER}"/packages/bsp/rk356x/* ${SDCARD}/ - chroot $SDCARD /bin/bash -c "apt-get -y -qq install dnsmasq v4l-utils cheese swig python3-dev python3-setuptools bluez libncurses-dev" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1 + chroot $SDCARD /bin/bash -c "apt-get -y -qq install dnsmasq v4l-utils swig python3-dev python3-setuptools bluez libncurses-dev" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1 [[ ${RELEASE} == jammy ]] && rm ${SDCARD}/etc/profile.d/orangepi-ssh-title.sh # for adbd chroot "${SDCARD}" /bin/bash -c "systemctl --no-reload enable usbdevice.service >/dev/null 2>&1"