[openwrt/openwrt] package: xcrypt: add missing PKG_NAME
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 7 03:23:55 PST 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5f99bcdbecbbf816c0fcddd7fd32f5a9d511791b
commit 5f99bcdbecbbf816c0fcddd7fd32f5a9d511791b
Author: Matthias Franck <matthias.franck at softathome.com>
AuthorDate: Wed Nov 5 16:34:30 2025 +0100
package: xcrypt: add missing PKG_NAME
PKG_NAME was lost during package migration from "packages" feed to "main" feed.
Signed-off-by: Matthias Franck <matthias.franck at softathome.com>
Link: https://github.com/openwrt/openwrt/pull/20662
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/libs/xcrypt/libcrypt-compat/Makefile | 1 +
package/libs/xcrypt/libxcrypt/Makefile | 1 +
2 files changed, 2 insertions(+)
diff --git a/package/libs/xcrypt/libcrypt-compat/Makefile b/package/libs/xcrypt/libcrypt-compat/Makefile
index a503523267..fad00456f9 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 fea6b4854b..b605cac16f 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)
More information about the lede-commits
mailing list