aiamadeus
3790f4f134
kernel: fixes some modules build on 6.12
...
Fixes : #13224
2024-12-22 19:20:38 +08:00
coolsnowwolf
228c3c4403
Revert "ksmbd: move to in tree kernel buidin module"
...
This reverts commit f09fb1ac120d104613745b03edbeb06926a78fdb.
2024-12-04 13:01:29 +08:00
coolsnowwolf
468d14896b
kernel: disable kmod-fs-ntfs for Linux 6.12
2024-11-23 11:25:46 +08:00
coolsnowwolf
f031685a8c
kmod-sound-hda-core: fix build with linux 6.12
2024-11-23 00:58:43 +08:00
coolsnowwolf
f09fb1ac12
ksmbd: move to in tree kernel buidin module
2024-11-22 21:05:17 +08:00
coolsnowwolf
676db02019
modules: kmod-fs-cifs fix build with kernel 6.12
2024-11-22 16:32:44 +08:00
coolsnowwolf
af098a176f
kmod-tpm: fix linux 6.12 support
2024-11-21 23:02:51 +08:00
coolsnowwolf
53e61ac527
kernel: add linux kernel 6.12 support
2024-11-21 13:16:25 +08:00
aiamadeus
71196b2724
kernel: video: add ST7789V LCD driver
2024-11-20 22:36:09 +08:00
coolsnowwolf
29c13455d2
kernel: Split kmod-video-dma into two kmods
2024-11-17 23:09:09 +08:00
coolsnowwolf
0c5fee5ec2
mediatek: add BananaPi BPi-R3 mini
2024-11-16 18:20:10 +08:00
coolsnowwolf
5cd761710a
ath10k-ct: fix build with some target
2024-11-14 12:53:29 +08:00
Til Kaiser
ec78ad954a
kernel: netdevices: adjust mlxsw network drivers
...
* Adds the x86_64 dependency for mlxsw_core
* Removes the redundant mlxsw_core dependency
from mlxsw-minimal and mlxsw-spectrum
* Removes the DCB configuration symbols because
they were moved into the generic configuration
Signed-off-by: Til Kaiser <mail@tk154.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-11-12 23:05:23 +08:00
Til Kaiser
55afdb73c6
kernel: modules: add boot flag to igc, mlx4/5 drivers
...
Set the boot flag for the igc, mlx4-core, and mlx5-core network device drivers
to load them at a more early stage of the boot process.
This is required for network drivers whose network interface PCI paths are set
via ucidef_set_network_device_path inside the 02_network script since it is
called after kernel modules are loaded from modules-boot.d but before they are
loaded from the modules.d directory.
Signed-off-by: Til Kaiser <mail@tk154.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-11-12 23:01:36 +08:00
Daniel Golle
4078885193
generic: backport pending driver for Winchip CH348 USB
...
Import patch and package kernel module for Winchip CH348
USB-to-8x-UART chip.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-11-02 22:00:28 +08:00
coolsnowwolf
a82c6fd5f9
drm-nouveau: fix build with kernel 6.x
2024-10-29 20:25:38 +08:00
Daniel Golle
e0f6d6b7ea
kernel: add MultiPath TCP diag kernel module
...
Add INET diag socket monitoring interface module for MultiPath TCP.
It allows using native Linux socket diagnostic tools such as 'ss' for
Multipath TCP connections.
Co-authored-by: Rodrigo B. de Sousa Martins <rodrigo.sousa.577@gmail.com>
Signed-off-by: sKy King <29267720+sKyissKy@users.noreply.github.com>
Link: https://github.com/openwrt/openwrt/pull/12884
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-10-27 06:52:18 +08:00
Tianling Shen
8061c8b8f9
mediatek: add support for OpenEmbed SOM7981 ( #12524 )
...
* kernel: crypto: add atmel i2c hw accelerator support
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* kernel: add led act/polarity select for rtl8221 phy
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
* mediatek: add support for OpenEmbed SOM7981
Hardware specification:
SoC: MediaTek MT7981B 2x A53
Flash: 256 MiB SPI-NAND
RAM: 0.5/1 GB DDR4
Ethernet: 1x 1GbE, 1x 2.5GbE (RTL8221B)
WiFi: MediaTek MT7976C
USB: 1x M.2 B-Key
GPIO: 26-Pin header
UART: 6 GND, 8 TX, 10 RX (in Pin header)
Button: Reset
Installation:
The board comes with a third-party custom OpenWrt image, you can upload
sysupgrade image via LuCI directly WITHOUT keeping configurations.
Or power on the board with pressing reset button for 5 second, then visit
http://192.168.1.1 and upload -factory.bin firmware.
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
---------
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
2024-10-08 19:42:37 +08:00
syb999
02f936358c
usb-audio: add kernel 6.6 dependency
2024-09-28 20:09:39 +08:00
Oskari Lemmela
91b20eaedb
kernel: netdevices: add dsa support
...
Add support for building DSA switch drivers as kernel modules.
Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-09-27 19:15:22 +08:00
Oskari Lemmela
42d626f8d8
kernel: netdevices: add leds support
...
Compile LED support to swconfig and phy modules
Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-09-26 23:27:17 +08:00
Oskari Lemmela
d51d4477e3
kernel: netdevices: add phy modules
...
Add support for building multiple phy drivers as kernel modules
Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-09-26 23:25:22 +08:00
Oskari Lemmela
6ca5e85514
kernel: modules: add irq support for pca953x
...
Enable interrupt controller support for PCA953x kernel module
Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-09-26 23:21:06 +08:00
coolsnowwolf
0736e2feec
x86: add support for iKOOLCORE R2 Max
2024-09-03 23:28:18 +08:00
Florian Eckert
68828f1f80
kernel: usb: remove deprecated option
...
The Kconfig option 'CONFIG_USB_XHCI_HCD_DEBUGGING' has been removed with the
following commit upstream in the Linux kernel.
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=b2497509df002e9a09c8550cd0ecd2f77c9640d8
This Kconfig option is therefore no longer valid for the kernel version
5.4 and could be removed.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-09-02 23:01:08 +08:00
Mieczyslaw Nalewaj
9cb68c2e60
kernel: 6.6: modules: lan743x: add missing dependency
...
Fix error: Package kmod-lan743x is missing dependencies
for the following libraries: fixed_phy.ko
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
2024-08-10 23:16:08 +08:00
coolsnowwolf
576235b0f1
phy-aquantia: fix build with 6.1.100+
2024-08-01 11:29:55 +08:00
Álvaro Fernández Rojas
31c0baa4db
generic: 6.6: backport upstream r8169 patches
...
Backport a bunch of upstream r8169 patches:
- RTL8168/RTL8101 LEDs support.
- RTL8126A support.
- RTL8125/RTL8126 LEDs support.
- RTL8168M support.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-08-01 11:25:50 +08:00
XIE Zhibang
f252f21b3d
netfilter: kmod-nft-netdev: add egress support
...
The netdev egress hook was added in Linux kernel 5.16.
Signed-off-by: XIE Zhibang <Yeking@Red54.com>
2024-07-28 23:36:04 +08:00
John Audia
f316dcb0a4
modules: change package definition for fb
...
This commit accomplishes three goals:
1. bump 6.6 to 6.6.33
2. kernel: modules: video: change package definition for fb for
upstream changes[1]
3. kernel/multiple subtargets: add CONFIG_FB_IOMEM_FOPS=y to all
subtargets which also set CONFIG_FB_CORE=y.
Fixes : #12344
Tested-by: Stijn Segers <foss@volatilesystems.org>
Signed-off-by: John Audia <therealgraysky@proton.me>
2024-07-21 22:16:03 +08:00
Hauke Mehrtens
258e84d30d
kernel: Add CONFIG_FB_DEVICE to kmod-fb
...
At least kmod-fb-tft depends on CONFIG_FB_DEVICE
and can not be activated without it.
This configuration option was added with kernel 6.6,
before this featre was always activated.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-05-31 22:22:30 +08:00
Antonio Flores
77a790bd2d
kernel: add kmod-ata-ahci-dwc
...
Add kmod-ata-ahci-dwc for the rockchip target.
33629d3509
Signed-off-by: Antonio Flores <antflores627@gmail.com>
2024-05-06 14:35:13 +08:00
coolsnowwolf
80fdc8951d
kernel: modules: jitterentropy_rng requires SHA3 support for kernel 6.1.87+
2024-04-28 00:07:57 +08:00
aiamadeus
7a4a98ec71
kernel: modules: sync upstream fixes
2024-04-16 21:28:54 +08:00
coolsnowwolf
5966985c19
kernel: modules: netdevices: adapt for loongarch64
2024-04-14 22:54:30 +08:00
Daniel Golle
0273ba389f
kernel: modules: package driver for MediaTek T7xx PCIe 5G modem
...
Build and package driver for MediaTek PCIe 5G WWAN modem T7xx device
available in Linux 6.1 and 6.6 as kmod-mtk-t7xx.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-04-06 19:32:35 +08:00
coolsnowwolf
722f169265
kernel: crypto: fix geniv build as a separate module for 5.4
2024-03-15 03:19:19 +08:00
coolsnowwolf
6f205863c1
modules: fixes build for x86 platform
2024-03-13 16:03:53 +08:00
aiamadeus
58147ef0f6
kernel/modules: sync from upstream source
2024-03-13 10:26:08 +08:00
coolsnowwolf
85291c2a25
kernel: modules: remove dsmark support
...
Fixes : #11952
2024-03-06 23:18:53 +08:00
coolsnowwolf
4de28071b2
Revert "kernel: dsmark support in kernel 5.4/5.10"
...
This reverts commit 6c3044be0969ecff103284fe38d8a030e02997ac.
2024-03-05 18:09:02 +08:00
coolsnowwolf
6c3044be09
kernel: dsmark support in kernel 5.4/5.10
2024-03-04 12:41:42 +08:00
Hauke Mehrtens
4e9456453d
kernel: Remove dsmark support
...
dsmark support was removed in kernel 5.15.150 and 6.1.80.
Remove it from the kmod package as well.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-03-04 10:36:28 +08:00
coolsnowwolf
08ebc6e104
kernel: add support for mem2mem devices
2024-02-28 22:06:42 +08:00
coolsnowwolf
a61217134d
kmod-crypto-sha512: fix kernel 6.6 support
2024-02-21 14:41:41 +08:00
Daniel Golle
d1f7b7d26d
kernel: modules: package MT7986 audio drivers
...
Packages the audio drivers for the MediaTek MT7986 SoC used with
Wolfson WM8960 codec.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-02-01 22:19:58 +08:00
Daniel Golle
e930707404
kernel: modules: break-out WM8960 codec module
...
Package codec module for WM8960 in its own package to be used by more
than one target.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-02-01 22:15:16 +08:00
coolsnowwolf
8bad26fbd3
package: support qualcommax target
2024-01-29 21:30:23 +08:00
coolsnowwolf
14e928eeaf
modules: fix usb-net support for kernel 6.6
2024-01-25 20:29:27 +08:00
coolsnowwolf
e7298575b9
modules: fix nfs and ksmbd build with kernel 6.6
2024-01-25 20:17:05 +08:00