Return to 010.lan.stop CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.d |
1.2 ! misho 1: #!/bin/sh ! 2: ! 3: IFACE="fxp0" ! 4: ! 5: MEDIA="autoselect" ! 6: ! 7: OPT="" ! 8: IP="192.168.1.1/24" ! 9: ! 10: echo "Config Ethernet-LAN network interface $IFACE ..." ! 11: ifconfig $IFACE inet $IP media $MEDIA $OPT up ! 12: #dhclient $IFACE