瀏覽代碼

hostapd for wifi

Bob Mottram 8 年之前
父節點
當前提交
de008e4f99
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise 查看文件

@@ -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