19 lines
466 B
Plaintext
19 lines
466 B
Plaintext
# ===== 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
|