mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
7 lines
148 B
Bash
7 lines
148 B
Bash
#!/bin/sh
|
|
|
|
./release-ip.sh
|
|
|
|
# Use udhcpc to obtain IP.
|
|
env -u LD_LIBRARY_PATH udhcpc -S -i eth0 -s /etc/udhcpc.d/default.script -t15 -T10 -A3 -b -q
|