mirror of
https://github.com/openwrt/routing.git
synced 2026-06-17 12:40:17 +04:00
batman-adv: update to version 2024.4
* support latest kernels (5.4 - 6.13) * coding style cleanups and refactoring * bugs squashed: - prevent transmission of uninitialized memory for TT TVLVs - avoid stuck, overfull translation table changes list Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
+3
-3
@@ -3,12 +3,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=batman-adv
|
||||
PKG_VERSION:=2024.3
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=2024.4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
|
||||
PKG_HASH:=b96817ed1f4f48917c32550a84faad8c87ecf53aa6f6f46cc26554b999b57ff3
|
||||
PKG_HASH:=a554df6fc7abccc6b243f56ea7b184486c95ea986db1133f87aafe237da92f21
|
||||
PKG_EXTMOD_SUBDIRS:=net/batman-adv
|
||||
|
||||
PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
|
||||
|
||||
Reference in New Issue
Block a user