iperf3: fix install section of Makefile and dependencies
authorNick Hainke <vincent@systemli.org>
Wed, 14 Sep 2022 20:46:09 +0000 (22:46 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 16 Feb 2024 18:39:44 +0000 (19:39 +0100)
commit664368b8902fd74cdfa28ec306adfd37ba779cee
tree3b44b40020e26946301fd9c94239b2a77807f495
parent770e595ee9382254a216dc78ede4b07073916a7c
iperf3: fix install section of Makefile and dependencies

In the Makefile the library installation was accidentally called
"Package/iperf3/install" and not "Package/libiperf3/install". Fix this
typo. Thanks to Hartmut spotting this.

Also the iperf3-ssl does not need to depend on libiperf3.

Fixes ae48be8e2157 ("iperf3: add shared libiperf library and link iperf3 dynamically")

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit dc59d98c2ca24a077a9f5f135b86e9737fa6780e)
net/iperf3/Makefile