We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintainer: @neheb Environment: x86 OpenWrt SNAPSHOT, r7545+96-354de22bad
Description: root@rooter:~# mtr 10.10.10.10 mtr: Failure to start mtr-packet: Invalid argument
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index ac11396c7..82027eb4a 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -66,6 +66,7 @@ endef define Package/mtr/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mtr $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mtr-packet $(1)/usr/sbin/ endef $(eval $(call BuildPackage,mtr))
The text was updated successfully, but these errors were encountered:
You can do a pull request?
Sorry, something went wrong.
already is one that contains this and other fixes...
#6560
Ahh, I see
Merged. Please close this.
No branches or pull requests
Maintainer: @neheb
Environment: x86 OpenWrt SNAPSHOT, r7545+96-354de22bad
Description:
root@rooter:~# mtr 10.10.10.10
mtr: Failure to start mtr-packet: Invalid argument
The text was updated successfully, but these errors were encountered: