]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
px5g: rename to px5g-mbedtls
authorPaul Spooren <mail@aparcar.org>
Sun, 30 Aug 2020 07:37:29 +0000 (21:37 -1000)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 31 Aug 2020 09:19:31 +0000 (10:19 +0100)
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@aparcar.org>
package/utils/px5g-mbedtls/Makefile [moved from package/utils/px5g/Makefile with 96% similarity]
package/utils/px5g-mbedtls/px5g-mbedtls.c [moved from package/utils/px5g/px5g.c with 100% similarity]

similarity index 96%
rename from package/utils/px5g/Makefile
rename to package/utils/px5g-mbedtls/Makefile
index f4be6cb5ee6e3453d5c2f537b4c15ab877e90dda..42ffd39ce327eb70a9e7e935dd4768d752a48b4b 100644 (file)
@@ -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