From b7565e5e358e12f6a5eea3e8b1cf57b588a24147 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 28 Dec 2014 15:54:46 +0000 Subject: [PATCH] No bridge --- install-freedombone.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 1966b96a..1afb058a 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -7201,7 +7201,6 @@ function enable_wifi_hotspot { sed -i 's|#DAEMON_CONF=.*|DAEMON_CONF="/etc/hostapd/hostapd.conf"|g' /etc/default/hostapd echo "interface=$WIFI_INTERFACE" > /etc/hostapd/hostapd.conf - echo 'bridge=br0' >> /etc/hostapd/hostapd.conf echo "ssid=$WIFI_ESSID" >> /etc/hostapd/hostapd.conf echo "hw_mode=$WIFI_HOTSPOT_MODE" >> /etc/hostapd/hostapd.conf echo "channel=${WIFI_HOTSPOT_CHANNEL}" >> /etc/hostapd/hostapd.conf