소스 검색

More wifi

Bob Mottram 10 년 전
부모
커밋
7a9f7acc7d
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0
    6
      install-freedombone.sh

+ 0
- 6
install-freedombone.sh 파일 보기

@@ -7183,12 +7183,6 @@ function enable_wifi_hotspot {
7183 7183
 
7184 7184
   echo '### Wireless network name ###' > /etc/hostapd/hostapd.conf
7185 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 7186
   echo '' >> /etc/hostapd/hostapd.conf
7193 7187
   echo 'country_code=GB' >> /etc/hostapd/hostapd.conf
7194 7188
   echo '' >> /etc/hostapd/hostapd.conf