From 17746d66e21e4aa0c00c3d94ffd15ce200a4f881 Mon Sep 17 00:00:00 2001 From: KaWiSo <36709460+KaWiSo@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:41:40 +0100 Subject: [PATCH 1/2] Create kawiso.md (#3688) --- contributors/kawiso.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contributors/kawiso.md diff --git a/contributors/kawiso.md b/contributors/kawiso.md new file mode 100644 index 00000000..e9b0fb50 --- /dev/null +++ b/contributors/kawiso.md @@ -0,0 +1,9 @@ +2024-11-27 + +I hereby agree to the terms of the "OpenMPTCProuter Individual Contributor License Agreement", with MD5 checksum bc827a07eb93611d793ddb7c75083c00. + +I furthermore declare that I am authorized and able to make this agreement and sign this declaration. + +Signed, + +Kevin Giesche https://github.com/kawiso From 9bdf61f9f13e206d653b49b6dad04bafcbcf1cff Mon Sep 17 00:00:00 2001 From: KaWiSo <36709460+KaWiSo@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:42:10 +0100 Subject: [PATCH 2/2] Update filogic.mk (#3689) Added glinet mt6000 --- 6.1/target/linux/mediatek/image/filogic.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/6.1/target/linux/mediatek/image/filogic.mk b/6.1/target/linux/mediatek/image/filogic.mk index 4d868165..c65ca2c8 100644 --- a/6.1/target/linux/mediatek/image/filogic.mk +++ b/6.1/target/linux/mediatek/image/filogic.mk @@ -239,6 +239,21 @@ define Device/glinet_gl-mt3000 endef TARGET_DEVICES += glinet_gl-mt3000 +define Device/glinet_gl-mt6000 + DEVICE_VENDOR := GL.iNet + DEVICE_MODEL := GL-MT6000 + DEVICE_DTS := mt7986a-glinet-gl-mt6000 + DEVICE_DTS_DIR := ../dts + DEVICE_PACKAGES := e2fsprogs f2fsck mkf2fs kmod-usb3 kmod-mt7986-firmware mt7986-wo-firmware + IMAGES += factory.bin + IMAGE/factory.bin := append-kernel | pad-to 32M | append-rootfs + IMAGE/sysupgrade.bin := sysupgrade-tar | append-gl-metadata + ARTIFACTS := preloader.bin bl31-uboot.fip + ARTIFACT/preloader.bin := mt7986-bl2 emmc-ddr4 + ARTIFACT/bl31-uboot.fip := mt7986-bl31-uboot glinet_gl-mt6000 +endef +TARGET_DEVICES += glinet_gl-mt6000 + define Device/h3c_magic-nx30-pro DEVICE_VENDOR := H3C DEVICE_MODEL := Magic NX30 Pro