Merge pull request #1047 from ecsv/batadv-for-22.03

openwrt-22.03: batman-adv: Provide teardown hook for batadv_vlan proto
This commit is contained in:
Simon Wunderlich 2024-02-05 10:54:16 +01:00 committed by GitHub
commit 2610af4d86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=batman-adv
PKG_VERSION:=2022.0
PKG_RELEASE:=8
PKG_RELEASE:=9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)

View File

@ -22,4 +22,8 @@ proto_batadv_vlan_setup() {
proto_send_update "$config"
}
proto_batadv_vlan_teardown() {
local cfg="$1"
}
add_protocol batadv_vlan