ophub / amlogic-s9xxx-openwrt

Support for OpenWrt in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
1.71k stars 1.51k forks source link

s905x release images? #10

Closed Falcordog closed 3 years ago

Falcordog commented 3 years ago

I cannot find any openwrt_s905x_v*.img releases although they are mentioned in the documentation. Am I missing something?

ophub commented 3 years ago

s905x and s905d, n1 have different firmware names, but the firmware is the same, you can use s905d or N1 firmware. The correspondence between other models and the same firmware of the box is as supported-models-and-boxes.

You can also add the s905x parameter in line 161 of the .github/workflows/build-openwrt.yml, and the firmware named openwrt_s905x_v*.img will be obtained after compilation.

Falcordog commented 3 years ago

Understood. Thanks for clarifying!