immortalwrt/target/linux/generic/hack-5.4/999-make-phylink-tristate.patch
Sungbo Eo db40add238 kernel: update kmod-thermal package
CONFIG_THERMAL option was changed to boolean in upstream linux commit
554b3529fe01 ("thermal/drivers/core: Remove the module Kconfig's option").
Switch it to 'y' and remove FILES and AUTOLOAD for non-existant module file.

And update the descripton text for the package as in upstream linux commit
eb8504620381 ("thermal: Rephrase the Kconfig text for thermal").

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2021-01-16 12:09:32 +08:00

12 lines
213 B
Diff

--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -210,7 +210,7 @@ endif
endif
config PHYLINK
- tristate
+ tristate "Phylink config support"
depends on NETDEVICES
select PHYLIB
select SWPHY