mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
parent
17746d66e2
commit
9bdf61f9f1
1 changed files with 15 additions and 0 deletions
|
@ -239,6 +239,21 @@ define Device/glinet_gl-mt3000
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += glinet_gl-mt3000
|
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
|
define Device/h3c_magic-nx30-pro
|
||||||
DEVICE_VENDOR := H3C
|
DEVICE_VENDOR := H3C
|
||||||
DEVICE_MODEL := Magic NX30 Pro
|
DEVICE_MODEL := Magic NX30 Pro
|
||||||
|
|
Loading…
Reference in a new issue