From 665fec1dab60751a907be201eae05159e17d5a44 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 5 Nov 2004 22:05:51 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into home.hrw.one.pl:/home/hrw/zaurus/oe/packages 2004/11/05 13:26:33+01:00 (none)!br1 unik-olsrd: add version script patch for libraries 2004/11/05 12:16:32+01:00 (none)!br1 nylon updates, split base, standard and extra image 2004/11/05 11:49:11+01:00 (none)!br1 added mtr 0.65 2004/11/05 11:47:07+01:00 (none)!br1 added chillispot 0.98 2004/11/05 11:42:27+01:00 (none)!br1 rrdtool: patch to build perl-modules BKrev: 418bf93fxy3gt7AnsYZJ3xtQYZ1bmA --- netbase/netbase/mtx-1/interfaces | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'netbase') diff --git a/netbase/netbase/mtx-1/interfaces b/netbase/netbase/mtx-1/interfaces index e69de29bb2..a7c6da5752 100644 --- a/netbase/netbase/mtx-1/interfaces +++ b/netbase/netbase/mtx-1/interfaces @@ -0,0 +1,29 @@ +# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) + +# The loopback interface +auto lo +iface lo inet loopback + +# Ethernet +auto eth0 +iface eth0 inet dhcp + +# wlan interface 1 for clients +auto wlan0 +iface wlan0 inet static + address 10.0.0.1 + netmask 255.0.0.0 + wireless_mode master + wireless_essid cube-ap + wireless_channel 1 + +# wlan interface 2 for mesh +auto wlan1 +iface wlan1 inet static + address 172.16.0.1 + netmask 255.240.0.0 + broadcast 172.31.255.255 + wireless_mode ad-hoc + wireless_essid cube-mesh + wireless_channel 11 + wireless_rts 250 -- cgit v1.2.3