From: Josef Schlehofer Date: Thu, 6 Aug 2026 10:56:37 +0000 (+0200) Subject: bird2: drop stale conffiles entries X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ab72eb7c76cdf84da9d6ccba2236b4b338389f7b;p=openwrt-packages.git bird2: drop stale conffiles entries /etc/bird4.conf and /etc/bird6.conf are left over from the bird1 packages, which shipped a separate configuration file per address family. bird2 is a single daemon handling both and installs /etc/bird.conf only, so the two entries refer to files this package never creates. Reported-by: openwrt-ai[bot] Signed-off-by: Josef Schlehofer Co-authored-by: Claude Fable 5 --- diff --git a/net/bird2/Makefile b/net/bird2/Makefile index 2c1de9cec..914488bdc 100644 --- a/net/bird2/Makefile +++ b/net/bird2/Makefile @@ -101,8 +101,6 @@ CONFIGURE_ARGS += --disable-libssh define Package/bird2/conffiles /etc/bird.conf -/etc/bird4.conf -/etc/bird6.conf endef define Package/bird2/install