浏览代码

Add wireless tools

Bob Mottram 9 年前
父节点
当前提交
c363cb9c18
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-image-customise

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

@@ -484,7 +484,7 @@ chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential open
484 484
 chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
485 485
 chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
486 486
 chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man ntp
487
-chroot "$rootdir" apt-get install -y locales locales-all debconf
487
+chroot "$rootdir" apt-get install -y locales locales-all debconf wireless-tools wpasupplicant
488 488
 
489 489
 sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf
490 490