From c3aa4965e08fd29a8288ad56f8a5056f2db53e13 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Tue, 4 Jul 2017 20:22:14 +0300 Subject: [PATCH] start watchdog after udev --- .../overlay/etc/init.d/{S10watchdog => S13watchdog} | 0 .../overlay/usr/share/post-upgrade/20160828.sh | 13 ------------- 2 files changed, 13 deletions(-) rename board/common/overlay/etc/init.d/{S10watchdog => S13watchdog} (100%) delete mode 100755 board/common/overlay/usr/share/post-upgrade/20160828.sh diff --git a/board/common/overlay/etc/init.d/S10watchdog b/board/common/overlay/etc/init.d/S13watchdog similarity index 100% rename from board/common/overlay/etc/init.d/S10watchdog rename to board/common/overlay/etc/init.d/S13watchdog diff --git a/board/common/overlay/usr/share/post-upgrade/20160828.sh b/board/common/overlay/usr/share/post-upgrade/20160828.sh deleted file mode 100755 index 8a66549a9a..0000000000 --- a/board/common/overlay/usr/share/post-upgrade/20160828.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# more settings have been added to [/data]/etc/os.conf - -echo 'os_networkless="false"' >> /data/etc/os.conf -echo 'os_eth="eth0"' >> /data/etc/os.conf -echo 'os_wlan="wlan0"' >> /data/etc/os.conf -echo 'os_ppp="ppp0"' >> /data/etc/os.conf - -# boolean values in watch.conf have been normalized to "true" and "false" -sed -i 's/=no/="false"/' /data/etc/watch.conf -sed -i 's/=yes/="true"/' /data/etc/watch.conf -