summaryrefslogtreecommitdiff
path: root/recipes-connectivity/hostapd/hostap-daemon-2.6/default
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/hostapd/hostap-daemon-2.6/default')
-rw-r--r--recipes-connectivity/hostapd/hostap-daemon-2.6/default6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-connectivity/hostapd/hostap-daemon-2.6/default b/recipes-connectivity/hostapd/hostap-daemon-2.6/default
deleted file mode 100644
index afc965d..0000000
--- a/recipes-connectivity/hostapd/hostap-daemon-2.6/default
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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"