mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 06:32:11 -05:00
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@softathome.com> Link: https://github.com/openwrt/openwrt/pull/20662 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
23c0145963
commit
5f99bcdbec
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user