From 1555b2a5c831c86db93d661ff6ab65a30ee155d0 Mon Sep 17 00:00:00 2001 From: peepsnet Date: Fri, 29 Apr 2016 09:22:25 -0400 Subject: [PATCH] hostapd-edimax.conf I don't know if this was an oversight but I believe this should of been included --- selfupdate/update_footer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selfupdate/update_footer.sh b/selfupdate/update_footer.sh index 105944f6..b344d37c 100755 --- a/selfupdate/update_footer.sh +++ b/selfupdate/update_footer.sh @@ -11,6 +11,7 @@ ln -fs /etc/init.d/stratux /etc/rc6.d/K01stratux #wifi config cp -f hostapd.conf /etc/hostapd/hostapd.conf +cp -f hostapd-edimax.conf /etc/hostapd/hostapd-edimax.conf #WiFi Config Manager cp -f hostapd_manager.sh /usr/sbin/ @@ -35,4 +36,4 @@ cd web/ && make stratuxBuild=${stratuxBuild} # Remove old Wi-Fi watcher script. rm -f /usr/sbin/wifi_watch.sh -sed -i "/\bwifi_watch\b/d" /etc/rc.local \ No newline at end of file +sed -i "/\bwifi_watch\b/d" /etc/rc.local