]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/netbase/netbase/tosa/interfaces
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / netbase / netbase / tosa / interfaces
1 # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
2  
3 # The loopback interface
4 auto lo
5 iface lo inet loopback
6
7 # Wireless interfaces
8 iface wlan0 inet dhcp
9   wireless_type wlan-ng
10   wireless_mode Managed
11   pre-up modprobe prism2_usb
12   pre-up /sbin/usbctl on 1
13   post-down /sbin/usbctl off 1
14   post-down rmmod prism2_usb
15
16 # Wired or wireless interfaces
17 iface eth0 inet dhcp
18 iface eth1 inet dhcp
19
20 # Zaurus usbnet
21 iface usbd0 inet dhcp
22
23 # usbnet from the other side
24 iface usb0 inet dhcp