summaryrefslogtreecommitdiff
path: root/recipes-connectivity/hostapd/hostap-daemon-2.6/default
blob: afc965d941a0f79ad1a1c6a76e8ec05c5d32e3c7 (plain)
1
2
3
4
5
6
# set to "yes" to start hostapd on boot
START_ON_BOOT="no"
# Stuff to creat the device if needed.
DEV=wifi1
PREUP="[[ -d /sys/class/net/${DEV} ]] || /opt/rs9113/onebox_util rpine0 create_vap ${DEV} ap"
POSTUP="ifup wifi1"