Kaynağa Gözat

hostapd for wifi

Bob Mottram 8 yıl önce
ebeveyn
işleme
de008e4f99
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise Dosyayı Görüntüle

@@ -1014,7 +1014,7 @@ chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-nam
1014 1014
 chroot "$rootdir" apt-get install -y locales locales-all debconf wireless-tools wpasupplicant usbutils
1015 1015
 if [[ $ARCHITECTURE == 'qemu'* || $ARCHITECTURE == 'i386' || $ARCHITECTURE == 'i686' || $ARCHITECTURE == 'amd64' || $ARCHITECTURE == 'x86_64' ]]; then
1016 1016
     chroot "$rootdir" apt-get install -y cryptsetup zsh pinentry-curses iotop bc
1017
-    chroot "$rootdir" apt-get install -y grub2
1017
+    chroot "$rootdir" apt-get install -y grub2 hostapd
1018 1018
 fi
1019 1019
 
1020 1020
 sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf