From: Josef Schlehofer Date: Thu, 6 Aug 2026 11:54:26 +0000 (+0200) Subject: batctl: drop the redundant PKG_BUILD_DIR override X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4215a8932fb2b74e3511764ecfc769280862cbf2;p=openwrt-packages.git batctl: drop the redundant PKG_BUILD_DIR override 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 Co-authored-by: Claude Fable 5 --- diff --git a/net/batctl/Makefile b/net/batctl/Makefile index 10ef3e1ad..4475ab865 100644 --- a/net/batctl/Makefile +++ b/net/batctl/Makefile @@ -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 PKG_LICENSE:=GPL-2.0-only ISC MIT