mirror of
https://github.com/openwrt/routing.git
synced 2026-04-15 10:51:56 +00:00
batman-adv: drop support for kernels < 6.12
OpenWrt only supports Linux 6.12 at the moment. It is no longer necessary to support older versions of the kernel. Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=batman-adv
|
||||
PKG_VERSION:=2025.5
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user