pyavitz / debian-image-builder

Debian image builder for single board computers
Other
141 stars 33 forks source link

Nanopi R5S - Fair Queue, tweak kernel NET_SCH_FQ_CODEL and NET_SCH_FQ options #41

Closed 9bx154 closed 1 year ago

9bx154 commented 1 year ago

Add to /debian-image-builder/defconfig/rockchip64-rk356x_defconfig this options:

CONFIG_NET_SCH_FQ_CODEL=y
CONFIG_NET_SCH_FQ=y
pyavitz commented 1 year ago

It's up. #5 https://github.com/pyavitz/binary/releases/tag/images

9bx154 commented 1 year ago

Great, in #5 FQ and bonding work fine. Thanks!

pyavitz commented 1 year ago

You are welcome