From: Matthias Franck Date: Wed, 5 Nov 2025 15:34:30 +0000 (+0100) Subject: package: xcrypt: add missing PKG_NAME X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f99bcdbecbbf816c0fcddd7fd32f5a9d511791b;p=thirdparty%2Fopenwrt.git package: xcrypt: add missing PKG_NAME PKG_NAME was lost during package migration from "packages" feed to "main" feed. Signed-off-by: Matthias Franck Link: https://github.com/openwrt/openwrt/pull/20662 Signed-off-by: Robert Marko --- diff --git a/package/libs/xcrypt/libcrypt-compat/Makefile b/package/libs/xcrypt/libcrypt-compat/Makefile index a503523267d..fad00456f98 100644 --- a/package/libs/xcrypt/libcrypt-compat/Makefile +++ b/package/libs/xcrypt/libcrypt-compat/Makefile @@ -1,6 +1,7 @@ include $(TOPDIR)/rules.mk include ../libxcrypt-common.mk +PKG_NAME:=libcrypt-compat PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/libcrypt-compat/$(PKG_SOURCE_NAME)-$(PKG_VERSION) diff --git a/package/libs/xcrypt/libxcrypt/Makefile b/package/libs/xcrypt/libxcrypt/Makefile index fea6b4854b5..b605cac16f6 100644 --- a/package/libs/xcrypt/libxcrypt/Makefile +++ b/package/libs/xcrypt/libxcrypt/Makefile @@ -1,6 +1,7 @@ include $(TOPDIR)/rules.mk include ../libxcrypt-common.mk +PKG_NAME:=libxcrypt PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION)