]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ppp-dsl/ppp_on_boot.dsl
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ppp-dsl / ppp_on_boot.dsl
1 #!/bin/sh
2 #
3
4 # The location of the ppp daemon itself (shouldn't need to be changed)
5 PPPD=/usr/sbin/pppd
6
7 # The Ethernet interface the DSL modem is connected to. If you change this, 
8 # you also need to edit the file /etc/ppp/peers/dsl-provider.
9 INTERFACE=eth0
10
11 # Bring the interface up
12 /sbin/ifconfig $INTERFACE up
13
14 $PPPD call dsl-provider