refactor: upstream sync strategy with dynamic GENERAL.txt

This commit is contained in:
lingyuzeng
2026-03-01 14:03:58 +08:00
parent 6ee3e2f832
commit a54452915d
9 changed files with 213 additions and 52 deletions

6
Config/GENERAL.local.txt Normal file
View File

@@ -0,0 +1,6 @@
# Your overrides/additions here
# This file is merged with GENERAL.upstream.txt during build
# Example packages to add:
# CONFIG_PACKAGE_luci-app-xxx=y
# CONFIG_PACKAGE_luci-app-yyy=y

View File

@@ -1,18 +0,0 @@
# ===== 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