lean
f876224408
crypto.mk : add backport config
2022-07-14 15:47:10 +08:00
lean
954990d137
kmod-ata-ahci-platform: add rockchip RK3566/RK3568 sata support
2022-07-11 14:45:48 +08:00
lean
870bae6520
usb net: fix usb-net-asix in 5.18
2022-07-10 17:54:49 +08:00
lean
f350b11ff2
fs: fix ntfs3 in kernel 5.18
2022-07-10 17:51:38 +08:00
lean
d638ccd10a
kmod-fs-cifs: fix dependence in 5.18
2022-07-09 16:28:20 +08:00
lean
4a65613b43
kernel: fix tpm modules in kernel 5.18
2022-07-09 00:58:37 +08:00
lean
519e147e76
kernel: add linux 5.18 support for x86/x64
2022-07-08 19:21:32 +08:00
Hauke Mehrtens
8f979860f0
kernel: Remove kmod-crypto-lib-blake2s
...
Delete the crypto-lib-blake2s kmod package, as BLAKE2s is now built-in.
Fixes: be0639063a70 ("kernel: bump 5.4 to 5.4.203")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2022-07-07 16:10:07 +08:00
Stalker
06066a637c
rockchip: fix drm for 5.15 ( #9618 )
...
Signed-off-by: xiangfeidexiaohuo <jsjson@163.com>
2022-06-20 02:30:41 +08:00
AmadeusGhost
6e6f0cfa4c
gpio-nct5104d: simplified makefile
2022-06-15 22:50:05 +08:00
John Audia
56dd091b41
kernel: bump 5.10 to 5.10.119
...
Delete the crypto-lib-blake2s kmod package, as BLAKE2s is now built-in.
Patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800, x86/64
Signed-off-by: John Audia <therealgraysky@proton.me>
2022-06-15 22:22:53 +08:00
AmadeusGhost
ee7d9cff62
Revert "kernel: bump 5.15 to 5.15.44 ( #9457 )"
...
This reverts commit 91b3516
, fixes : #9483
2022-06-07 14:35:37 +08:00
aakkll
91b3516ba1
kernel: bump 5.15 to 5.15.44 ( #9457 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-06-04 23:25:35 +08:00
lean
a1f0402204
kmod-fs-nfs:refresh depends
2022-04-12 11:20:55 +08:00
lean
5a1f106a03
kernel: fix asn1-encoder KCONFIG
2022-03-25 15:31:45 +08:00
lean
fd400b80ab
kernel: kmod-fs-virtiofs: add Virtiofs filesystem support
2022-03-16 01:25:20 +08:00
Tianling Shen
b44fe03968
kernel/modules: add kmod-inet-diag package ( #9066 )
...
Add option to compile kmod-inet-diag, support for INET (TCP, DCCP, etc)
socket monitoring interface used by native Linux tools such as ss.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-14 14:01:57 +08:00
lean
a927c5679a
kernel: enable Marvell FastLinQ 41xxx SR-IOV
2022-02-27 13:31:25 +08:00
lean
9b1a3e1cf8
kernel: add Marvell FastLinQ 41xxx 10/25/40/100Gb Ethernet NIC device support
2022-02-27 12:34:43 +08:00
Rosen Penev
00770ec576
linux/modules: split up oid_registry
...
This will be needed by ksmbd in a following commit.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-02-20 16:15:27 +00:00
ricksuzade-maker
b4a6d7f974
kernel: fix kmod-usb-net-smsc95xx deppends ( #8912 )
2022-02-20 12:00:11 +08:00
lean
06fcdca1bb
kernel:fix komd-mmc-spi build with kernel 5.15
2022-02-18 12:17:18 +08:00
lean
c73ec736a9
kernel:fix kmod-vfio-mdev build with kernel 5.15
2022-02-16 13:48:26 +08:00
ricksuzade-maker
cac4857b21
kernel: fix kmod-phylink missing depends ( #8885 )
...
Co-authored-by: W_Y_CPP <383152993@qq.com>
2022-02-15 16:17:55 +08:00
lean
2805c232c0
kernel:fix komd-drm missing files
2022-02-14 12:57:21 +08:00
lean
181b4de02d
x86: add support for NVIDIA Cuda Video Cards DRM
2022-02-12 20:38:22 +08:00
lean
70e33824b9
x86: improve Intel gen 11/12th GPU i915 and GVT-g capability
2022-02-12 20:29:20 +08:00
Beginner
4372b6e1e1
kernel: add miss console config for kernel 5.15 ( #8859 )
...
Co-authored-by: W_Y_CPP <383152993@qq.com>
2022-02-11 15:06:35 +08:00
likanchen
4d99aba7a6
fix missing depends for kmod-bnxt-en ( #8808 )
...
fix missing depends for kmod-bnxt-en
2022-02-01 18:30:08 +08:00
likanchen
87bf8ce506
fix missing depends for multimedia-input ( #8809 )
...
fix missing depends for multimedia-input
2022-02-01 18:29:49 +08:00
Marty Jones
99a33ec8d8
linux-firmware: add new package r8152-firmware
...
Linux upstream commit 9370f2d05a
add load firmware file through request_firmware,this affect the
nanopi r2s and some USB adapters in kernel 5.10 with this error:
'r8152 4-1:1.0: unable to load firmware patch rtl_nic/rtl8153b-2.fw'
This patch split the USB NIC firmware files from r8169 firmware,
and adds r8152-firmware to r8152 driver.
Add kmod-usb-net-cdc-ncm to support RTL8156A and RTL8156B 2.5G ethernet
adapters supported since v5.13-rc1.
195aae321c
Signed-off-by: Marty Jones <mj8263788@gmail.com>
2022-01-08 11:01:16 +08:00
AmadeusGhost
3c1b417e8f
Revert "kmod-fs-nfs: adjust depends again"
...
This reverts commit d9316c5814
.
2022-01-07 11:16:06 +08:00
AmadeusGhost
d9316c5814
kmod-fs-nfs: adjust depends again
...
Fixes : #8621
2022-01-06 16:21:30 +08:00
AmadeusGhost
d35b0161d0
kmod-fs-nfs-common: fix build on 5.15
...
Fixes : #8599
2022-01-05 11:21:48 +08:00
AmadeusGhost
c6edc4c192
kmod-fs-ntfs3: update dependence
...
Fixes : #8600 , #8601 , #8605
2022-01-05 10:29:30 +08:00
AmadeusGhost
af9ddeb7c9
kmod-usb-net-asix: fix build on kernel 5.15
...
Fixes : #8584
2022-01-04 16:49:20 +08:00
lean
772c5d2c8b
kmod: add highspeed ntfs3 fs driver for 5.15
2022-01-01 13:29:20 +08:00
lean
23d753e060
wireguard: add support for 5.15
2022-01-01 13:13:48 +08:00
lean
8b87e9022f
linux: fix asn1-encoder.ko
2021-12-31 14:31:10 +08:00
lean
77123eb4a4
kmod: re-add bnxt-en support
2021-12-31 10:29:05 +08:00
lean
93965c3bd4
kmod: fix kmod-fs-nfs missing dependencies
2021-12-31 10:12:04 +08:00
lean
8d13d0a14c
x86: add test version 5.15
2021-12-30 22:42:54 +08:00
lean
01426ea8a0
x86: add linux kernel 5.15 support
2021-12-30 20:06:47 +08:00
lean
fc0f5e35b1
kernel: init linux kernel 5.15 support
2021-12-30 17:39:24 +08:00
zhouF96
52689b9a0f
kernel: add module for bcm574xx 575xx serials ( #8369 )
...
kernel: add module for bnxt_en Linux driver for the
Broadcom NetXtreme-C/NetXtreme-E
BCM573xx, BCM574xx, BCM575xx, NetXtreme-S BCM5880x
(up to 200 Gbps) Ethernet Network Controllers and Broadcom Nitro
BCM58700 4-port 1/2.5/10 Gbps Ethernet Network Controller.
2021-12-01 18:41:59 +08:00
Beginner
53d63e38a9
kernel: drop kmod-gpio-dev ( #8015 )
...
The GPIO_DEVICE symbol belonged to a custom driver that was removed from
OpenWrt in 2012. The symbol never existed in the upstream kernel.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Co-authored-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-10-13 17:29:11 +08:00
coolsnowwolf
a9b30b2b2d
ipsec: disable ESP offload
2021-06-30 22:02:26 +08:00
coolsnowwolf
a7e39ff214
x86: gen EFI image only by default
2021-06-30 17:30:55 +08:00
coolsnowwolf
eac26cc353
ipq807x: add Redmi AX6, Xiaomi AX9000 support
2021-06-24 12:16:06 +08:00
lean
58973c3e8c
linux: enable default automatic CT helper
2021-06-17 15:25:45 +08:00