Merge branch 'master' of gitlab.ebf.local:rockchip/linux/device_rockchip

This commit is contained in:
hejiawencc
2023-03-10 15:33:02 +08:00
6 changed files with 279 additions and 0 deletions

View File

@ -935,6 +935,8 @@ function build_debian(){
RELEASE='stretch'
elif [[ "$RK_DEBIAN_VERSION" == "buster" || "$RK_DEBIAN_VERSION" == "10" ]]; then
RELEASE='buster'
elif [[ "$RK_DEBIAN_VERSION" == "bullseye" || "$RK_DEBIAN_VERSION" == "11" ]]; then
RELEASE='bullseye'
else
echo -e "\033[36m please input the os type,stretch or buster...... \033[0m"
fi