Revert "gping: lock cargo dependencies"

It's enabled by default now.
Make use of MAKE_PATH while at it.

This reverts commit 0118fb4896.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2025-08-22 17:10:57 +08:00
parent 98f3ce412f
commit 3c8d6669a7
+1 -1
View File
@@ -37,7 +37,7 @@ define Package/gping/description
also plot the execution time of arbitrary commands.
endef
Build/Compile = $(call Build/Compile/Cargo,gping,--locked)
MAKE_PATH:=gping
$(eval $(call RustBinPackage,gping))
$(eval $(call BuildPackage,gping))