summaryrefslogtreecommitdiff
path: root/recipes-core/multitech/config/config-wifi-bt-ap/usr/share/config-wifi-bt-ap/var/config/default/hostapd
blob: 30350ca8d49ff1a6a483e26293b718d5e7bd8ecc (plain)
1
2
3
4
5
6
# set to "yes" to start hostapd on boot
START_ON_BOOT="yes"
# Stuff to creat the device if needed.
DEV=wifi1
PREUP="[[ -d /sys/class/net/${DEV} ]] || (ifdown wifi1;/opt/rs9113/onebox_util rpine0 create_vap ${DEV} ap;rfkill unblock all)"
POSTUP="ifup wifi1"