openwrt/target/linux
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
..
airoha
apm821xx apm821xx: Migrate to libdeflate 2023-03-26 16:39:37 +02:00
archs38
armvirt
at91
ath25
ath79 ath79: Add Aruba AP-175 support 2023-03-27 00:27:59 +02:00
bcm27xx kernel: bump 5.15 to 5.15.105 2023-04-01 19:58:44 +02:00
bcm47xx bcm47xx: enable adm6996 only on legacy subtarget 2023-03-27 01:25:03 +02:00
bcm53xx
bcm63xx
bcm4908
bmips bmips: bcm6362/bcm63268: enable HW RNG 2023-03-31 17:52:03 +02:00
gemini
generic kernel: backport upstreamed DSA B53 MMAP patch 2023-04-01 22:39:35 +02:00
imx
ipq40xx ipq40xx: add LED functions for Google WiFi 2023-03-31 19:39:36 +02:00
ipq806x ipq806x: Fix Linksys upgrade, restore config step 2023-04-02 12:22:37 +00:00
ipq807x
kirkwood
lantiq lantiq: nand: don't yield while holding spinlock 2023-04-02 17:08:45 +02:00
layerscape
malta
mediatek mediatek: re-add wireless driver for TUF-AX4200 2023-03-29 17:03:42 +02:00
mpc85xx
mvebu
mxs
octeon
octeontx
omap
oxnas
pistachio
qoriq
ramips ramips: add support for OrayBox X1 2023-04-02 19:25:37 +02:00
realtek generic: net: pcs: add driver for MediaTek SGMII PCS 2023-03-27 19:07:54 +01:00
rockchip
sunxi
tegra
uml
x86
zynq
Makefile