udhcpc.script 88 B

1234
  1. #!/bin/sh
  2. /sbin/ifconfig $interface $ip up
  3. route add default gw $router dev $interface