⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Commit 4020f4f

Browse files
committed
Add MECOOL-KM3-4G support
1 parent 473965e commit 4020f4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

make

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ kernel_path="${amlogic_path}/amlogic-kernel"
5757
uboot_path="${amlogic_path}/amlogic-u-boot"
5858
configfiles_path="${amlogic_path}/common-files"
5959
op_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
6363
depends_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."

0 commit comments

Comments
 (0)