tcping-simple: type fix

This commit is contained in:
ElonH 2020-02-27 10:02:38 +08:00
parent 939cdafcf1
commit 7b5c79387e
No known key found for this signature in database
GPG Key ID: 5BCDD7F78A258D4C

View File

@ -44,7 +44,7 @@ define Build/Prepare
endef
define Build/Compile
$(TARGET_CROSS)gcc $(PKG_BUILD_DIR)/$(PKG_SOURCE) -o $(PKG_BUILD_DIR)/tcping
$(TARGET_CROSS)gcc $(PKG_BUILD_DIR)/$(PKG_SOURCE) -o $(PKG_BUILD_DIR)/tcping-simple
endef
define Build/Install