From: Josef Schlehofer Date: Thu, 6 Aug 2026 10:56:45 +0000 (+0200) Subject: bird3: drop stale conffiles entries X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1bae5fff87a8381be3a1dad4e7418a8c517f1b89;p=openwrt-packages.git bird3: 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. bird3 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/bird3/Makefile b/net/bird3/Makefile index a0c2e826b..6c9d2f213 100644 --- a/net/bird3/Makefile +++ b/net/bird3/Makefile @@ -98,8 +98,6 @@ TARGET_LDFLAGS += -latomic define Package/bird3/conffiles /etc/bird.conf -/etc/bird4.conf -/etc/bird6.conf endef define Package/bird3/install