mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
d42c9ce326
Add patches for 4.19 Drop patch 200-disable-tso, as the packet corruption was fixed in kernel commit 3b89624ab54b9dc2d92fc08ce2670e5f19ad8ec8 Restructure the DTS for Marvell switch in 104-ea3500 and 105-ea4500 to fix DTC warning. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
11 lines
279 B
Diff
11 lines
279 B
Diff
--- a/arch/arm/mach-mvebu/Kconfig
|
|
+++ b/arch/arm/mach-mvebu/Kconfig
|
|
@@ -118,6 +118,7 @@ config MACH_DOVE
|
|
config MACH_KIRKWOOD
|
|
bool "Marvell Kirkwood boards"
|
|
depends on ARCH_MULTI_V5
|
|
+ select ARCH_WANT_LIBATA_LEDS
|
|
select CPU_FEROCEON
|
|
select GPIOLIB
|
|
select KIRKWOOD_CLK
|