-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4ab25b
commit 0e0b786
Showing
4 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
SOURCE_CODE="COOLSNOWWOLF" # 源码仓库(请勿修改)(源码链接:https://github.com/coolsnowwolf/lede) | ||
REPO_BRANCH="master" # 源码分支(此源码只有master分支可选) | ||
CONFIG_FILE="x86_64" # 配置文件(要编译什么机型,填入seed文件里面对应的配置文件名称就可以) | ||
DIY_PART_SH="diy-part.sh" # 自定义文件(增加插件或者修改IP之类的自定义设置) | ||
CPU_SELECTION="E5" # CPU优选,默认弃用E5系列,填入8370C、8272CL或8171M则为指定CPU型号 | ||
INFORMATION_NOTICE="false" # Telegram或push通知,填"TG"为Telegram通知,填"PUSH"为pushplus通知,(false=关闭) | ||
UPLOAD_FIRMWARE="true" # 上传固件到github空间(true=开启)(false=关闭) | ||
UPLOAD_RELEASE="false" # 发布固件(true=开启)(false=关闭) | ||
CACHEWRTBUILD_SWITCH="true" # 是否开启缓存加速,同一个文件夹编译不同机型,前面机型又留下缓存的话,就会造成编译失败,需要关闭再编译(true=开启)(false=关闭) | ||
UPDATE_FIRMWARE_ONLINE="true" # 把自动在线更新固的功能编译进固件(请看说明)(true=开启)(false=关闭) | ||
COLLECTED_PACKAGES="true" # 是否加入作者收集的插件包(true=开启)(false=关闭) | ||
UPLOAD_WETRANSFER="false" # 上传固件到到【WETRANSFER】(true=开启)(false=关闭) | ||
COMPILATION_INFORMATION="true" # 是否显示编译信息(true=开启)(false=关闭) | ||
RETAIN_DAYS="7" # 清理[X]天之前的Actions空间操作记录(最低可以填0.5) | ||
KEEP_LATEST="10" # 保留[X]个Releases不被删除(填0则全部删除) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Lede2022年12月06号20时42分45秒 | ||
Lede2022年12月07号12时35分03秒 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
CONFIG_TARGET_x86=y | ||
CONFIG_TARGET_x86_64=y | ||
CONFIG_TARGET_x86_64_DEVICE_generic=y | ||
CONFIG_GRUB_IMAGES=y | ||
CONFIG_PACKAGE_6in4=y | ||
CONFIG_PACKAGE_6rd=y | ||
CONFIG_PACKAGE_6to4=y | ||
CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y | ||
CONFIG_PACKAGE_ip6tables=y | ||
CONFIG_PACKAGE_ipv6helper=y | ||
CONFIG_PACKAGE_kmod-ip6tables=y | ||
CONFIG_PACKAGE_kmod-ipt-nat6=y | ||
CONFIG_PACKAGE_kmod-iptunnel=y | ||
CONFIG_PACKAGE_kmod-nf-ipt6=y | ||
CONFIG_PACKAGE_kmod-nf-log6=y | ||
CONFIG_PACKAGE_kmod-nf-nat6=y | ||
CONFIG_PACKAGE_kmod-nf-reject6=y | ||
CONFIG_PACKAGE_kmod-sit=y | ||
CONFIG_PACKAGE_luci-app-argon-config=y | ||
CONFIG_PACKAGE_luci-proto-ipv6=y | ||
CONFIG_PACKAGE_odhcp6c=y | ||
CONFIG_PACKAGE_odhcp6c_ext_cer_id=0 | ||
CONFIG_PACKAGE_odhcpd-ipv6only=y | ||
CONFIG_PACKAGE_odhcpd_ipv6only_ext_cer_id=0 | ||
CONFIG_PACKAGE_openssh-sftp-server=y | ||
CONFIG_PACKAGE_snmpd=y | ||
CONFIG_TARGET_ROOTFS_PARTSIZE=600 | ||
# CONFIG_PACKAGE_libnetsnmp is not set |