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 -