26221 Commits

Author SHA1 Message Date
chewitt
7c3931c054 config: set version to 8.1.2 2017-09-24 17:04:50 +01:00
Christian Hewitt
ebc0f91e06 Merge pull request #2035 from MilhouseVH/le82_cores_fix
kodi: switch to using find to avoid argument limit
2017-09-24 20:04:08 +04:00
MilhouseVH
30ddac55cd kodi: switch to using find to avoid argument limit 2017-09-24 16:07:41 +01:00
Christian Hewitt
22e783687e Merge pull request #2027 from CvH/8.2-wpa
wpa_supplicant: change url
2017-09-22 16:08:48 +04:00
cvh
02bb3bb0fc wpa_supplicant: change url 2017-09-22 12:09:03 +02:00
Christian Hewitt
a2d75ff269 Merge pull request #2026 from wrxtasy/amlvideodri
[LE 8.2] projects/Odroid_C2: build media support drivers as modules
2017-09-22 12:14:52 +04:00
Christian Hewitt
cf9417b501 Merge pull request #2021 from codesnake/wp2_update_kernel_config
[LE 8.2] projects/WeTek_Play_2: build media support drivers as modules
2017-09-22 12:14:28 +04:00
Christian Hewitt
2238b8d42e Merge pull request #2017 from codesnake/wetek_hub_rc_core_le82
[LE 8.2] projects/WeTek_Hub: build media support drivers as modules
2017-09-22 12:14:11 +04:00
Jamie Coldhill
fbb99e9f2f projects/Odroid_C2: load Amlogic V4L2 support module (amlvideodri) 2017-09-22 15:19:29 +08:00
Jamie Coldhill
d3be1316d2 projects/Odroid_C2: build media support drivers as modules 2017-09-22 15:17:55 +08:00
Christian Hewitt
8e53c0735a Merge pull request #2022 from codesnake/amcodec_thumbnails_le82
[LE 8.2] kodi: backport a patch to fix bookmark thumbnails when using amcodec
2017-09-22 07:29:47 +04:00
Alex Deryskyba
e4368fa60d kodi: backport a patch to fix bookmark thumbnails when using amcodec 2017-09-22 00:14:10 +03:00
Alex Deryskyba
74c883c7c1 projects/WeTek_Play_2: load Amlogic V4L2 support module (amlvideodri) 2017-09-21 23:20:15 +03:00
Alex Deryskyba
b89b6f413a projects/WeTek_Play_2: build media support drivers as modules 2017-09-21 23:20:15 +03:00
Alex Deryskyba
c87210552e projects/WeTek_Play_2: update wetekplay DVB driver to allow building it as a module 2017-09-21 23:20:15 +03:00
Alex Deryskyba
8bfc82403f projects/WeTek_Hub: load Amlogic V4L2 support module (amlvideodri) 2017-09-21 22:33:22 +03:00
Alex Deryskyba
ad91bf9dec projects/WeTek_Hub: build media support drivers as modules 2017-09-21 22:33:16 +03:00
Christian Hewitt
d1f3893465 Merge pull request #2020 from MilhouseVH/le82_nvidia-legacy_340.104
xf86-video-nvidia-legacy: update to xf86-video-nvidia-legacy-340.104 [backport]
2017-09-21 23:25:59 +04:00
MilhouseVH
f3413e4e75 xf86-video-nvidia-legacy: update to xf86-video-nvidia-legacy-340.104 2017-09-21 20:16:58 +01:00
Christian Hewitt
37326be294 Merge pull request #2019 from MilhouseVH/le82_nvidia_384.90
xf86-video-nvidia: update to xf86-video-nvidia-384.90 [backport]
2017-09-21 23:15:09 +04:00
MilhouseVH
04af077a14 Merge pull request #2008 from chewitt/stuff
bluez: add patch for CVE-2017-1000250
2017-09-21 20:11:47 +01:00
MilhouseVH
d5196096a0 xf86-video-nvidia: update to xf86-video-nvidia-384.90 2017-09-21 20:11:05 +01:00
Christian Hewitt
6ecb5bc094 Merge pull request #2013 from awiouy/mono-5.2-8.2
mono: update to 5.2.0.224
2017-09-21 11:04:04 +04:00
Christian Hewitt
b060789373 Merge pull request #2011 from MilhouseVH/le82_samba_468
samba: update to samba-4.6.8 [backport]
2017-09-21 11:01:37 +04:00
awiouy
55860debf3 mono: update to 5.2.0.224 2017-09-21 07:58:28 +02:00
MilhouseVH
f48bb2d072 samba: update to samba-4.6.8 2017-09-21 02:25:13 +01:00
chewitt
7b43d13259 bluez: add patch for CVE-2017-1000250 2017-09-20 23:46:18 +01:00
Christian Hewitt
8b8a3fd30e Merge pull request #1981 from CGarces/update_RTL8192EU_backport
RTL8192EU: Update to new branch
2017-09-21 02:08:01 +04:00
CGarces
19a1827729 RTL8192EU: update from v4.3.1.1_11320.20140505 to v4.4.1 2017-09-20 21:27:53 +00:00
Lukas Rusak
1fbb16303b Merge pull request #2007 from chewitt/stuff
linux: bump Amlogic 3.14 kernel to c8c32b4
2017-09-20 13:23:29 -07:00
Christian Hewitt
35ea6394f6 Merge pull request #1994 from CvH/8.2-moon
moonlight: update addon
2017-09-20 22:54:23 +04:00
Christian Hewitt
e536132072 Merge pull request #2006 from MilhouseVH/le82_optimise_extract
scripts/unpack: avoid calling scripts/extract for each tarball pattern [backport]
2017-09-20 22:13:01 +04:00
MilhouseVH
733bd0eba9 scripts/unpack: avoid calling scripts/extract for each tarball pattern
Each time scripts/extract is called it sources config/options which is an
expensive operation.

