mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
busybox:
- create /var/run/udhcpc after running udhcpc
This commit is contained in:
parent
e9ad62d6ed
commit
848a8ec407
@ -19,6 +19,7 @@ case "$1" in
|
|||||||
while route del default gw 0.0.0.0 dev $interface; do
|
while route del default gw 0.0.0.0 dev $interface; do
|
||||||
:
|
:
|
||||||
done
|
done
|
||||||
|
echo >/var/run/udhcpc
|
||||||
metric=0
|
metric=0
|
||||||
for i in $router; do
|
for i in $router; do
|
||||||
route add default gw $i dev $interface metric $((metric++))
|
route add default gw $i dev $interface metric $((metric++))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user