diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-05 22:05:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-05 22:05:51 +0000 |
commit | 665fec1dab60751a907be201eae05159e17d5a44 (patch) | |
tree | 04d14b98e67c01dc8f00f8f6e74cdabee747eadf /netbase | |
parent | 763b191d632bf8ccf39ae77d54e49482fd2817c1 (diff) |
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
Diffstat (limited to 'netbase')
-rw-r--r-- | netbase/netbase/mtx-1/interfaces | 29 |
1 files changed, 29 insertions, 0 deletions
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 |