mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
update to flashrom-0.9.0
This commit is contained in:
parent
a3dec2274d
commit
6003adf0ac
@ -13,10 +13,10 @@ args=""
|
|||||||
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
||||||
args="${args} ELISA_DEBUG=*:5"
|
args="${args} ELISA_DEBUG=*:5"
|
||||||
args="${args} GST_DEBUG_NO_COLOR=1"
|
args="${args} GST_DEBUG_NO_COLOR=1"
|
||||||
args="${args} GST_DEBUG="*:5
|
args="${args} GST_DEBUG=GST_ELEMENT_FACTORY:3"
|
||||||
args="${args} -l"
|
args="${args} -l"
|
||||||
fi
|
fi
|
||||||
|
# args="${args} GST_DEBUG=*:5"
|
||||||
# args="${args} GST_DEBUG=GST_ELEMENT_FACTORY:3"
|
# args="${args} GST_DEBUG=GST_ELEMENT_FACTORY:3"
|
||||||
|
|
||||||
if /usr/bin/test "${ELISA_FULLSCREEN}" = "yes" ; then
|
if /usr/bin/test "${ELISA_FULLSCREEN}" = "yes" ; then
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
/bin/sync
|
||||||
/sbin/poweroff
|
/sbin/poweroff
|
||||||
|
@ -18,16 +18,17 @@
|
|||||||
/bin/busybox mount -o remount,ro /flash
|
/bin/busybox mount -o remount,ro /flash
|
||||||
/bin/busybox sync
|
/bin/busybox sync
|
||||||
echo "... done"
|
echo "... done"
|
||||||
echo "System reboots in 5 seconds"
|
echo "System reboots now"
|
||||||
/bin/busybox sleep 5
|
|
||||||
/bin/busybox reboot
|
/bin/busybox reboot
|
||||||
fi
|
fi
|
||||||
|
# /bin/busybox sleep 5
|
||||||
|
|
||||||
if [ -f "/storage/.update/openelec.system" ]; then
|
if [ -f "/storage/.update/openelec.system" ]; then
|
||||||
echo "updating System..."
|
echo "updating System..."
|
||||||
/bin/busybox mount -o remount,rw /flash
|
/bin/busybox mount -o remount,rw /flash
|
||||||
/bin/busybox mv /storage/.update/openelec.system /flash/openelec.system
|
/bin/busybox mv /storage/.update/openelec.system /flash/openelec.system
|
||||||
/bin/busybox mount -o remount,ro /flash
|
/bin/busybox mount -o remount,ro /flash
|
||||||
|
/bin/busybox sync
|
||||||
echo "... done"
|
echo "... done"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
diff -Naur flashrom/Makefile flashrom.patch/Makefile
|
|
||||||
--- flashrom/Makefile 2009-04-14 03:43:10.000000000 +0200
|
|
||||||
+++ flashrom.patch/Makefile 2009-04-17 00:00:43.238159402 +0200
|
|
||||||
@@ -40,8 +40,7 @@
|
|
||||||
|
|
||||||
# Set the flashrom version string from the highest revision number
|
|
||||||
# of the checked out flashrom files.
|
|
||||||
-SVNDEF := -D'FLASHROM_VERSION="$(shell svnversion -cn . \
|
|
||||||
- | sed -e "s/.*://" -e "s/\([0-9]*\).*/\1/")"'
|
|
||||||
+ SVNDEF := -D'FLASHROM_VERSION="$(shell cat version)"'
|
|
||||||
|
|
||||||
$(PROGRAM): $(OBJS)
|
|
||||||
$(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS)
|
|
||||||
diff -Naur flashrom/version flashrom.patch/version
|
|
||||||
--- flashrom/version 1970-01-01 01:00:00.000000000 +0100
|
|
||||||
+++ flashrom.patch/version 2009-04-16 23:59:52.958410419 +0200
|
|
||||||
@@ -0,0 +1 @@
|
|
||||||
+4107
|
|
@ -1 +1 @@
|
|||||||
http://sources.openelec.tv/svn/flashrom-svn-4115.tar.bz2
|
http://qa.coreboot.org/releases/flashrom-0.9.0.tar.bz2
|
@ -11,8 +11,8 @@ progress "starting Xorg"
|
|||||||
# modprobe drm
|
# modprobe drm
|
||||||
mkdir -p /var/lib/xkb/
|
mkdir -p /var/lib/xkb/
|
||||||
|
|
||||||
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
#if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
||||||
mount -o bind /storage /var/log
|
# mount -o bind /storage /var/log
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
xinit $XINITRC -- $XSERVERRC > /dev/null 2>&1
|
xinit $XINITRC -- $XSERVERRC > /dev/null 2>&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user