Test
This commit is contained in:
parent
a4cc1e452f
commit
f367a47f5a
|
@ -41,7 +41,7 @@ on:
|
||||||
### 环境变量设置
|
### 环境变量设置
|
||||||
env:
|
env:
|
||||||
# 编译时调用的 [.config] 文件名称
|
# 编译时调用的 [.config] 文件名称
|
||||||
CONFIG_FILE: x86_64-Z
|
CONFIG_FILE: x86_64-Z-Test
|
||||||
# 源码仓库:分支
|
# 源码仓库:分支
|
||||||
DEFAULT_SOURCE: coolsnowwolf/lede:master
|
DEFAULT_SOURCE: coolsnowwolf/lede:master
|
||||||
# 上传固件到 Github Releases
|
# 上传固件到 Github Releases
|
||||||
|
|
|
@ -0,0 +1,83 @@
|
||||||
|
# 挂载WebDav
|
||||||
|
CONFIG_PACKAGE_davfs2=y
|
||||||
|
# Smart DNS
|
||||||
|
CONFIG_PACKAGE_smartdns=y
|
||||||
|
CONFIG_PACKAGE_luci-app-smartdns=y
|
||||||
|
CONFIG_PACKAGE_luci-i18n-smartdns-zh-cn=y
|
||||||
|
|
||||||
|
# Image Builder
|
||||||
|
CONFIG_IB=y
|
||||||
|
CONFIG_IB_STANDALONE=y
|
||||||
|
|
||||||
|
# KERNEL_PATCHVER:=6.6
|
||||||
|
# KERNEL_TESTING_PATCHVER:=6.1
|
||||||
|
CONFIG_TESTING_KERNEL=y
|
||||||
|
# Theme
|
||||||
|
CONFIG_PACKAGE_luci-theme-atmaterial-ColorIcon=y
|
||||||
|
CONFIG_PACKAGE_luci-theme-edge=y
|
||||||
|
# CONFIG_PACKAGE_luci-theme-argon is not set
|
||||||
|
CONFIG_PACKAGE_luci-theme-argon-mod=y
|
||||||
|
CONFIG_PACKAGE_luci-theme-neobird=y
|
||||||
|
# passwall
|
||||||
|
CONFIG_PACKAGE_luci-app-passwall2=y
|
||||||
|
# Adguard Home
|
||||||
|
CONFIG_PACKAGE_luci-app-adguardhome=y
|
||||||
|
CONFIG_PACKAGE_adguardhome=y
|
||||||
|
# Dnsmasq 及IPV6,AutoUpdate
|
||||||
|
CONFIG_PACKAGE_dnsmasq-full=y
|
||||||
|
CONFIG_PACKAGE_dnsmasq_full_dhcp=y
|
||||||
|
CONFIG_PACKAGE_luci-app-autoupdate=y
|
||||||
|
# IPv6 支持
|
||||||
|
CONFIG_IPV6=y
|
||||||
|
CONFIG_KERNEL_IPV6=y
|
||||||
|
CONFIG_PACKAGE_ipv6helper=y
|
||||||
|
CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
|
||||||
|
CONFIG_PACKAGE_6in4=y
|
||||||
|
CONFIG_PACKAGE_6rd=y
|
||||||
|
CONFIG_PACKAGE_6to4=y
|
||||||
|
|
||||||
|
# KMS
|
||||||
|
CONFIG_PACKAGE_vlmcsd=y
|
||||||
|
CONFIG_PACKAGE_luci-i18n-vlmcsd-zh-cn=y
|
||||||
|
CONFIG_PACKAGE_luci-app-vlmcsd=y
|
||||||
|
|
||||||
|
# Netdata
|
||||||
|
CONFIG_PACKAGE_luci-app-netdata=y
|
||||||
|
# Diskman
|
||||||
|
CONFIG_PACKAGE_luci-app-diskman=y
|
||||||
|
CONFIG_PACKAGE_luci-app-diskman_INCLUDE_btrfs_progs=y
|
||||||
|
CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk=y
|
||||||
|
CONFIG_PACKAGE_luci-app-diskman_INCLUDE_mdadm=y
|
||||||
|
|
||||||
|
CONFIG_TARGET_x86=y
|
||||||
|
CONFIG_TARGET_x86_64=y
|
||||||
|
CONFIG_TARGET_x86_64_DEVICE_generic=y
|
||||||
|
|
||||||
|
CONFIG_GRUB_IMAGES=y
|
||||||
|
CONFIG_VMDK_IMAGES=y
|
||||||
|
CONFIG_VDI_IMAGES=y
|
||||||
|
CONFIG_VHDX_IMAGES=y
|
||||||
|
CONFIG_GRUB_TITLE="OpenWrt for x86_64-Z & Powered by Xinb"
|
||||||
|
CONFIG_TARGET_KERNEL_PARTSIZE=32
|
||||||
|
CONFIG_TARGET_ROOTFS_PARTSIZE=800
|
||||||
|
# CONFIG_GRUB_CONSOLE is not set
|
||||||
|
CONFIG_TARGET_IMAGES_GZIP=y
|
||||||
|
CONFIG_PACKAGE_ntfs3-mount=y
|
||||||
|
|
||||||
|
|
||||||
|
# CONFIG_SIGNATURE_CHECK is not set
|
||||||
|
# CONFIG_SIGNED_PACKAGES is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-unblockmusic is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_NodeJS is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-adbyby-plus is not set
|
||||||
|
# CONFIG_PACKAGE_adbyby is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-wireguard is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-ssr-plus is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-wol is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-xlnetacc is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-upnp is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-qbittorrent is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-vsftpd is not set
|
||||||
|
# CONFIG_PACKAGE_luci-app-samba is not set
|
||||||
|
# CONFIG_PACKAGE_autosamba is not set
|
Loading…
Reference in New Issue