]> git.99rst.org Git - openwrt-packages.git/commitdiff
bird3: drop stale conffiles entries
authorJosef Schlehofer <redacted>
Thu, 6 Aug 2026 10:56:45 +0000 (12:56 +0200)
committerToke Høiland-Jørgensen <redacted>
Tue, 11 Aug 2026 12:35:04 +0000 (14:35 +0200)
/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 <redacted>
Co-authored-by: Claude Fable 5 <redacted>
net/bird3/Makefile

index a0c2e826b74e2c9c2204b0789531fcf38e2f64a5..6c9d2f213396456c7a295cacf4752c2629a245a6 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT