version bumped to 20160828

This commit is contained in:
Calin Crisan 2016-08-28 17:34:07 +03:00
parent 33dc034af5
commit 6bcc69ae0f
2 changed files with 2 additions and 4 deletions

View File

@ -100,7 +100,6 @@ start_eth() {
# wait for driver # wait for driver
w=3 w=3
test "$link_watch" == "true" || w=1
count=0 count=0
while ! ifconfig $os_eth >/dev/null 2>&1; do while ! ifconfig $os_eth >/dev/null 2>&1; do
sleep 1 sleep 1
@ -116,7 +115,6 @@ start_eth() {
# wait for operstate # wait for operstate
w=3 w=3
test "$link_watch" == "true" || w=1
count=0 count=0
while [ "$(cat /sys/class/net/$os_eth/operstate 2>&1)" == "unknown" ]; do while [ "$(cat /sys/class/net/$os_eth/operstate 2>&1)" == "unknown" ]; do
sleep 1 sleep 1
@ -128,7 +126,7 @@ start_eth() {
done done
# wait for link # wait for link
test "$link_watch" == "true" || link_nego_timeout=3 test "$link_watch" == "true" || link_nego_timeout=5
count=0 count=0
while [ "$(cat /sys/class/net/$os_eth/carrier 2>&1)" != "1" ]; do while [ "$(cat /sys/class/net/$os_eth/carrier 2>&1)" != "1" ]; do
sleep 1 sleep 1

View File

@ -1,4 +1,4 @@
os_name="motionEyeOS" os_name="motionEyeOS"
os_short_name="motioneyeos" os_short_name="motioneyeos"
os_prefix="meye" os_prefix="meye"
os_version="20160825" os_version="20160828"