]> git.99rst.org Git - openwrt-packages.git/commitdiff
batctl: drop the redundant PKG_BUILD_DIR override
authorJosef Schlehofer <redacted>
Thu, 6 Aug 2026 11:54:26 +0000 (13:54 +0200)
committerJosef Schlehofer <redacted>
Tue, 18 Aug 2026 06:39:25 +0000 (08:39 +0200)
PKG_BUILD_DIR was set to exactly the value package.mk derives by
default for a package with build variants, so the override had no
effect.

Signed-off-by: Josef Schlehofer <redacted>
Co-authored-by: Claude Fable 5 <redacted>
net/batctl/Makefile

index 10ef3e1adacbc474ed7565765cce619aba29da61..4475ab865deb08dda667f9173471a8b096a92ff9 100644 (file)
@@ -9,7 +9,6 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
 PKG_HASH:=c1d580afb066d3165c239b67430b94c69932619c06a90b1295e828cb5081b122
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
 PKG_LICENSE:=GPL-2.0-only ISC MIT
git clone https://git.99rst.org/PROJECT