ソースを参照

Install dhcp server on mesh for secondary wifi adapter hotspot

Bob Mottram 7 年 前
コミット
77ad570e16
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3
    0
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-image-customise ファイルの表示

@@ -685,6 +685,9 @@ initialise_mesh() {
685 685
     # install tor as a possible way of routing traffic between internet gateways
686 686
     chroot "$rootdir" apt-get -yq install tor
687 687
 
688
+    # dhcp daemon for hotspot on secondary wifi adapter
689
+    chroot "$rootdir" apt-get -yq install isc-dhcp-server
690
+
688 691
     configure_firewall
689 692
     install_avahi
690 693
     install_batman