File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- Welcome to OpenLGTV BCM ver. 0.5.0-SVN20140122
2+ Welcome to OpenLGTV BCM ver. 0.5.0-SVN20140201
33 http://openlgtv.org.ru/
44
55 After first login change root password for yours TV!
Original file line number Diff line number Diff line change 44# Source code released under GPL License
55
66# TODO: Test CIFS - especially with username/password having spaces or non-acsii characters
7+ # TODO: if current way wont work then use "tr" to replace spaces with \040
78
89ndrvtab=/mnt/user/cfg/ndrvtab
910usbinit_wait_time=15
Original file line number Diff line number Diff line change 11#! /bin/sh
2- # OpenLGTV BCM 0.5.0-SVN20140122 installation script v.1.99.1 by xeros
2+ # OpenLGTV BCM 0.5.0-SVN20140201 installation script v.1.99.1 by xeros
33# Source code released under GPL License
44
55# it needs $file.sqf and $file.sha1 files in the same dir as this script
@@ -28,7 +28,7 @@ installer="$0"
2828# forced rebooting option disabled for manual upgrade/installations
2929# rebooting=0
3030
31- ver=0.5.0-SVN20140122
31+ ver=0.5.0-SVN20140201
3232supported_rootfs_ver=" V1.00.51 Mar 01 2010"
3333supported_rootfs_ver_japan=" V1.00.51 Jul 15 2010" # TODO TODO TODO
3434supported_rootfs_ver2011=" V1.00.18 Jan 10 2011"
5353 argc=$(( $argc + 1 ))
5454done
5555
56+ [ ! -e " /etc/ver" ] && echo " ERROR: Supported LG TV was not detected!" && exit 1
57+
5658if [ " $chrooted " != " 1" ]
5759then
5860 dir=` dirname $0 `
169171 fi
170172fi
171173
172- echo " OpenLGTV BCM 0.5.0-SVN20140122 installation script for $platform platform by xeros" | tee -a $log
174+ echo " OpenLGTV BCM 0.5.0-SVN20140201 installation script for $platform platform by xeros" | tee -a $log
173175
174176ntpclient -h pool.ntp.org -s -c 1 > /dev/null 2>&1 &
175177sleep 1
Original file line number Diff line number Diff line change 11#! /bin/sh
2- # OpenLGTV BCM 0.5.0-SVN20140122 installation script v.1.99.1 by xeros
2+ # OpenLGTV BCM 0.5.0-SVN20140201 installation script v.1.99.1 by xeros
33# Based on extract.sh code from LGMOD S7 by mmm4m5m
44# Source code released under GPL License
55
Original file line number Diff line number Diff line change 11#! /bin/sh
2- # OpenLGTV BCM 0.5.0-SVN20140122 installation script v.1.99.1 by xeros
2+ # OpenLGTV BCM 0.5.0-SVN20140201 installation script v.1.99.1 by xeros
33# Source code released under GPL License
44
55# it needs $file.sqf and $file.sha1 files in the same dir as this script
@@ -28,7 +28,7 @@ installer="$0"
2828# forced rebooting option disabled for manual upgrade/installations
2929# rebooting=0
3030
31- ver=0.5.0-SVN20140122
31+ ver=0.5.0-SVN20140201
3232supported_rootfs_ver=" V1.00.51 Mar 01 2010"
3333supported_rootfs_ver_japan=" V1.00.51 Jul 15 2010" # TODO TODO TODO
3434supported_rootfs_ver2011=" V1.00.18 Jan 10 2011"
171171 fi
172172fi
173173
174- echo " OpenLGTV BCM 0.5.0-SVN20140122 installation script for $platform platform by xeros" | tee -a $log
174+ echo " OpenLGTV BCM 0.5.0-SVN20140201 installation script for $platform platform by xeros" | tee -a $log
175175
176176ntpclient -h pool.ntp.org -s -c 1 > /dev/null 2>&1 &
177177sleep 1
You can’t perform that action at this time.
0 commit comments