# set to "yes" to start hostapd on boot START_ON_BOOT="no" # Stuff to creat the device if needed. DEV=wifi1 if [[ -x /opt/rs9113/onebox_util ]] ; then PREUP="[[ -d /sys/class/net/${DEV} ]] || (ifdown ${DEV};/opt/rs9113/onebox_util rpine0 create_vap ${DEV} ap;rfkill unblock all)" POSTUP="ifup ${DEV}" fi