Skip to content
Snippets Groups Projects
Verified Commit 5291dbd5 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/openwrt: drop patch to fix kernel not locate root FS on microSD

This patch was necessary only on OpenWrt 19.07, because the kernel
config CONFIG_OF_DMA_DEFAULT_COHERENT was disabled, but it should be
enabled by default [1] [2].

I can see that in OpenWrt 21.02 and newer versions the config is already
enabled, thus patch is no longer needed:

root@turris:/# zcat /proc/config.gz | grep CONFIG_OF_DMA_DEFAULT_COHERENT
CONFIG_OF_DMA_DEFAULT_COHERENT=y

[1] https://elixir.bootlin.com/linux/v5.18.2/source/drivers/of/address.c#L1055
[2] https://elixir.bootlin.com/linux/v5.18.2/source/arch/powerpc/Kconfig#L261
parent 92af77c1
No related branches found
No related tags found
1 merge request!569Turris OS 6.0 (HBK)
Pipeline #102764 passed