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

22 lines
425 B
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
# 文件转移
CONFIG_PACKAGE_rsync=y