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

37 lines
727 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
2024-03-12 20:36:04 +08:00
# 支援5G
CONFIG_PACKAGE_usb-modeswitch=y
# MBIM
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-12 22:42:57 +08:00
# NCM
CONFIG_PACKAGE_luci-proto-ncm=y
CONFIG_PACKAGE_kmod-mii=y
# RNDIS
CONFIG_PACKAGE_kmod-usb-net-rndis=y
# Queltel Qmi
CONFIG_PACKAGE_luci-proto-qmi=y
# Quectel
CONFIG_PACKAGE_quectel-CM-5G=y