OK In: serial@11002000 Out: serial@11002000 Err: serial@11002000 Model: ex5700-t0 tpl_env not found in U-Boot DTB [-1] tpl-version not found in U-Boot DTB [-1] mtd: partition "ubi" extends beyond the end of device "nmbm0" -- size truncated to 0x1da80000 ubi0: attaching mtd6...
@@ -71,6 +71,9 @@ zyxel,ex5601-t0) local envdev=/dev/mtd$(find_mtd_index "u-boot-env") ubootenv_add_uci_config "$envdev" "0x0" "0x20000" "0x40000" "2" ;; zyxel,ex5700-telenor) ubootenv_add_uci_config "/dev/ubootenv" "0x0" "0x4000" "0x4000" "1" ;; esac conf...
@@ -509,6 +509,20 @@ define Device/zyxel_ex5601-t0-stock 509 509 endef 510 510 TARGET_DEVICES += zyxel_ex5601-t0-stock 511 511 512 + define Device/zyxel_ex5700-telenor 513 + DEVICE_VENDOR := ZyXEL 514 + DEVICE_MODEL := EX5700 (Telenor) 515 + DEVICE_DTS := mt7986a...
8 + zyxel,ex5700-telenor) 9 + fw_setenv uboot_bootcount 0 10 + ;; 11 + esac 12 + } target/linux/mediatek/image/filogic.mk +14 Original file line numberDiff line numberDiff line change @@ -509,6 +509,20 @@ define Device/zyxel_ex5601-t0-stock 509 509 endef 510...