openwrt-routing/hnetd
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
..
files Merge pull request #168 from toreanderson/hnetd-add-ip4mode 2016-06-28 00:24:03 +03:00
patches hnetd: update to latest commit 2020-12-17 06:28:05 +00:00
Makefile hnetd: update to latest commit 2020-12-17 06:28:05 +00:00