Dockerfile/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config

71 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-03-12 17:08:53 +08:00
# LEDE的一些东西去掉
# CONFIG_PACKAGE_luci-app-nlbwmon is not set
# CONFIG_PACKAGE_luci-app-xlnetacc is not set
# 扩容
CONFIG_TARGET_ROOTFS_PARTSIZE=2048
# IPv6
CONFIG_PACKAGE_ipv6helper=y
CONFIG_PACKAGE_ip6tables-extra=y
CONFIG_PACKAGE_ip6tables-mod-nat=y
# Docker
CONFIG_PACKAGE_luci-app-dockerman=y
CONFIG_PACKAGE_docker-compose=y
# 后台执行
CONFIG_PACKAGE_screen=y
2024-03-16 12:04:24 +08:00
# 机械盘挂载
CONFIG_PACKAGE_luci-app-hd-idle=y
2024-03-12 17:08:53 +08:00
# 文件转移
CONFIG_PACKAGE_rsync=y
2024-03-12 20:36:04 +08:00
2024-03-15 09:40:09 +08:00
# 测速
CONFIG_PACKAGE_iperf3=y
# DDNS
CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y
2024-03-12 20:36:04 +08:00
# 支援5G
CONFIG_PACKAGE_usb-modeswitch=y
2024-03-16 12:04:24 +08:00
# ECM
CONFIG_PACKAGE_luci-proto-ncm=y
2024-03-13 10:04:15 +08:00
# MBIM Qmi
2024-03-13 09:45:49 +08:00
CONFIG_PACKAGE_luci-proto-mbim=y
2024-03-12 20:36:04 +08:00
CONFIG_PACKAGE_umbim=y
2024-03-13 10:04:15 +08:00
CONFIG_PACKAGE_luci-proto-qmi=y
CONFIG_PACKAGE_qmi-utils=y
2024-03-12 22:42:57 +08:00
# NCM
CONFIG_PACKAGE_luci-proto-ncm=y
# RNDIS
CONFIG_PACKAGE_kmod-usb-net-rndis=y
# Quectel
CONFIG_PACKAGE_quectel-CM-5G=y
2024-03-15 09:40:09 +08:00
# 不支持Python的路由器不是好路由器
CONFIG_PACKAGE_python3-pip=y
CONFIG_PACKAGE_python3-requests=y
CONFIG_PACKAGE_python3-speedtest-cli=y
# Python都有了 再来个Go不过分
CONFIG_PACKAGE_golang=y
2024-03-16 12:04:24 +08:00
# 花里胡哨的图表最喜欢啦
CONFIG_PACKAGE_luci-app-netdata=y
2024-03-16 12:07:53 +08:00
# OVPN最好用 不接受反驳
CONFIG_PACKAGE_luci-app-openvpn-server=y
2024-03-16 12:04:24 +08:00
# 路由器爆炸提醒
CONFIG_PACKAGE_luci-app-serverchan=y
# 路由器!
CONFIG_PACKAGE_vxlan=y
CONFIG_PACKAGE_pppossh=y
CONFIG_PACKAGE_gre=y
CONFIG_PACKAGE_xl2tpd=y
CONFIG_PACKAGE_comgt=y