2671 Commits

Author SHA1 Message Date
Michael Busby
988084b249 added RECOVERY to partitions not to be mounted
to prevent the RECOVERY partition being mounted at boot
2016-04-15 13:54:56 +01:00
longchair
bb10e9d103 scripts : remove some hardcoded LibreELEC distro name
Allows a distro to have it's name appear in installer and busybox scripts
2016-04-13 17:20:22 +02:00
MilhouseVH
02ef10d9cd Add OSMC IR remote control support 2016-04-08 10:13:16 +01:00
Christian Hewitt
b0ac12e7b8 Merge pull request #95 from MilhouseVH/fix_v86d
Thanks :)
2016-04-04 12:46:29 +04:00
MilhouseVH
ee9ae0bef1 v86d: Fix download url 2016-04-04 09:44:14 +01:00
Peter Vicman
bc29d625ff imx6: add irqbalanced daemon for linux 4.4 2016-04-04 10:11:59 +02:00
MilhouseVH
0da3ceaee5 console: enable cursor for textmode and RPi serial consoles 2016-04-02 18:36:17 +01:00
MilhouseVH
80b4c5b75d Merge pull request #61 from chewitt/installer-cosmetic
installer: not all computers are computers
2016-03-31 05:35:58 +01:00
chewitt
826b819303 installer: text cosmetics for update/fs-resize 2016-03-31 08:31:20 +04:00
Peter Vicman
3145e182f1 init: remove warning when loop node already exist (wetek projects with CONFIG_BLK_DEV_LOOP_MIN_COUNT >0) 2016-03-30 10:24:49 +02:00
Christian Hewitt
01b9aae849 Merge pull request #59 from lrusak/upstream-changes
Thanks :)
2016-03-29 18:11:43 +04:00
Stephan Raue
1a8f61d38d busybox: add '8812au' to SUSPEND_MODULES
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-28 23:21:53 -07:00
Stephan Raue
52eb217ce7 ntfs-3g_ntfsprogs: update to ntfs-3g_ntfsprogs-2016.2.22
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-28 23:21:52 -07:00
Lukas Rusak
7cf1ed5fcd Merge pull request #47 from CvH/virtual_fix
open-vm-tools: fix unpack
2016-03-28 10:16:53 -07:00
Christian Hewitt
dd08a682bb Merge pull request #44 from MilhouseVH/init_progress
Thanks :)
2016-03-25 19:37:15 +04:00
MilhouseVH
245651567e fs-resize: use progress meters for long running tasks 2016-03-23 19:43:28 +00:00
MilhouseVH
4a66245618 init: move common functions to separate file 2016-03-23 19:43:27 +00:00
MilhouseVH
0af94509f7 init: Add progress indicators during long running updates 2016-03-23 19:43:20 +00:00
MilhouseVH
262ee4a16a rebrand: A few more fix-ups 2016-03-23 19:36:54 +00:00
CvH
989c6c7a2a open-vm-tools: fix unpack 2016-03-23 14:34:10 +01:00
MilhouseVH
2f1b279177 Merge pull request #27 from vpeter4/img_update1
init: allow update also with .img.gz or .img besides to .tar
2016-03-21 07:19:18 +00:00
MilhouseVH
93d814c471 Revert "init: Add progress indicators during long running updates"
This reverts commit e45ba7e2987557c032c0d35bdaa7a48c674223af.
2016-03-20 21:36:53 +00:00
MilhouseVH
e45ba7e298 init: Add progress indicators during long running updates 2016-03-20 21:32:59 +00:00
Christian Hewitt
b92f86cc24 Merge pull request #41 from CvH/rename
Thanks :)
2016-03-20 19:44:18 +04:00
CvH
0e90095152 busybox: rebrand sripts 2016-03-20 16:42:33 +01:00
MilhouseVH
a3d60284e5 Merge pull request #34 from lrusak/upstream-changes
upstream commits
2016-03-20 02:57:32 +00:00
Stephan Raue
959b9928cd busybox: update to busybox-1.24.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-19 12:52:40 -07:00
Stephan Raue
6c2e5ce1c2 busybox: load cpu firmwares in initramfs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-19 12:52:40 -07:00
Christian Hewitt
668689a0e1 Merge pull request #13 from lrusak/virtual-is-back
Thanks :)
2016-03-19 06:35:53 +04:00
Peter Vicman
0a8df76e5e init: allow update also with .img.gz or .img besides to .tar
needs double space on storage partition for extracted .img file
KERNEL/SYSTEM files are copied directly from mounted partition to /flash
tested on imx6 project
size of initramfs/kernel increased by ~40kB
if downgrade with image without included .md5 files
user needs to create file .nocheck (there is no integrity
checks done in this case - can be unsafe)

