armbian / build

Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
https://www.armbian.com
GNU General Public License v2.0
3.99k stars 2.25k forks source link

Please enable CONFIG_NET_SCH_NETEM for rockchip configs #827

Closed pmeenan closed 6 years ago

pmeenan commented 6 years ago

Maybe appropriate to enable for all kernels or to re-use the configs for scheduling options from the pine64 or one of the other chipsets that have it enabled.

The netem module is necessary for doing network emulation through the devices and I'm looking to replace a bunch of Raspberry Pi's with ASUS Tinkerboards and it looks like netem support is the only blocker right now.

zador-blood-stained commented 6 years ago

For our reference - list of configs that don't have this option enabled

for f in *.config; do
  if ! grep -q ^CONFIG_NET_SCH_NETEM $f; then
    echo $(basename $f)
  fi
done
linux-meson64-default.config
linux-rda8810-default.config
linux-rk3328-dev.config
linux-rockchip-default.config
linux-rockchip-dev.config
linux-rockchip-next.config
linux-s500-default.config
linux-sun5i-default.config
linux-udoo-default.config
linux-udoo-dev.config
linux-udoo-neo-default.config
linux-udoo-next.config