openwrt / routing

OpenWrt Routing Packages
328 stars 369 forks source link

openwrt-22.03: batctl: Merge bugfixes from 2024.0 #1042

Closed ecsv closed 7 months ago

ecsv commented 7 months ago

Maintainer: @simonwunderlich Compile tested: x86_64 Run tested: x86_64

Description:

github-actions[bot] commented 7 months ago

Please do no longer set PKG_RELEASE to AUTORELEASE as the feature is deprecated. Please use an integer instead. Below is a list of affected packages including correct PKG_RELEASE:

ecsv commented 7 months ago

Please do no longer set _PKGRELEASE to AUTORELEASE as the feature is deprecated. Please use an integer instead. Below is a list of affected packages including correct _PKGRELEASE:

* batctl/Makefile: PKG_RELEASE:=5

This recommendation is wrong in regards of the PKG_RELEASE value. The old one was basically 3. So the new must be 4 - not 5.

I've added https://github.com/openwrt/routing/pull/1043 to once and for all remove AUTORELEASE from the (still not completely EOLed) openwrt-22.03 branch.