Bob Mottram 10 anni fa
parent
commit
7a9f7acc7d
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0
    6
      install-freedombone.sh

+ 0
- 6
install-freedombone.sh Vedi File

7183
 
7183
 
7184
   echo '### Wireless network name ###' > /etc/hostapd/hostapd.conf
7184
   echo '### Wireless network name ###' > /etc/hostapd/hostapd.conf
7185
   echo "interface=$WIFI_INTERFACE" >> /etc/hostapd/hostapd.conf
7185
   echo "interface=$WIFI_INTERFACE" >> /etc/hostapd/hostapd.conf
7186
-  echo '#' >> /etc/hostapd/hostapd.conf
7187
-  echo '### Set your bridge name ###' >> /etc/hostapd/hostapd.conf
7188
-  echo '#bridge=br0' >> /etc/hostapd/hostapd.conf
7189
-  echo '' >> /etc/hostapd/hostapd.conf
7190
-  echo '#driver' >> /etc/hostapd/hostapd.conf
7191
-  echo 'driver=nl80211' >> /etc/hostapd/hostapd.conf
7192
   echo '' >> /etc/hostapd/hostapd.conf
7186
   echo '' >> /etc/hostapd/hostapd.conf
7193
   echo 'country_code=GB' >> /etc/hostapd/hostapd.conf
7187
   echo 'country_code=GB' >> /etc/hostapd/hostapd.conf
7194
   echo '' >> /etc/hostapd/hostapd.conf
7188
   echo '' >> /etc/hostapd/hostapd.conf