From 5cb016f32bd7f4b286a2fdac11e385422a34a623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:51:04 +0800 Subject: [PATCH] Add files via upload --- diy-part2.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/diy-part2.sh b/diy-part2.sh index 915c6a3..24d7edc 100644 --- a/diy-part2.sh +++ b/diy-part2.sh @@ -83,13 +83,6 @@ cp -f $GITHUB_WORKSPACE/configfiles/rk3568-firefly-roc-pc-se.dts target/linux/ro - -# 为iStoreOS固件版本加上编译作者 -author="xiaomeng9597" -sed -i "s/DISTRIB_DESCRIPTION.*=.*/DISTRIB_DESCRIPTION='%D %V $date_version by $author'/g" package/base-files/files/etc/openwrt_release -sed -i "s/OPENWRT_RELEASE.*=.*/OPENWRT_RELEASE=\"%D %V $date_version by $author\"/g" package/base-files/files/usr/lib/os-release - - #增加黑豹X2的一键补全WiFi脚本进系统里 cp -f $GITHUB_WORKSPACE/configfiles/brcmfmac43430-sdio-panther-x2.sh package/base-files/files/sbin/brcmfmac43430-sdio-panther-x2.sh chmod 755 package/base-files/files/sbin/brcmfmac43430-sdio-panther-x2.sh