From: Philip Prindeville Date: Tue, 21 Apr 2026 22:46:26 +0000 (-0600) Subject: dropbear: don't spread conffiles across two packages X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23041%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- 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