openwrt/target/linux/ramips
Bin We 6b66666da4 ramips: add support for OrayBox X1
Add support for OrayBox X1. It is a 802.11n router, based on MediaTek MT7628N.

Specifications:
SoC: MediaTek MT7628N (580MHz)
RAM: 64 MiB
Flash: 16 MiB NOR (Winbond W25Q128JVSIQ)
Wireless: 802.11b/g/n 2x2 2.4GHz (Built In)
Ethernet: 1x 100Mbps only
USB: 1x USB Type-A 2.0 Host Port
Button: 1x "Reset" button
LED: 1x Blue LED + 1x Red LED + 1x White LED
Power: 5V Micro-USB input

Manufacturer Page:
https://pgy.oray.com/router/x1.html/parameter

Flash Layout:
0x000000000000-0x000000030000 : "u-boot"
0x000000030000-0x000000040000 : "kpanic"
0x000000040000-0x000000050000 : "factory"
0x000000050000-0x000000fe0000 : "firmware"
0x000000fe0000-0x000000ff0000 : "bdinfo"
0x000000ff0000-0x000001000000 : "reserve"

Install via SSH:
Original firmware is based on OpenWRT, but SSH is not start by default,
You should enable it first

1. Login into web admin (10.168.1.1), default password is 'admin'
2. Open the following link, and the result should be {"code":0};
SSH is now started, username is root, password is same as web admin password
http://10.168.1.1/cgi-bin/oraybox?_api=ssh_set&enabled=1
4. You can flash firmware via mtd: mtd write /tmp/firmware_image.bin firmware

Signed-off-by: Bin We <me@udp.pw>
2023-04-02 19:25:37 +02:00
..
base-files/etc
dts ramips: add support for OrayBox X1 2023-04-02 19:25:37 +02:00
files/drivers ramips: mt7620: split gsw hw_init to mac_init, ephy_init 2023-02-18 16:55:35 +01:00
image ramips: add support for OrayBox X1 2023-04-02 19:25:37 +02:00
mt76x8 ramips: add support for OrayBox X1 2023-04-02 19:25:37 +02:00
mt7620 ramips: add support for Keenetic Lite III rev. A 2023-03-27 02:09:58 +02:00
mt7621 ramips: mt7621: add migration script for WLAN PCI paths 2023-04-01 22:32:13 +02:00
patches-5.10 kernel: bump 5.10 to 5.10.175 2023-03-20 22:44:28 +01:00
patches-5.15 kernel: bump 5.15 to 5.15.105 2023-04-01 19:58:44 +02:00
rt288x treewide: replace wpad-basic-wolfssl default 2023-02-04 02:35:03 +01:00
rt305x treewide: replace wpad-basic-wolfssl default 2023-02-04 02:35:03 +01:00
rt3883 treewide: replace wpad-basic-wolfssl default 2023-02-04 02:35:03 +01:00
Makefile ramips: Switch default kernel to 5.15 2023-02-17 16:31:53 +02:00
modules.mk ramips: rename mtk-hsdma to hsdma-mt7621 2021-03-04 23:43:02 -10:00