1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-13 18:53:54 +02:00
openwrt-routing/hnetd/patches
Rosen Penev 3dd7f27558 hnetd: update to latest commit
Fixed compilation with newer libubox.

libubox added a sys/stat.h include, which happens to break compilation.
The reason being __unused is a variable in musl and an attribute here.
Fixed by undefining right before including the headers.

Clean up Makefile for consistency between packages.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-17 06:28:05 +00:00
..
010-openssl-deprecated.patch hnetd: update to latest commit 2020-12-17 06:28:05 +00:00
020-unused.patch hnetd: update to latest commit 2020-12-17 06:28:05 +00:00