From 41832801d8c6bf1709f7bf02f4464a320f34ef46 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sun, 12 Jul 2026 16:39:17 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E4=BF=AE=E6=94=B9"=E5=A6=82=E4=BD=95?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E4=BE=9D=E8=B5=96"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a04f8..26dda09 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,11 @@ PKG_LIST=( 如果要从固件中移除某个包,可以在包名前加 `-`,例如: ```bash --dropbear +PKG_LIST=( + -dropbear # 排除 dropbear + openssh-sftp-server + luci-i18n-firewall-zh-cn +) ``` ### 修改根分区大小