diff options
author | Robert Marko <robert.marko@sartura.hr> | 2024-03-23 20:03:34 +0100 |
---|---|---|
committer | Robert Marko <robert.marko@sartura.hr> | 2024-04-11 13:25:11 +0200 |
commit | 923d7c553137d4a80aba230c2bd4744ddeb08359 (patch) | |
tree | e52b475f959028571477b16884b8273d2d727b7c /package/boot/uboot-envtools/files | |
parent | 2dba4308d10d638d3da6ca354d82e3e469865ed5 (diff) |
mediatek: filogic: add support for Edgecore EAP111
HW specifications:
* Mediatek MT7981A
* 256MB SPI-NAND
* 512MB DRAM
* Uplink: 1 x 10/100/1000Base-T Ethernet, Auto MDIX, RJ-45 with 802.3at
PoE (Built-in GBe PHY)
* LAN: 1 x 10/100/1000Base-T Ethernet, Auto MDIX, RJ-45 (Airoha EN8801SC)
* 1 Tricolor LED
* Reset button
* 12V/2.0A DC input
Installation:
Board comes with OpenWifi/TIP which is OpenWrt based, so sysupgrade can
be used directly over SSH.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Diffstat (limited to 'package/boot/uboot-envtools/files')
-rw-r--r-- | package/boot/uboot-envtools/files/mediatek_filogic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/mediatek_filogic b/package/boot/uboot-envtools/files/mediatek_filogic index 753c8ca064..02f43ebc7f 100644 --- a/package/boot/uboot-envtools/files/mediatek_filogic +++ b/package/boot/uboot-envtools/files/mediatek_filogic @@ -68,6 +68,7 @@ comfast,cf-e393ax) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x80000" ;; cetron,ct3003|\ +edgecore,eap111|\ netgear,wax220|\ zbtlink,zbt-z8102ax|\ zbtlink,zbt-z8103ax) |