mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
7 lines
123 B
Bash
7 lines
123 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./release-ip.sh
|
||
|
|
||
|
# Use udhcpc to obtain IP.
|
||
|
udhcpc -S -i eth0 -s /etc/udhcpc/default.script -t15 -T10 -A3 -b -q
|