]> git.99rst.org Git - openwrt-packages.git/commitdiff
batman-adv: drop the vestigial conffiles entry
authorJosef Schlehofer <redacted>
Thu, 6 Aug 2026 10:41:22 +0000 (12:41 +0200)
committerJosef Schlehofer <redacted>
Tue, 18 Aug 2026 08:04:02 +0000 (10:04 +0200)
/etc/config/batman-adv is registered as a conffile although the
package never installs it: files/ only ships the uci-defaults
migration script and the netifd proto handlers. The migration script
itself removes /etc/config/batman-adv as its last step once the
settings have been moved into /etc/config/network, so the entry is
left over from the layout that predates batadv_hardif.

Reported-by: openwrt-ai[bot]
Signed-off-by: Josef Schlehofer <redacted>
Co-authored-by: Claude Fable 5 <redacted>
net/batman-adv/Makefile

index 2dfeb3bdc1716631a05b99dfc182bd78a18dbc75..1e5178877a13c9d022c1f36a8addf5c703d1a83f 100644 (file)
@@ -52,10 +52,6 @@ define KernelPackage/batman-adv/config
        source "$(SOURCE)/Config.in"
 endef
 
-define Package/kmod-batman-adv/conffiles
-/etc/config/batman-adv
-endef
-
 PKG_MAKE_FLAGS:= \
        CONFIG_BATMAN_ADV=m \
        CONFIG_BATMAN_ADV_DEBUG=$(if $(CONFIG_BATMAN_ADV_DEBUG),y,n) \
git clone https://git.99rst.org/PROJECT