From d31fabf8cff5dae02e3fc759a4203bd374dddc99 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 30 Mar 2014 16:03:44 -0400 Subject: Initial commit --- boot/broadcast.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 boot/broadcast.txt (limited to 'boot/broadcast.txt') diff --git a/boot/broadcast.txt b/boot/broadcast.txt new file mode 100755 index 0000000..36942c4 --- /dev/null +++ b/boot/broadcast.txt @@ -0,0 +1,11 @@ +auto lo +iface lo inet loopback +iface eth0 inet dhcp + +auto wlan0 +iface wlan0 inet static + address 192.168.1.1 + netmask 255.255.255.0 + wireless-channel 1 + wireless-essid Jasper + wireless-mode ad-hoc -- cgit v1.3.1