tn3399_openwrt/package/network
David Yang aaf46a8fe2 dante: disable sched_getscheduler() - not implemented in musl
musl doesn't come with an valid implementation of `sched_getscheduler()`;
it simply returns -ENOSYS for it. Without this option (and compile dante
with `sched_getscheduler()` enabled), you will get

    error: serverinit(): sched_getscheduler(2): failed to retrieve current
    cpuscheduling policy: Function not implemented

and dante won't start at all.

Ref: http://lists.alpinelinux.org/alpine-devel/3932.html
Ref: http://lists.alpinelinux.org/alpine-devel/3936.html
Signed-off-by: David Yang <mmyangfl@gmail.com>
[slightly reword commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-09-24 19:04:47 +02:00
..
config netifd: update to latest git HEAD 2018-09-19 10:09:25 +02:00
ipv6 map: drop default encaplimit value 2018-09-19 09:42:45 +02:00
services lldpd: inhibit linking of libbsd on !GLIBC 2018-09-24 08:36:10 +02:00
utils dante: disable sched_getscheduler() - not implemented in musl 2018-09-24 19:04:47 +02:00