diff --git a/.github/workflows/imagebuild.yml b/.github/workflows/imagebuild.yml index c4340a3c..85c7df81 100644 --- a/.github/workflows/imagebuild.yml +++ b/.github/workflows/imagebuild.yml @@ -95,7 +95,7 @@ jobs: name: Openwrt ${{env.VERSION}}_${{matrix.target}} allowUpdates: true body: ${{ steps.tag.outputs.release_body }} - tag: Openwrt-${{env.VERSION}} + tag: Openwrt_${{env.VERSION}}_${{matrix.target}} commit: main replacesArtifacts: true token: ${{ secrets.SECRET_TOKEN }} diff --git a/diy/sh/target/ramips-mt7621.sh b/diy/sh/target/ramips-mt7621.sh index 6cb60bb5..55e6ec58 100644 --- a/diy/sh/target/ramips-mt7621.sh +++ b/diy/sh/target/ramips-mt7621.sh @@ -1,5 +1,4 @@ #!/bin/bash -sed -i '/CONFIG_TARGET_SQUASHFS_BLOCK_SIZE/ c\CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=128' .config # 编译固件 make image PROFILE="youhua_wr1200js" PACKAGES="luci luci-lib-ipkg -dnsmasq dnsmasq-full luci-i18n-opkg-zh-cn luci-i18n-firewall-zh-cn luci-i18n-base-zh-cn luci-compat luci-lib-ipkg -kmod-usb3 -kmod-usb-ledtrig-usbport" FILES="files"