openwrt / routing

OpenWrt Routing Packages
328 stars 369 forks source link

batman-adv: fix 2023.3 compilation issue #1037

Closed raenye closed 8 months ago

raenye commented 8 months ago

Maintainer: @ecsv @simonwunderlich Compile tested: mediatek/fiilogic Sinovoip Banana Pi R3, snapshot kernel 6.1.69 Compile tested: ramipsmt7621 D-Link DAP-1620 B1, snapshot kernel 5.15.144 Run tested: ramipsmt7621 D-Link DAP-1620 B1, snapshot kernel 5.15.144

Description: Compilation failed due to redefinition of skb_vlan_eth_hdr; Removed the relevant lines from compat-hacks.h and now it's fine.

Fixes: 28b8a5eafe6e05b Closes: #1036

raenye commented 8 months ago

Fixed in #1038.