Browse Source

Add wireless tools

Bob Mottram 9 years ago
parent
commit
c363cb9c18
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise View File

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