添加 Configs/Common 通用配置文件

This commit is contained in:
Hyy2001X
2021-05-29 20:00:53 +08:00
parent c9fa37bafe
commit bfccdb3f43
2 changed files with 18 additions and 0 deletions
+5
View File
@@ -232,6 +232,11 @@ Other_Scripts() {
TIME "Current source: [${Openwrt_Author}] is not supported,skip..."
fi
fi
if [ -s $GITHUB_WORKSPACE/Configs/Common ];then
TIME "Merging Common_Config to .config ..."
echo -e "\n$(cat $GITHUB_WORKSPACE/Configs/Common)" >> .config
cat .config
fi
}
PS_Firmware() {