### Checking for updates ###
Found new .tar archive. extracting...
Checking KERNEL.md5...
/storage/.update/KERNEL: OK
Checking SYSTEM.md5...
/storage/.update/SYSTEM: OK
Checking size: OK
### mount filesystem /flash/SYSTEM ... ###
### mount filesystem /storage/.update/SYSTEM ... ###
updating Kernel...
updating System...
### mount filesystem /flash/SYSTEM ... ###
updating Bootloader...
*** updating Device Tree Blob: imx6q-udoo.dtb ...
.................................................
*** updating u-boot image: /flash/u-boot.img ...
*** updating u-boot SPL Blob on: /dev/mmcblk0 ...
35+0 records in
35+0 records out
35840 bytes (35.0KB) copied, 0.050510 seconds, 692.9KB/s
System reboots now...

### Checking for updates ###
Found new .img.gz archive. extracting...
Mounting system partition...
Checking KERNEL.md5...
/storage/.update/.tmp/mnt/KERNEL: OK
Checking SYSTEM.md5...
/storage/.update/.tmp/mnt/SYSTEM: OK
Checking size: OK
updating Kernel...
updating System...
### mount filesystem /flash/SYSTEM ... ###
updating Bootloader...
*** updating Device Tree Blob: imx6dl-cubox-i.dtb ...
.....................................................
*** updating u-boot image: /flash/u-boot.img ...
*** updating u-boot SPL Blob on: /dev/mmcblk0 ...
35+0 records in
35+0 records out
35840 bytes (35.0KB) copied, 0.050320 seconds, 695.5KB/s
System reboots now...

### Checking for updates ###
Found new .img file...
Mounting system partition...
Checking KERNEL.md5...
/storage/.update/.tmp/mnt/KERNEL: OK
Checking SYSTEM.md5...
/storage/.update/.tmp/mnt/SYSTEM: OK
Checking size: OK
updating Kernel...
updating System...
### mount filesystem /flash/SYSTEM ... ###
updating Bootloader...
*** updating Device Tree Blob: imx6dl-cubox-i.dtb ...
.....................................................
*** updating u-boot image: /flash/u-boot.img ...
*** updating u-boot SPL Blob on: /dev/mmcblk0 ...
35+0 records in
35+0 records out
35840 bytes (35.0KB) copied, 0.050320 seconds, 695.5KB/s
System reboots now...
2016-03-18 12:08:03 +01:00
chewitt
b8ca012e90 openvpn: re-add openvpn to core builds 2016-03-18 00:09:17 -07:00
MilhouseVH
9c17ed5fc2 Rebranding: Follow up 2016-03-16 05:03:51 +00:00
Lukas Rusak
faabe3f5a6 open-vm-tools: initial import 2016-03-15 02:03:08 -07:00
Christian Hewitt
2cada2df2e Merge pull request #11 from lrusak/mkpkg-removal
Thanks :)
2016-03-15 08:10:59 +04:00
MilhouseVH
4a6da2c733 Merge pull request #5 from lrusak/package-updates
llvm, xorg-server, openssh, dbus package updates
2016-03-14 23:17:05 +00:00
Lukas Rusak
7d30527adf open-iscsi: change upstream url and remove mkpkg script 2016-03-14 15:46:11 -07:00
Lukas Rusak
fd1c2a4355 amremote: change upstream url and remove mkpkg script 2016-03-14 15:46:11 -07:00
MilhouseVH
d8f6577b52 Merge pull request #2 from lrusak/seo-stripping
stripping changes
2016-03-14 17:55:15 +00:00
MilhouseVH
875806cdac Add PKG_SOURCE_NAME for non-standard package tarballs 2016-03-13 23:47:12 -07:00
Lukas Rusak
ea74381815 dbus: update to 1.10.8 2016-03-13 13:15:50 -07:00
Lukas Rusak
40af353132 rebrand: LibreELEC 2016-03-12 01:41:55 +01:00
Lukas Rusak
342b515b2e fuse: add aarch64 support patch 2016-03-01 00:49:53 +01:00
Alex Deryskyba
28d366294b packages/sysutils/amremote: Update license header 2016-02-25 16:14:59 +01:00
Alex Deryskyba
e6ac8b0a76 packages/sysutils/amremote: Update amremote utility to ecdf401 2016-02-25 16:13:08 +01:00
Alex Deryskyba
92d9d0d797 packages/sysutils/amremote: Update excess PKG_URL variable in package.mk 2016-02-24 15:04:19 +01:00
Alex Deryskyba
18564c20e1 packages/sysutils/amremote: Update amremote utility to a4a7c4e 2016-02-24 15:04:19 +01:00
Lukas Rusak
0730019fe5 eventlircd: add rule for WeTek_Core power button 2016-02-23 00:21:46 -08:00
MilhouseVH
a93965b314 e2fsprogs: Don't parallel build 2016-02-20 23:50:20 +00:00
Stephan Raue
4eae60c089 Merge pull request #4701 from vpeter4/non-root-image
scripts/mkimage: create disk image without sudo
2016-02-20 23:50:40 +01:00
Lukas Rusak
21d044cf47 systemd: depened on entropy package 2016-02-19 22:54:45 -06:00