Commit Graph

28958 Commits

Author SHA1 Message Date
CvH
dd4eaa1487 Merge pull request #2776 from MilhouseVH/linux4170
linux (Generic): update to linux-4.17.2
2018-06-17 21:53:12 +02:00
Matthias Reichl
3e4c114f30 linux: add nuvoton cir fix
Straight pick of commit 70c30b1ea706affcb117e3cd3065690abca5ba69

This fix is scheduled for stable but hasn't been added to 4.17 stable
tree yet. Once it hits 4.17 this patch can be dropped.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-17 16:22:01 +01:00
CvH
196403b8fd Merge pull request #2780 from lobermann/libXau_fix
fix missing dependency in libXau
2018-06-17 15:02:41 +02:00
Lukas Obermann
5ab6901698 x11/libXau add missing dependency
after the recent update to xorg server 2.0 I got an error when building libXau that
no package xproto was found. Looking at the PR https://github.com/LibreELEC/LibreELEC.tv/pull/2651
I saw it was changed to xorgproto. Adding it to the dependencies fixed the build
2018-06-17 14:51:07 +02:00
Lukas Rusak
226395f257 Merge pull request #2778 from MilhouseVH/le90_distro_tool_octet_stream
distro-tool: handle binary/octet-stream HEAD responses
2018-06-16 21:21:43 -07:00
MilhouseVH
6541ca9c58 distro-tool: handle binary/octet-stream HEAD responses 2018-06-17 05:03:13 +01:00
MilhouseVH
a7df1089e2 u-boot: fix build failure when DEBUG is set
Avoid this failure:

  LD      u-boot
  OBJCOPY u-boot.srec
  OBJCOPY u-boot.bin
  OBJCOPY u-boot.hex
Makefile:156: *** DEBUG must be boolean. Stop.
make[2]: *** [/home/neil/projects/scratch/alternates/LibreELEC.tv/build.LibreELEC-KVIM.arm-9.0-devel-next/u-boot-ffc14fc/Makefile:920: acs.bin] Error 2
make[1]: *** [Makefile:147: sub-make] Error 2
2018-06-16 18:28:22 +01:00
MilhouseVH
27716fc609 iwlwifi-firmware: update to iwlwifi-firmware-e8e1c45 2018-06-16 18:28:22 +01:00
Matthias Reichl
41bf471713 squash linux package.mk
remove 'CROSS_COMPILE= '
run make headers_check and make headers_install with all
HOST* variables set

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-16 18:28:22 +01:00
MilhouseVH
d853a4fa07 RTL8192DU: fix vfs_read 2018-06-16 18:28:22 +01:00
MilhouseVH
7146f54fb1 RTL8192DU: fix build with aarch64 kernel
Details: https://github.com/xenserver/linux-3.x.pg/blob/master/master/0022-xen-netback-include-definition-of-csum_ipv6_magic.patch
2018-06-16 18:28:22 +01:00
MilhouseVH
9cd439ead5 RTL8192DU: fix build with old 3.x kernels 2018-06-16 18:28:22 +01:00
MilhouseVH
ef3c44fc4e Amlogic: use common kernel_make function 2018-06-16 18:28:22 +01:00
MilhouseVH
5b59c857e7 bcm_sta/slice-drivers/intel_nuc_led: use common kernel_make function 2018-06-16 18:28:22 +01:00
MilhouseVH
a9a32b6067 crazycat/hauppauge: use common kernel_make function 2018-06-16 18:28:22 +01:00
Matthias Reichl
bef9e763e5 linux: use common kernel_make function
Since 4.17, make headers_check requires a working compiler to detect
goto-asm support.

Configuring CROSS_COMPILE= with a non-existant gcc compiler (as is the
case when building linux:host in a clean build) will now always fail.

Avoid setting CROSS_COMPILE in Makefile and instead pass on the
command line when required.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-16 18:28:21 +01:00
Matthias Reichl
423242fda6 config_functions: add kernel_make
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-16 18:28:21 +01:00
MilhouseVH
d772d0aef2 Generic: disable DRIVER_ADDONS_SUPPORT 2018-06-16 18:28:21 +01:00
MilhouseVH
cabd65be6a xorg-server: update PCI IDs for v1.20 (sky42) 2018-06-16 18:28:21 +01:00
MilhouseVH
e74f411447 linux (Generic): [V2] drm/i915/glk: Add Quirk for GLK NUC HDMI port issues 2018-06-16 18:28:21 +01:00
MilhouseVH
c7642d72ff linux (Generic): Revert: drm/i915/edp: Allow alternate fixed mode for eDP if available. 2018-06-16 18:28:21 +01:00
MilhouseVH
09d923792d TEMP: kernel-firmware: add missing Vega12/20/M firmwares
Source: https://people.freedesktop.org/~agd5f/radeon_ucode/
2018-06-16 18:28:21 +01:00
MilhouseVH
c2d42064a8 bcm_sta: add fix kernel warnings patch 2018-06-16 18:28:21 +01:00
MilhouseVH
f223e59e4c bcm_sta: add 4.15.y support 2018-06-16 18:28:21 +01:00
MilhouseVH
56382c54b4 RTL8812AU: update to RTL8812AU-af07b27 2018-06-16 18:28:21 +01:00