]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
package: xcrypt: add missing PKG_NAME 20662/head
authorMatthias Franck <matthias.franck@softathome.com>
Wed, 5 Nov 2025 15:34:30 +0000 (16:34 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 7 Nov 2025 11:23:52 +0000 (12:23 +0100)
PKG_NAME was lost during package migration from "packages" feed to "main" feed.

Signed-off-by: Matthias Franck <matthias.franck@softathome.com>
Link: https://github.com/openwrt/openwrt/pull/20662
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/libs/xcrypt/libcrypt-compat/Makefile
package/libs/xcrypt/libxcrypt/Makefile

index a503523267d451054f4f9ec0a0991a0cad24d527..fad00456f98f61ec4f8d5e1de2c9330a5b0fa319 100644 (file)
@@ -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)
index fea6b4854b55afed3563a96fd513d2776dac0785..b605cac16f697c6201835d396052938f21781fcc 100644 (file)
@@ -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)