Skip to content

Update repack-squashfs.sh #2420

Update repack-squashfs.sh

Update repack-squashfs.sh #2420

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: apt update
run: sudo apt update
- name: apt install
run: sudo apt install -y liblzo2-dev mtd-utils squashfs-tools fakeroot
- name: pip upgrade
run: python -m pip install --upgrade pip
- name: pip install
run: pip install python-lzo ubi_reader
- name: make
run: make
- uses: actions/upload-artifact@v4
with:
name: miwifi_r3600_firmware_d1610_1.1.21_SSH.bin
path: miwifi_r3600_firmware_d1610_1.1.21_SSH.bin