The binary links nothing from libatomic on any architecture, so the
dependency is unnecessary.
Signed-off-by: Daniel Golle <redacted>
PKG_NAME:=UDPspeeder
PKG_VERSION:=20230206.0
-PKG_RELEASE:=5
+PKG_RELEASE:=6
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=$(PKG_VERSION)
CATEGORY:=Network
TITLE:=UDP Network Speed-Up Tool
URL:=https://github.com/wangyu-/UDPspeeder
- DEPENDS:=+libstdcpp +librt +libatomic
+ DEPENDS:=+libstdcpp +librt
endef
define Package/UDPspeeder/description