mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-18 08:20:11 +00:00
添加 Configs/Common 通用配置文件
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user