Unverified Commit b2d56acc authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

瑞莎e20c rk35xx 系列支持6.1内核

parent 3d085b2b
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
openwrt_kernel: openwrt_kernel:
description: "选择构建的内核 当高版本内核没有时 系统会自动挑选匹配的内核。比如radxa e52c 即便你选择了6.1.y 可能最终构建还是5.10.160" description: "选择构建的内核 当高版本内核没有时 系统会自动挑选匹配的内核。比如radxa e52c 即便你选择了6.1.y 可能最终构建还是5.10.160"
required: false required: false
default: "6.6.y" default: "6.1.y"
type: choice type: choice
options: options:
- 5.4.y - 5.4.y
...@@ -17,7 +17,7 @@ on: ...@@ -17,7 +17,7 @@ on:
openwrt_soc: openwrt_soc:
description: "选择开发板型号" description: "选择开发板型号"
required: false required: false
default: "e25" default: "e20c"
type: choice type: choice
options: options:
- e20c - e20c
...@@ -144,7 +144,7 @@ jobs: ...@@ -144,7 +144,7 @@ jobs:
echo "file=$ROOTFS_FILE" >> $GITHUB_OUTPUT echo "file=$ROOTFS_FILE" >> $GITHUB_OUTPUT
- name: Package armsr-armv8 as ImmortalWrt for Radxa - name: Package armsr-armv8 as ImmortalWrt for Radxa
uses: ophub/flippy-openwrt-actions@main uses: wukongdaily/flippy-openwrt-actions@kernel-6.1
if: ${{ steps.down.outputs.status }} == 'success' && !cancelled() if: ${{ steps.down.outputs.status }} == 'success' && !cancelled()
env: env:
OPENWRT_ARMVIRT: ${{ steps.find_rootfs.outputs.file }} OPENWRT_ARMVIRT: ${{ steps.find_rootfs.outputs.file }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment