]> git.99rst.org Git - openwrt-packages.git/commit
batman-adv: add new package
authorJosef Schlehofer <redacted>
Thu, 6 Aug 2026 08:08:00 +0000 (10:08 +0200)
committerJosef Schlehofer <redacted>
Tue, 18 Aug 2026 08:04:02 +0000 (10:04 +0200)
commitf45b45747673e74430b172fad30fac40da157ea0
tree674f9016c9f3e4fde4b02e8b12c8a24af39ca31f
parentd2327b45c659702b3de78fee21a29b74086f3a5c
batman-adv: add new package

B.A.T.M.A.N. Advanced is a routing protocol for multi-hop
ad-hoc mesh networks implemented as a kernel module. It builds
against the mac80211 backport like in the routing feed.

Moved from the openwrt/routing feed, as discussed in
https://github.com/openwrt/routing/issues/184.

Signed-off-by: Josef Schlehofer <redacted>
Co-authored-by: Claude Fable 5 <redacted>
net/batman-adv/Config.in [new file with mode: 0644]
net/batman-adv/Makefile [new file with mode: 0644]
net/batman-adv/files/etc/uci-defaults/99-migrate-batadv_hardif [new file with mode: 0755]
net/batman-adv/files/lib/netifd/proto/batadv.sh [new file with mode: 0755]
net/batman-adv/files/lib/netifd/proto/batadv_hardif.sh [new file with mode: 0755]
net/batman-adv/files/lib/netifd/proto/batadv_vlan.sh [new file with mode: 0755]
net/batman-adv/patches/0001-fix-batadv_is_cfg80211_netdev.patch [new file with mode: 0644]
net/batman-adv/src/compat-hacks.h [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT