Files
openwrt-ci-ipq60xx/Config/GENERAL.txt
2026-03-01 13:56:32 +08:00

19 lines
466 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ===== Common / minimal baseline =====
# 说明:这里只放"你想始终启用的包/功能"
# 后续你要加 luci-app、内核模块等就在这里追加 CONFIG_PACKAGE_xxx=y
# LuCI (可按需开关)
CONFIG_PACKAGE_luci=y
CONFIG_PACKAGE_luci-ssl=y
CONFIG_PACKAGE_uhttpd=y
CONFIG_PACKAGE_uhttpd-mod-ubus=y
# SSH
CONFIG_PACKAGE_openssh-sftp-server=y
# 常用工具
CONFIG_PACKAGE_curl=y
CONFIG_PACKAGE_wget=y
CONFIG_PACKAGE_htop=y
CONFIG_PACKAGE_tcpdump=y