From 052665be212bd93f4154f40a0b30ba2599d3ada0 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Tue, 21 Apr 2026 16:46:26 -0600 Subject: [PATCH] dropbear: don't spread conffiles across two packages For some reason, /etc/config/dropbear is enumerated as a conffile for dropbear packaging, but /etc/dropbear/ is part of base-files packaging. If you're an openssh-server user, then you don't have this directory on your router in any case. Signed-off-by: Philip Prindeville Link: https://github.com/openwrt/openwrt/pull/23041 Signed-off-by: Christian Marangi --- package/base-files/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 5bc60ea9d26..f0ebb52fe9c 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -53,7 +53,6 @@ define Package/base-files/conffiles /etc/config/ /etc/config/network /etc/config/system -/etc/dropbear/ /etc/ethers /etc/group /etc/hosts -- 2.47.3