[openwrt/openwrt] px5g: rename to px5g-mbedtls
LEDE Commits
lede-commits at lists.infradead.org
Mon Aug 31 05:20:19 EDT 2020
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/976d3e22349c9da607777ad364c8639b5c531e04
commit 976d3e22349c9da607777ad364c8639b5c531e04
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Sat Aug 29 21:37:29 2020 -1000
px5g: rename to px5g-mbedtls
Two versions of `px5g` exists without sharing code. For clarification
rename the previously existing MbedTLS based version to `px5g-mbedtls`
to exists next to `px5g-wolfssl`.
Rename code file of MbedTLS from `px5g.c` to `px5g-mbedtls.c`.
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
package/utils/{px5g => px5g-mbedtls}/Makefile | 4 ++--
package/utils/{px5g/px5g.c => px5g-mbedtls/px5g-mbedtls.c} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/utils/px5g/Makefile b/package/utils/px5g-mbedtls/Makefile
similarity index 96%
rename from package/utils/px5g/Makefile
rename to package/utils/px5g-mbedtls/Makefile
index f4be6cb5ee..42ffd39ce3 100644
--- a/package/utils/px5g/Makefile
+++ b/package/utils/px5g-mbedtls/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
-PKG_NAME:=px5g
+PKG_NAME:=px5g-mbedtls
PKG_RELEASE:=9
PKG_LICENSE:=LGPL-2.1
@@ -55,7 +55,7 @@ endif
TARGET_CFLAGS += -Wl,--gc-sections -Wall -Werror
define Build/Compile
- $(TARGET_CC) $(TARGET_CPPFLAGS) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/px5g px5g.c $(TARGET_LDFLAGS)
+ $(TARGET_CC) $(TARGET_CPPFLAGS) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/px5g px5g-mbedtls.c $(TARGET_LDFLAGS)
endef
define Package/px5g-mbedtls/install
diff --git a/package/utils/px5g/px5g.c b/package/utils/px5g-mbedtls/px5g-mbedtls.c
similarity index 100%
rename from package/utils/px5g/px5g.c
rename to package/utils/px5g-mbedtls/px5g-mbedtls.c
More information about the lede-commits
mailing list