- name: Build OpenWrt firmware id: build run: | [ -d openwrt-armvirt ] || mkdir -p openwrt-armvirt cp -f openwrt/bin/targets/*/*/*.tar.gz openwrt-armvirt/ && sync sudo chmod +x make sudo ./make -d -b s905x3_s905x2_s905x_s905w_s905d_s922x_s912 -k 5.15.25_5.4...
在~/amlogic-s9xxx-openwrt根目录中输入打包命令,如sudo ./make -b s905x3 -k 6.1.10。打包完成的 OpenWrt 固件放在根目录下的out文件夹里。 本地化打包参数说明 参数含义说明 -bBoard指定电视盒子型号,如-b s905x3. 多个型号使用_进行连接,如-b s905x3_s905d. 使用all表示全部型号。型号代码详见model...
- name: Package Armvirt as OpenWrt uses: ophub/amlogic-s9xxx-openwrt@main with: openwrt_path: openwrt/bin/targets/*/*/*rootfs.tar.gz openwrt_board: s905x3_s905x2_s905x_s905w_s905d_s922x_s912 openwrt_kernel: 6.1.y_5.15.y...
- name: Package Armvirt as OpenWrt uses: ophub/amlogic-s9xxx-openwrt@main with: openwrt_path: openwrt/bin/targets/*/*/*rootfs.tar.gz openwrt_board: s905x3_s905x2_s905x_s905w_s905d_s922x_s912 openwrt_kernel: 6.1.y_5.15.y...
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. - HitterGo/amlogic-s9xxx-openwrt
-name:Package Armvirt as OpenWrtuses:ophub/amlogic-s9xxx-openwrt@mainwith:openwrt_path:openwrt/bin/targets/*/*/*rootfs.tar.gzopenwrt_board:s905x3_s905x2_s905x_s905w_s905d_s922x_s912openwrt_kernel:6.1.10_5.15.50gh_token:${{ secrets.GH_TOKEN }} ...
-name:Package Armvirt as OpenWrtuses:ophub/amlogic-s9xxx-openwrt@mainwith:openwrt_path:openwrt/bin/targets/*/*/*rootfs.tar.gzopenwrt_board:s905x3_s905x2_s905x_s905w_s905d_s922x_s912openwrt_kernel:6.1.y_5.15.y GitHub Actions Input Parameters Explanation ...
- name: Package Armvirt as OpenWrt uses: ophub/amlogic-s9xxx-openwrt@main with: openwrt_path: openwrt/bin/targets/*/*/*rootfs.tar.gz openwrt_board: s905x3_s905x2_s905x_s905w_s905d_s922x_s912 openwrt_kernel: 6.1.y_5.15.y...
- name: Package Armvirt as OpenWrt uses: ophub/amlogic-s9xxx-openwrt@main with: openwrt_path: openwrt/bin/targets/*/*/*rootfs.tar.gz openwrt_board: s905x3_s905x2_s905x_s905w_s905d_s922x_s912 openwrt_kernel: 6.1.10_5.15.50 gh_token: ${{ secrets.GH_TOKEN }}...
- name: Package Armvirt as OpenWrt uses: ophub/amlogic-s9xxx-openwrt@main with: openwrt_path: openwrt/bin/targets/*/*/*rootfs.tar.gz openwrt_board: s905x3_s905x2_s905x_s905w_s905d_s922x_s912 openwrt_kernel: 6.1.y_5.15.y...