Skip to content

Commit

Permalink
Add LoShark L1 v3 config & build
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimuNotMoe committed Mar 2, 2024
1 parent 5178d8a commit 89ef7f1
Show file tree
Hide file tree
Showing 2 changed files with 2,139 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
arch: mipsel
defconfig: loshark_l1_v2.2_lite_defconfig
image_name: uImage
- name: ci20
- name: loshark_l1_v3
arch: mipsel
defconfig: ci20_defconfig
defconfig: loshark_l1_v3_defconfig
image_name: uImage

steps:
Expand All @@ -49,7 +49,8 @@ jobs:
- name: Download binary files
run: |
cd /tmp
wget https://github.com/SudoMaker/LoShark/raw/master/software/initramfs-loshark-l1-v2.2.cpio
wget -T10 https://github.com/SudoMaker/LoShark/raw/master/software/initramfs-loshark-l1-v2.2.cpio
wget -T10 https://github.com/SudoMaker/LoShark/raw/master/software/initramfs-loshark-l1-v3.cpio
timeout-minutes: 5

- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 89ef7f1

Please sign in to comment.