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

index 2c1de9cec6bfbbaed58b75fcb287a95c312f88a4..914488bdc5ff97f5e9471e2aea1c9fc15db14aa5 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT