I have a Nanopi NEO with kernel: Linux NEO 4.11.2 #266 SMP Thu Jun 29 17:46:10 CST 2017 armv7l armv7l armv7l GNU/Linux

I want to setup traffic shaping.
with wondershaper eth0 512 512 I get the error message:
RTNETLINK answers: Operation not supported

When using a script e.g. the following errors:
+ /sbin/tc qdisc add dev eth0 root handle 1:0 htb default 12 r2q 6
RTNETLINK answers: Operation not supported

+ /sbin/tc filter add dev eth0 parent 1:0 prio 0 protocol ip handle 10 fw flowid 1:10
RTNETLINK answers: Operation not supported
We have an error talking to the kernel

What is missing? How to fix this error?