mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
CI: fix indent problems (#2204)
* CI: fix indent problems * CI: fix again
This commit is contained in:
parent
322c216209
commit
df70cc88f1
112
.github/workflows/openwrt-ci.yml
vendored
112
.github/workflows/openwrt-ci.yml
vendored
@ -65,20 +65,23 @@ jobs:
|
||||
touch ./.config
|
||||
|
||||
#
|
||||
# 以下为定制化固件选项和说明:
|
||||
#
|
||||
# ========================固件定制部分========================
|
||||
#
|
||||
|
||||
#
|
||||
# 如果不对本区块做出任何编辑, 则生成默认配置固件.
|
||||
#
|
||||
|
||||
# 以下为定制化固件选项和说明:
|
||||
#
|
||||
|
||||
#
|
||||
# 有些插件/选项是默认开启的, 如果想要关闭, 请参照以下示例进行编写:
|
||||
#
|
||||
# =========================================
|
||||
# | # 取消编译VMware镜像: |
|
||||
# | cat >> .config <<EOF |
|
||||
# | # CONFIG_VMDK_IMAGES is not set |
|
||||
# | # CONFIG_VMDK_IMAGES is not set |
|
||||
# | EOF |
|
||||
# =========================================
|
||||
#
|
||||
@ -96,96 +99,97 @@ jobs:
|
||||
|
||||
# 编译x64固件:
|
||||
# cat >> .config <<EOF
|
||||
# CONFIG_TARGET_x86=y
|
||||
# CONFIG_TARGET_x86_64=y
|
||||
# CONFIG_TARGET_x86_64_Generic=y
|
||||
# CONFIG_TARGET_x86=y
|
||||
# CONFIG_TARGET_x86_64=y
|
||||
# CONFIG_TARGET_x86_64_Generic=y
|
||||
# EOF
|
||||
|
||||
# 固件压缩:
|
||||
# cat >> .config <<EOF
|
||||
# CONFIG_TARGET_IMAGES_GZIP=y
|
||||
# CONFIG_TARGET_IMAGES_GZIP=y
|
||||
# EOF
|
||||
|
||||
# 编译UEFI固件:
|
||||
# cat >> .config <<EOF
|
||||
# CONFIG_EFI_IMAGES=y
|
||||
# CONFIG_EFI_IMAGES=y
|
||||
# EOF
|
||||
|
||||
# IPv6支持:
|
||||
# cat >> .config <<EOF
|
||||
# CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
|
||||
# CONFIG_PACKAGE_ipv6helper=y
|
||||
# CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
|
||||
# CONFIG_PACKAGE_ipv6helper=y
|
||||
# EOF
|
||||
|
||||
# 多文件系统支持:
|
||||
# cat >> .config <<EOF
|
||||
# CONFIG_PACKAGE_kmod-fs-nfs=y
|
||||
# CONFIG_PACKAGE_kmod-fs-nfs-common=y
|
||||
# CONFIG_PACKAGE_kmod-fs-nfs-v3=y
|
||||
# CONFIG_PACKAGE_kmod-fs-nfs-v4=y
|
||||
# CONFIG_PACKAGE_kmod-fs-ntfs=y
|
||||
# CONFIG_PACKAGE_kmod-fs-squashfs=y
|
||||
# CONFIG_PACKAGE_kmod-fs-nfs=y
|
||||
# CONFIG_PACKAGE_kmod-fs-nfs-common=y
|
||||
# CONFIG_PACKAGE_kmod-fs-nfs-v3=y
|
||||
# CONFIG_PACKAGE_kmod-fs-nfs-v4=y
|
||||
# CONFIG_PACKAGE_kmod-fs-ntfs=y
|
||||
# CONFIG_PACKAGE_kmod-fs-squashfs=y
|
||||
# EOF
|
||||
|
||||
# USB3.0支持:
|
||||
# cat >> .config <<EOF
|
||||
# CONFIG_PACKAGE_kmod-usb-ohci=y
|
||||
# CONFIG_PACKAGE_kmod-usb-ohci-pci=y
|
||||
# CONFIG_PACKAGE_kmod-usb2=y
|
||||
# CONFIG_PACKAGE_kmod-usb2-pci=y
|
||||
# CONFIG_PACKAGE_kmod-usb3=y
|
||||
# CONFIG_PACKAGE_kmod-usb-ohci=y
|
||||
# CONFIG_PACKAGE_kmod-usb-ohci-pci=y
|
||||
# CONFIG_PACKAGE_kmod-usb2=y
|
||||
# CONFIG_PACKAGE_kmod-usb2-pci=y
|
||||
# CONFIG_PACKAGE_kmod-usb3=y
|
||||
# EOF
|
||||
|
||||
# 常用LuCI插件选择:
|
||||
# cat >> .config <<EOF
|
||||
# CONFIG_PACKAGE_luci-app-adbyby-plus=y
|
||||
# CONFIG_PACKAGE_luci-app-aria2=y
|
||||
# CONFIG_PACKAGE_luci-app-baidupcs-web=y
|
||||
# CONFIG_PACKAGE_luci-app-docker=y
|
||||
# CONFIG_PACKAGE_luci-app-frpc=y
|
||||
# CONFIG_PACKAGE_luci-app-hd-idle=y
|
||||
# CONFIG_PACKAGE_luci-app-kodexplorer=y
|
||||
# CONFIG_PACKAGE_luci-app-minidlna=y
|
||||
# CONFIG_PACKAGE_luci-app-openvpn=y
|
||||
# CONFIG_PACKAGE_luci-app-openvpn-server=y
|
||||
# CONFIG_PACKAGE_luci-app-smartinfo=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Kcptun=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Server=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Socks=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray=y
|
||||
# CONFIG_PACKAGE_luci-app-ttyd=y
|
||||
# CONFIG_PACKAGE_luci-app-v2ray-server=y
|
||||
# CONFIG_PACKAGE_luci-app-verysync=y
|
||||
# CONFIG_PACKAGE_luci-app-webadmin=y
|
||||
# CONFIG_PACKAGE_luci-app-wireguard=y
|
||||
# CONFIG_PACKAGE_luci-app-wrtbwmon=y
|
||||
# CONFIG_PACKAGE_luci-app-adbyby-plus=y
|
||||
# CONFIG_PACKAGE_luci-app-aria2=y
|
||||
# CONFIG_PACKAGE_luci-app-baidupcs-web=y
|
||||
# CONFIG_PACKAGE_luci-app-docker=y
|
||||
# CONFIG_PACKAGE_luci-app-frpc=y
|
||||
# CONFIG_PACKAGE_luci-app-hd-idle=y
|
||||
# CONFIG_PACKAGE_luci-app-kodexplorer=y
|
||||
# CONFIG_PACKAGE_luci-app-minidlna=y
|
||||
# CONFIG_PACKAGE_luci-app-openvpn=y
|
||||
# CONFIG_PACKAGE_luci-app-openvpn-server=y
|
||||
# CONFIG_PACKAGE_luci-app-qbittorrent=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Kcptun=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Server=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Socks=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray=y
|
||||
# CONFIG_PACKAGE_luci-app-ttyd=y
|
||||
# CONFIG_PACKAGE_luci-app-v2ray-server=y
|
||||
# CONFIG_PACKAGE_luci-app-verysync=y
|
||||
# CONFIG_PACKAGE_luci-app-webadmin=y
|
||||
# CONFIG_PACKAGE_luci-app-wireguard=y
|
||||
# CONFIG_PACKAGE_luci-app-wrtbwmon=y
|
||||
# EOF
|
||||
|
||||
# LuCI主题:
|
||||
# cat >> .config <<EOF
|
||||
# CONFIG_PACKAGE_luci-theme-argon=y
|
||||
# CONFIG_PACKAGE_luci-theme-argon=y
|
||||
# CONFIG_PACKAGE_luci-theme-netgear=y
|
||||
# EOF
|
||||
|
||||
# 常用软件包:
|
||||
# cat >> .config <<EOF
|
||||
# CONFIG_PACKAGE_curl=y
|
||||
# CONFIG_PACKAGE_htop=y
|
||||
# CONFIG_PACKAGE_nano=y
|
||||
# CONFIG_PACKAGE_screen=y
|
||||
# CONFIG_PACKAGE_tree=y
|
||||
# CONFIG_PACKAGE_vim-fuller=y
|
||||
# CONFIG_PACKAGE_wget=y
|
||||
# CONFIG_PACKAGE_curl=y
|
||||
# CONFIG_PACKAGE_htop=y
|
||||
# CONFIG_PACKAGE_nano=y
|
||||
# CONFIG_PACKAGE_screen=y
|
||||
# CONFIG_PACKAGE_tree=y
|
||||
# CONFIG_PACKAGE_vim-fuller=y
|
||||
# CONFIG_PACKAGE_wget=y
|
||||
# EOF
|
||||
|
||||
# 取消编译VMware镜像以及镜像填充 (不要删除被缩进的注释符号):
|
||||
# cat >> .config <<EOF
|
||||
# # CONFIG_TARGET_IMAGES_PAD is not set
|
||||
# # CONFIG_VMDK_IMAGES is not set
|
||||
# # CONFIG_TARGET_IMAGES_PAD is not set
|
||||
# # CONFIG_VMDK_IMAGES is not set
|
||||
# EOF
|
||||
|
||||
#
|
||||
# 固件定制部分结束.
|
||||
# ========================固件定制部分结束========================
|
||||
#
|
||||
|
||||
sed -i 's/^[ \t]*//g' ./.config
|
||||
|
Loading…
Reference in New Issue
Block a user