From 7a9f7acc7d4ef435698f34390d7b551921f995ef Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 25 Dec 2014 21:58:59 +0000 Subject: [PATCH] More wifi --- install-freedombone.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 25af983d..ce5043e1 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -7183,12 +7183,6 @@ function enable_wifi_hotspot { echo '### Wireless network name ###' > /etc/hostapd/hostapd.conf echo "interface=$WIFI_INTERFACE" >> /etc/hostapd/hostapd.conf - echo '#' >> /etc/hostapd/hostapd.conf - echo '### Set your bridge name ###' >> /etc/hostapd/hostapd.conf - echo '#bridge=br0' >> /etc/hostapd/hostapd.conf - echo '' >> /etc/hostapd/hostapd.conf - echo '#driver' >> /etc/hostapd/hostapd.conf - echo 'driver=nl80211' >> /etc/hostapd/hostapd.conf echo '' >> /etc/hostapd/hostapd.conf echo 'country_code=GB' >> /etc/hostapd/hostapd.conf echo '' >> /etc/hostapd/hostapd.conf