File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ kernel_path="${amlogic_path}/amlogic-kernel"
5757uboot_path=" ${amlogic_path} /amlogic-u-boot"
5858configfiles_path=" ${amlogic_path} /common-files"
5959op_release=" etc/flippy-openwrt-release" # Add custom openwrt firmware information
60- build_openwrt=(" a311d" " s922x" " s922x-n2" " s922x-reva" " s905x3" " s905x2" " s912" " s912-t95z" " s905 " " s905d" " s905d-ki" " s905x" " s905w" )
60+ build_openwrt=(" a311d" " s922x" " s922x-n2" " s922x-reva" " s905x3" " s905x2" " s905x2-km3 " " s912" " s912-t95z" " s905d" " s905d-ki" " s905x" " s905w" " s905 " )
6161#
6262# Dependency files repository, Download u-boot and dtb to the local directory
6363depends_repo=" https://github.com/ophub/amlogic-s9xxx-armbian/tree/main/build-armbian"
@@ -348,11 +348,11 @@ confirm_version() {
348348 ANDROID_UBOOT=" "
349349 ;;
350350 * )
351- error_msg " Have no this firmware : [ ${soc} - ${kernel } ]"
351+ error_msg " Have no this soc : [ ${soc} ]"
352352 ;;
353353 esac
354354
355- # Generate UUID
355+ # Confirm UUID
356356 ROOTFS_UUID=" $( cat /proc/sys/kernel/random/uuid) "
357357 [ -z " ${ROOTFS_UUID} " ] && ROOTFS_UUID=" $( uuidgen) "
358358 [ -z " ${ROOTFS_UUID} " ] && error_msg " The uuidgen is invalid, cannot continue."
You can’t perform that action at this time.
0 commit comments