Commit Graph

3402 Commits

Author SHA1 Message Date
CvH
c5a4c7db90 Merge pull request #4595 from antonlacon/le10-october-updates
October package updates
2020-10-15 18:13:57 +02:00
Matthias Reichl
b393864994 systemd: backport cache timestamp fixes from master
This fixes systemd hanging on boot if no LAN cable is plugged
in (and thus time not set from NTP) with one core spinning at
100% CPU load.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-10-15 17:19:18 +02:00
Ian Leonard
4c95a91dc6 tz: update to 2020b
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-10-14 19:19:57 +00:00
Matthias Reichl
f0e958de52 systemd: add backport patch to fix device enumeration
This fixes partitions not showing up in kodi's "Files"
and "Media sources" sections.
See https://github.com/systemd/systemd/pull/17267

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-10-13 16:15:04 +02:00
CvH
ebdbda6024 Merge pull request #4463 from antonlacon/le10-backup-restore
system: accept compressed configuration backups
2020-10-10 07:47:42 +02:00
CvH
fcec59afc4 Merge pull request #4572 from antonlacon/le10-ext4dev
e2fsprogs: update to 1.45.6
2020-10-10 07:45:18 +02:00
David Vukovic
e081c6ecd2 [getedid] remove kernel check 2020-10-07 00:37:48 +02:00
Ian Leonard
dc98f5dd10 e2fsprogs: update to 1.45.6
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-10-01 23:32:40 +00:00
Ian Leonard
8682b99e89 e2fsprogs: don't create ext4dev symlinks
ext4dev was promoted to ext4 in 2012.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-10-01 23:32:40 +00:00
Ian Leonard
f569f7a06a system: accept compressed configuration backups
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-10-01 23:22:35 +00:00
Matthias Reichl
03b32a6f08 systemd: cleanup hwdb.service
Use systemd-hwdb instead of deprecated udevadm hwdb command
and fix ordering - it should be pulled in by sysinit.target,
not basic.target.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-29 09:51:48 +02:00
Matthias Reichl
6095b46cf7 systemd: cleanup safe_remove warnings
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-29 09:36:02 +02:00
Matthias Reichl
8ccfbe6294 systemd: update to v246
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-29 00:15:53 +02:00
CvH
42e40c838f Merge pull request #4540 from HiassofT/le10-systemd-target
use a systemd generator for selecting the default target
2020-09-11 21:51:52 +02:00
CvH
a0517ff40b eventlircd: cleanup 2020-09-06 17:59:59 +02:00
CvH
b66ab6e657 eventlircd: add support for SKY-Q remote 2020-09-06 17:57:55 +02:00
Matthias Reichl
2da7a9f351 init: drop INIT_UNIT logic
This is now handled by the libreelec-target-generator systemd
generator.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-08-25 23:58:02 +02:00
Matthias Reichl
d233b7660d busybox: add systemd generator to override default.target
libreelec-target-generator replaces the logic previously used
in the initramfs init script and dynamically redirects default.target
if needed.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-08-25 23:58:02 +02:00
Jernej Škrabec
3ff609fd34 Merge pull request #4468 from chewitt/samsung
add experimental Samsung/Exynos/Odroid-XU4 project
2020-07-06 17:30:44 +02:00
chewitt
25e7ecaa43 busybox: add ledfix script/service 2020-07-06 06:49:47 +00:00
chewitt
025f14a851 samsung: add samsung compatible to dtname/dtfile/dtsoc 2020-07-01 09:54:47 +00:00
chewitt
41a16f0593 wait-time-sync: correction to description text 2020-06-30 05:11:12 +00:00
Ian Leonard
50771db2ae Revert "busybox: init: remove usleep"
usleep is used by init's functions to create quarter and half second
progress reports. Not worth diving into for what was a 1.2kb savings.

This reverts commit 9e055544be.
2020-06-29 05:04:08 +00:00
Ian Leonard
9e055544be busybox: init: remove usleep
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-26 21:53:04 +00:00
Ian Leonard
a72e31a1a2 system: make configuration restore less selective on backup file names
Restoring system settings expects a filename of 14 characters followed
by .tar ($DATESTAMP.tar from the backup file the addon creates).

Change to glob onto whatever *.tar file gets put into /storage/.restore/
at the busybox init and system restore level. The addon still creates
and expects the $DATESTAMP.tar file, so users will need to use this
feature by ssh or other method.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-26 21:53:04 +00:00