Commit graph

1235 commits

Author SHA1 Message Date
Demetris Ierokipides
2a1d3614a5 Merge branch 'master' of github.com:LibreELEC/LibreELEC.tv into Lakka-v5.x 2023-01-22 21:25:57 +02:00
CvH
c9e386c1c5
Merge pull request #7336 from heitbaum/netfilter
kernel_options: add Netfilter section
2023-01-19 19:59:45 +01:00
CvH
d344687ffa
Merge pull request #7337 from heitbaum/docker-kcc
kernel_options: add Docker section
2023-01-19 19:58:36 +01:00
Demetris Ierokipides
a5d2656bc8 Merge branch 'master' of github.com:LibreELEC/LibreELEC.tv into Lakka-v5.x 2023-01-19 00:52:56 +02:00
mglae
3c34476045 options: allow using ADDITIONAL_DRIVERS in distributions file for all projects 2023-01-13 19:39:21 +01:00
Rudi Heitbaum
ed489d645b linux (Generic): standardise docker options 2023-01-03 11:30:58 +00:00
Rudi Heitbaum
a287c408f0 linux (Generic): standardise netfilter options 2023-01-03 10:59:34 +00:00
Demetris Ierokipides
d9dc655e32 Merge branch 'master' of github.com:LibreELEC/LibreELEC.tv into Lakka-v5.x 2023-01-02 22:15:17 +02:00
Rudi Heitbaum
1440a7dc31 kernel_options: add CONFIG_NINTENDO_FF=y 2022-12-30 03:47:11 +00:00
Jernej Škrabec
3a491ca1a9
Merge pull request #6649 from heitbaum/rtw88
RTW88: Add support for USB/SDIO variants
2022-12-26 19:56:25 +01:00
SupervisedThinking
5bb6f508f9 linux (all projects): build hid-nintendo module
- Adds support for the Nintendo Switch Joy-Cons and Pro Controller. All controllers support bluetooth, and the Pro Controller also supports its USB mode.
- https://cateee.net/lkddb/web-lkddb/HID_NINTENDO.html
2022-12-20 11:16:04 +01:00
ntemis
90151b8a17 Merge branch 'master' of github.com:LibreELEC/LibreELEC.tv into Lakka-v5.x 2022-12-14 03:15:05 +02:00
Rudi Heitbaum
90f21999e4 linux (Generic): update .config for 6.1-rc6 2022-12-12 18:49:09 +00:00
Rudi Heitbaum
ffeba8031f linux (Generic-legacy): Revert 6.1: fbdev: Make registered_fb[] private to fbmem.c
revert patch require for nvidia-legacy
2022-12-12 18:49:09 +00:00
Rudi Heitbaum
255ef94930 linux (Generic): support rtw88 USB 2022-12-10 05:45:48 +00:00
Rudi Heitbaum
eb394a7875 linux (Generic): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
gouchi
1b6820bb61
lakka : Build fixes (#1776) 2022-11-13 22:22:28 +02:00
Demetris Ierokipides
c182853b14 Merge branch 'master' of github.com:LibreELEC/LibreELEC.tv into Lakka-v5.x 2022-11-10 16:37:40 +02:00
Alex Bee
04f302657f kodi: move wayland patches to kodi package 2022-11-01 17:44:54 +01:00
Demetris Ierokipides
909e6219fd Merge branch 'master' of github.com:LibreELEC/LibreELEC.tv into Lakka-v5.x 2022-10-23 20:03:45 +03:00
Rudi Heitbaum
78013e8226 linux (Generic): update .config for 6.0.3-rc1 2022-10-21 08:36:45 +00:00
Demetris Ierokipides
cc0fbe363a Merge branch 'master' of github.com:LibreELEC/LibreELEC.tv into Lakka-v5.x 2022-10-15 00:44:05 +03:00
Demetris Ierokipides
38f415fa13 We now have three x86_64 target images
- GBM for all Radeon/Amd Gpu's and very old and Unsupported Nvidia ones supported by mesa3d
- Wayland for all new Nvidia Gpu's supported by official nvidia driver
- Generic-legacy for all the old nvidia gpus supported the legacy nvidia driver
2022-10-11 21:45:25 +03:00
Rudi Heitbaum
c58f90fb50 linux (Generic): update .config for 6.0-rc5 2022-10-04 10:53:58 +00:00
Demetris Ierokipides
6e856cf717 Merge branch 'master' of github.com:LibreELEC/LibreELEC.tv into Lakka-v5.x 2022-09-12 02:18:57 +03:00
Demetris Ierokipides
c15f289756 Merge branch 'master' of github.com:LibreELEC/LibreELEC.tv into Lakka-v4.x 2022-09-12 02:08:19 +03:00
Rudi Heitbaum
85c221de48 linux (Generic): update .config for 5.19.2-rc1 2022-09-05 11:00:35 +00:00
Rudi Heitbaum
8a0e2b2d69 linux (Generic): Enable Indirect Branch Tracking (X86_KERNEL_IBT)
Supported on Tigerlake CPUs and newer

Build the kernel with support for Indirect Branch Tracking, a
hardware support course-grain forward-edge Control Flow Integrity
protection. It enforces that all indirect calls must land on
an ENDBR instruction, as such, the compiler will instrument the
code with them to make this happen.

In addition to building the kernel with IBT, seal all functions that
are not indirect call targets, avoiding them ever becoming one.

This requires LTO like objtool runs and will slow down the build. It
does significantly reduce the number of ENDBR instructions in the
kernel image.
2022-09-05 10:58:03 +00:00
Rudi Heitbaum
0e12c5cd0e linux (Generic): update .config for 5.19 2022-08-01 07:04:53 +00:00
Dagg Stompler
b06dfefd5e generic: enable scsi virtio support
required in order to be able to detect passthrough scsi devices such as hdds or cdrom in the vm which run Libreelec

Signed-off-by: Dagg Stompler <daggs@gmx.com>
2022-07-29 16:29:34 +03:00
Rudi Heitbaum
3897787707 linux (Generic): update .config for 5.18.14 2022-07-24 04:50:20 +00:00
CvH
8ea83db9e3
Merge pull request #6606 from SupervisedThinking/up_generic_target_cpu
[le11] config/arch.x86_64: updated TARGET_CPU & TARGET_FEATURES
2022-07-11 12:01:41 +02:00
Demetris Ierokipides
015fd1eca4 Merge branch 'libreelec-10.0' of github.com:LibreELEC/LibreELEC.tv into Lakka-v4.x 2022-06-21 17:18:12 +03:00
SupervisedThinking
35d4939701 config/arch.x86_64: updated TARGET_CPU & TARGET_FEATURES 2022-06-17 20:09:50 +02:00
Rudi Heitbaum
b6523052fe linux (Generic): update .config for 5.18 2022-06-14 22:54:13 +00:00
Rudi Heitbaum
f4876af36d project/Generic: added Generic-legacy to canupdate 2022-06-14 08:41:17 +00:00
Rudi Heitbaum
42088f3b00 linux: disable deprecated CRYPTO_ARC4
This crypto option was only used by WEP Wireless, which is no longer
supported in iwd. nor should it be used by wireless networks.
2022-06-09 10:48:19 +00:00
SupervisedThinking
c4e1b2a267 Generic/gbm: move the real device options to gbm folder 2022-05-27 01:08:03 +02:00
Rudi Heitbaum
d4293c37ee Generic-legacy: add missing patches and filesystems symlink 2022-05-25 12:18:35 +00:00
Rudi Heitbaum
c6ebc9899b xf86-video-nvidia-legacy: allow build with kernel 5.18 2022-05-25 11:27:50 +00:00
Rudi Heitbaum
e31ab1690d linux (Generic): update .config for 5.18 2022-05-23 07:28:46 +00:00
Lukas Rusak
4dac99f0bc
projects: remove ALSA_SUPPORT from project options
This option is defined by our distrobution options and shouldn't have to be explicitly set per project
2022-05-04 17:27:38 -07:00
Rudi Heitbaum
6ae7c3ce89 linux: update FAT_DEFAULT_IOCHARSET to iso8859-1 2022-04-23 05:25:53 +00:00
Tomáš Kelemen
d734e82a8b
fix broken ethernet and wifi for NUC11 (#1641)
* Lakka/Generic: use iwlwifi fw files from kernel-firmware package

* Lakka/Generic/linux: enable CONFIG_IGC - ethernet for NUC11
2022-03-21 18:33:59 +02:00
Rudi Heitbaum
811d112dd3 linux: add support for Realtek RTL8XXXU mainline kernel driver replace out-of-tree 8192CU and 8192DU drivers 2022-03-21 11:55:28 +00:00
heitbaum
f5250e4be7 linux (Generic): update .config for 5.17 2022-03-21 03:44:54 +00:00
CvH
ebac45b3ca
Merge pull request #6315 from mglae/le11_revert_X11_patch
Revert "kodi: remove X11 patch"
2022-03-20 14:36:56 +01:00
mglae
0ab1e8827c Revert "kodi: remove X11 patch"
... and move patch to Generic-x11

This reverts commit 40661a4054.

The patch is required to start X11 applications like 'chrome' or 'st' on top of kodi.
2022-03-20 11:44:48 +01:00
Rudi Heitbaum
dbc9eef85e linux (Generic): enable SENSORS_JC42
jc42.ko - 10536 bytes

Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2022-03-20 04:14:14 +00:00
Rudi Heitbaum
46df805734 linux (Generic): update .config for 5.10.105 2022-03-12 02:28:08 +00:00