From: Josef Schlehofer Date: Thu, 6 Aug 2026 10:41:22 +0000 (+0200) Subject: batman-adv: drop the vestigial conffiles entry X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8113f464747d6f405ebe411f1c385bed4e6c3dae;p=openwrt-packages.git batman-adv: drop the vestigial conffiles entry /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 Co-authored-by: Claude Fable 5 --- diff --git a/net/batman-adv/Makefile b/net/batman-adv/Makefile index 2dfeb3bdc..1e5178877 100644 --- a/net/batman-adv/Makefile +++ b/net/batman-adv/Makefile @@ -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) \