Commit Graph

71 Commits

Author SHA1 Message Date
Christian Hewitt
cfc938c153 linux: bump Amlogic kenel and patches to Linux 6.8.y
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2024-03-25 08:23:43 +00:00
Christian Hewitt
1e3c2fdffb linux: bump Amlogic kernel to Linux 6.7.y 2024-02-23 05:42:53 +00:00
Christian Hewitt
9701fadb53 linux: enable hid-playstation support
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2023-12-14 09:28:27 +00:00
sopparus
745fc07376 linux: add MT7921 module and firmware to images 2023-11-22 15:03:51 +01:00
Christian Hewitt
a5c8d95abd Merge pull request #8275 from smp79/mglru
linux: enable MGLRU in config options
2023-11-06 18:49:54 +04:00
smp79
dd6e7573ef linux: enable MGLRU in config options 2023-11-05 03:00:53 +03:00
Rudi Heitbaum
f7be753d61 linux: add CONFIG_ options for netfilter limit and log
enable -j LOG and -m limit in iptables consistently for all .config
- https://cateee.net/lkddb/web-lkddb/NETFILTER_XT_TARGET_LOG.html
- https://cateee.net/lkddb/web-lkddb/NETFILTER_XT_MATCH_LIMIT.html
2023-11-01 12:32:13 +00:00
Christian Hewitt
b081a7c973 linux: bump Amlogic kernel and patches to 6.6.y
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2023-11-01 02:25:58 +00:00
Christian Hewitt
eca7ce4cb2 Merge pull request #7369 from lorenz/unify-usb-serial
linux: unify USB serial driver config
2023-10-30 16:19:25 +04:00
Christian Hewitt
4cf6dbf539 linux: bump Amlogic kernel to 6.5.y 2023-10-20 13:40:19 +00:00
dtechsrv
f0d876e1e3 linux (all): enable CONFIG_CHR_DEV_SG as module 2023-10-05 19:36:04 +02:00
Rudi Heitbaum
ddee88aa15 linux: change from CONFIG_AUTOFS4_FS to CONFIG_AUTOFS_FS
ref:
- 1f2190d6b7
2023-08-28 12:17:16 +00:00
Christian Hewitt
24356d267a linux: update Amlogic Linux 6.1.x patches 2023-07-02 00:49:06 +00:00
Christian Hewitt
870d6d93ab linux: bump Amlogic Linux 6.1.x kernel/config/patches 2023-02-26 17:52:49 +00:00
Christian Hewitt
7c9a3d2dba linux: update Amlogic Linux 6.1.y 2023-02-12 11:24:40 +00:00
Rudi Heitbaum
e7c9ae4d5d linux: enable CONFIG_NETFILTER_XT_MATCH_COMMENT
needed by iptables in podman using netavark stack
2023-02-07 08:17:17 +00:00
Christian Hewitt
bb294733eb linux: bump Amlogic kernel to 6.1.y 2023-01-16 08:26:11 +00:00
Lorenz Brun
b4bc15edb9 linux: unify USB serial driver config
This was motivated by PL2303 being missing from RK3328 but I figured if
I am at it I might as well clean it up for all projects.
I took the config from Generic as it seemed sensible (includes all
common USB to serial dongles) and replicated it for all other projects.

For a few I disabled CONFIG_USB_SERIAL_GENERIC, that is only a testing
driver and should not be used productively anyways [1].

For Qualcomm I disabled a ton of drivers, but these were never
explicitly enabled in the first place, being active from the first
kernel config made for this project. Note that this change does not
affect platform drivers but only USB drivers so removing the Qualcomm
driver here is not a problem unless people want to debug other Qualcomm
hardware from their LibreELEC system.

Other than in those two instances the enabled options should be a
superset of what was previously enabled.

[1] https://elixir.bootlin.com/linux/v6.1.4/source/drivers/usb/serial/generic.c#L42
2023-01-12 00:54:05 +01:00
Rudi Heitbaum
1440a7dc31 kernel_options: add CONFIG_NINTENDO_FF=y 2022-12-30 03:47:11 +00: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
Christian Hewitt
1e0d515a18 linux: bump Amlogic 5.19.y sources 2022-10-26 06:26:50 +00:00
Christian Hewitt
5e49e949e5 linux: bump Amlogic to Linux 5.19.y 2022-08-02 09:49:27 +00:00
Jernej Škrabec
83a7f20ba7 Merge pull request #6537 from heitbaum/kernel11
linux: update to 5.18.y
2022-06-11 07:31:47 +02:00
Christian Hewitt
38d1db977a linux: bump Amlogic to Linux 5.18.3 2022-06-10 09:59:45 +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