Compare commits

...

3 Commits

Author SHA1 Message Date
b8a8c9257b fix: typo in agent config
All checks were successful
arcad/emissary-firmware/pipeline/head This commit looks good
2023-10-12 23:00:35 +02:00
7608a983e6 feat: add *.itb upgrade firmware files
All checks were successful
arcad/emissary-firmware/pipeline/head This commit looks good
2023-10-12 19:12:28 +02:00
28c2bf152c feat(bpi-r3): use openwrt 23.05.0-rc4
All checks were successful
arcad/emissary-firmware/pipeline/head This commit looks good
2023-10-12 09:50:55 +02:00
3 changed files with 4 additions and 3 deletions

View File

@ -100,6 +100,7 @@ gitea-release: tools/gitea-release/bin/gitea-release.sh
\( -name '*.img.gz' \ \( -name '*.img.gz' \
-or -name '*.bin' \ -or -name '*.bin' \
-or -name '*.img' \ -or -name '*.img' \
-or -name '*.itb' \
\) -exec cp {} .gitea-release/ \; \) -exec cp {} .gitea-release/ \;
GITEA_RELEASE_PROJECT="emissary-firmware" \ GITEA_RELEASE_PROJECT="emissary-firmware" \

View File

@ -4,6 +4,6 @@
- addr - addr
- show - show
- name: emissary-firmware - name: emissary-firmware
commant: cat command: cat
args: args:
- /etc/emissary_firmware - /etc/emissary_firmware

View File

@ -2,8 +2,8 @@ all: bpi-r3
bpi-r3: bpi-r3:
$(MAKE) \ $(MAKE) \
OPENWRT_VERSION="23.05.0-rc3" \ OPENWRT_VERSION="23.05.0-rc4" \
IMAGEBUILDER_URL=https://downloads.openwrt.org/releases/23.05.0-rc3/targets/mediatek/filogic/openwrt-imagebuilder-23.05.0-rc3-mediatek-filogic.Linux-x86_64.tar.xz \ IMAGEBUILDER_URL=https://downloads.openwrt.org/releases/23.05.0-rc4/targets/mediatek/filogic/openwrt-imagebuilder-23.05.0-rc4-mediatek-filogic.Linux-x86_64.tar.xz \
ADDITIONAL_INSTALL="install-bpi-r3-network-config" \ ADDITIONAL_INSTALL="install-bpi-r3-network-config" \
ADDITIONAL_OPENWRT_PACKAGES="block-mount kmod-fs-ext4 kmod-usb-storage kmod-usb2" \ ADDITIONAL_OPENWRT_PACKAGES="block-mount kmod-fs-ext4 kmod-usb-storage kmod-usb2" \
OPENWRT_TARGET="mediatek/filogic" \ OPENWRT_TARGET="mediatek/filogic" \