Procházet zdrojové kódy

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 <[email protected]>
Paul Spooren před 5 roky
rodič
revize
976d3e2234

+ 2 - 2
package/utils/px5g/Makefile → 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

+ 0 - 0
package/utils/px5g/px5g.c → package/utils/px5g-mbedtls/px5g-mbedtls.c