Skip to content

Commit 9e2c5ae

Browse files
committed
batman-adv: Drop support for kernel < 6.6
OpenWrt main is no longer providing any kernels older than 6.6. Just drop the compat-hacks/patches for older kernels to make it easier to maintain the package. Signed-off-by: Sven Eckelmann <[email protected]>
1 parent e061c1b commit 9e2c5ae

6 files changed

+2
-414
lines changed

batman-adv/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
44

55
PKG_NAME:=batman-adv
66
PKG_VERSION:=2024.3
7-
PKG_RELEASE:=1
7+
PKG_RELEASE:=2
88

99
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1010
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)

batman-adv/patches/0001-Revert-batman-adv-Migrate-to-linux-container_of.h.patch

Lines changed: 0 additions & 275 deletions
This file was deleted.

batman-adv/patches/0004-Revert-batman-adv-Switch-to-linux-array_size.h.patch renamed to batman-adv/patches/0002-Revert-batman-adv-Switch-to-linux-array_size.h.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This reverts commit f33d7f724675544a36b24c77f8d4b95d41252ae2.
4141
#include <linux/atomic.h>
4242
#include <linux/build_bug.h>
4343
#include <linux/byteorder/generic.h>
44-
@@ -19,6 +18,7 @@
44+
@@ -20,6 +19,7 @@
4545
#include <linux/init.h>
4646
#include <linux/ip.h>
4747
#include <linux/ipv6.h>

batman-adv/patches/0003-Revert-batman-adv-Switch-to-linux-sprintf.h.patch

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)