We call scripts/extract 8 times for each possible tarball pattern, and for
7 of those 8 calls scripts/extract does nothing but source config/options
and then exit.

This change is more efficient, while functionally equivalent.
2017-09-20 19:05:44 +01:00
chewitt
6f0d290ab7 linux: bump Amlogic 3.14 kernel to c8c32b4 2017-09-20 19:04:57 +01:00
Christian Hewitt
1ada221e6b Merge pull request #1996 from MilhouseVH/le82_upgrade_single_shot
init: recover from a failed upgrade [Backport]
2017-09-20 19:31:54 +04:00
Christian Hewitt
d33c8126f7 Merge pull request #1999 from wrxtasy/xiaomiBT
eventlircd/evmap: add Xiaomi Mi Box BT remote mapping [Backport]
2017-09-20 19:30:37 +04:00
MilhouseVH
45e0ac0327 Merge pull request #2005 from chewitt/stuff
kodi: bump visualization.pictureit add-on
2017-09-20 15:04:28 +01:00
chewitt
90f3996106 kodi: bump visualization.pictureit add-on 2017-09-20 14:52:16 +01:00
MilhouseVH
1f866ebf00 Merge pull request #2001 from codesnake/wetek_hub_internal_regdb_le82
[LE 8.2] brcmap6xxx-aml: update package to brcmap6xxx-aml-de3f5c5
2017-09-18 21:59:09 +01:00
Alex Deryskyba
027388f169 brcmap6xxx-aml: download package source from openwetek repository and update the package to brcmap6xxx-aml-de3f5c5 2017-09-18 23:55:19 +03:00
cvh
9bab3b1ef3 moonlight: update addon 2017-09-18 17:54:50 +02:00
wrxtasy
4c013a65cd eventlircd/evmap: add Xiaomi Mi Box BT remote 2017-09-18 22:03:34 +08:00
MilhouseVH
3dc7f409a4 init: recover from a failed upgrade 2017-09-18 04:49:58 +01:00
MilhouseVH
4c15c2d666 Merge pull request #1983 from HiassofT/le8-iqaudio-passthru
RPi,RPi2: add alsa card conf for IQAudIODigi to enable passthrough
2017-09-17 13:51:44 +01:00
Christian Hewitt
ba3f6d3aa7 Merge pull request #1989 from MilhouseVH/le82_rpifw_cecbtnfix
RPi: update firmware to 756dd85 (stable)
2017-09-16 01:19:28 +04:00
MilhouseVH
42c75b0ed1 RPi: update firmware to 756dd85 (stable) 2017-09-15 22:07:14 +01:00
Christian Hewitt
458bc9849f Merge pull request #1988 from lrusak/python-random-libreelec-8.2
Backport of #1965 (Python: add patch to use /dev/urandom instead of /dev/random)
2017-09-15 23:09:29 +04:00
Christian Hewitt
615517d508 Merge pull request #1976 from MilhouseVH/le82_bt_l2cap_sec_fix
linux: Add 4.4/4.9/4.11 fixes for BlueBorne RCE
2017-09-15 22:57:34 +04:00
Lukas Rusak
e52ddc8c88
Python: add patch to use /dev/urandom instead of /dev/random 2017-09-15 09:52:26 -07:00
Matthias Reichl
ae9ce1ca8d RPi,RPi2: add alsa card conf for IQAudIODigi to enable passthrough
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-09-14 15:10:05 +02:00