Compare commits
3 Commits
v2023.10.1
...
v2023.10.1
Author | SHA1 | Date | |
---|---|---|---|
b8a8c9257b | |||
7608a983e6 | |||
28c2bf152c |
1
Makefile
1
Makefile
@ -100,6 +100,7 @@ gitea-release: tools/gitea-release/bin/gitea-release.sh
|
||||
\( -name '*.img.gz' \
|
||||
-or -name '*.bin' \
|
||||
-or -name '*.img' \
|
||||
-or -name '*.itb' \
|
||||
\) -exec cp {} .gitea-release/ \;
|
||||
|
||||
GITEA_RELEASE_PROJECT="emissary-firmware" \
|
||||
|
@ -4,6 +4,6 @@
|
||||
- addr
|
||||
- show
|
||||
- name: emissary-firmware
|
||||
commant: cat
|
||||
command: cat
|
||||
args:
|
||||
- /etc/emissary_firmware
|
@ -2,8 +2,8 @@ all: bpi-r3
|
||||
|
||||
bpi-r3:
|
||||
$(MAKE) \
|
||||
OPENWRT_VERSION="23.05.0-rc3" \
|
||||
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 \
|
||||
OPENWRT_VERSION="23.05.0-rc4" \
|
||||
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_OPENWRT_PACKAGES="block-mount kmod-fs-ext4 kmod-usb-storage kmod-usb2" \
|
||||
OPENWRT_TARGET="mediatek/filogic" \
|
||||
|
Reference in New Issue
Block a user