Hello,
I'm using a NanoPi-R6C, that does not come with WIFI.
Restarting the network services causes a warning, but functions fine.
Is there a stub package I need to install ?
console output:
# service network restart
/etc/rc.common: line 38: /sbin/wifi: not found
# ls -l /sbin/wifi
ls: /sbin/wifi: No such file or directory
# grep -r /sbin/wifi /etc/init.d
/etc/init.d/boot: /sbin/wifi config
/etc/init.d/network: /sbin/wifi reload_legacy
/etc/init.d/network: /sbin/wifi down
# [ -x /sbin/wifi ] && echo ok || echo false
false
#