From b7c52ad45fff43f39c8924da05cbe1346bd9674a Mon Sep 17 00:00:00 2001 From: FeliciaWen Date: Wed, 25 Aug 2021 17:05:26 +0800 Subject: [PATCH] Update:I AM A SILY B-TYPE --- .github/workflows/d-team_newifi-d2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/d-team_newifi-d2.yml b/.github/workflows/d-team_newifi-d2.yml index 75c3a48..6ed50aa 100644 --- a/.github/workflows/d-team_newifi-d2.yml +++ b/.github/workflows/d-team_newifi-d2.yml @@ -225,7 +225,6 @@ jobs: chmod +x $DIY_SCRIPT chmod +x $FUNCTION_SCRIPT cd openwrt - sed -i "s/beta/beta-mtwifi/g" package/base-files/files/bin/AutoUpdate.sh source $GITHUB_WORKSPACE/$DIY_SCRIPT source $GITHUB_WORKSPACE/$FUNCTION_SCRIPT && Firmware-Diy_Base Firmware-Diy @@ -241,6 +240,7 @@ jobs: run: | cp Configs/$CONFIG_MTWIFI openwrt/.config cd openwrt + sed -i "s/beta/beta-mtwifi/g" package/base-files/files/bin/AutoUpdate.sh cat .config ./scripts/feeds install -a make defconfig