System: Lede Linux 17.01.0 Busybox: 1.26.2 Is: Loading non-existing modules is success: root@LEDE:~# modprobe non-existing-module; echo $? failed to find a module named non-existing-module 0 Loading existing modules is fail. root@LEDE:~# modprobe nls_base; echo $? nls_base is already loaded 255 Expected: - Loading non-existing modules is fail - Loading existing modules is success, unless --first-time is specified
fixed in git, thanks.