diff options
| author | Linus Walleij | 2023-08-07 21:58:24 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2023-08-10 17:31:37 +0000 |
| commit | c764a8c791e21e4f446ec6a369d938b3c48a1dc4 (patch) | |
| tree | dcf22928b9549eb51ea6cc22304bcac68cb179a5 | |
| parent | fdadfb633f8906478974aefbbc84fee1bf508e2f (diff) | |
| download | openwrt-c764a8c791e21e4f446ec6a369d938b3c48a1dc4.tar.gz | |
gemini: Fix up kernel v6.1 config
The v6.1 kernel has moved around the options for the RTL8366RB
DSA switch used in the DIR-685 so it was missing when building
the kernel. Fix it up by adding the right Kconfig options.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
| -rw-r--r-- | target/linux/gemini/config-6.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/gemini/config-6.1 b/target/linux/gemini/config-6.1 index a4f2cba851..09b7b97d16 100644 --- a/target/linux/gemini/config-6.1 +++ b/target/linux/gemini/config-6.1 @@ -271,6 +271,10 @@ CONFIG_NEED_KUSER_HELPERS=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NET_DEVLINK=y CONFIG_NET_DSA=y +CONFIG_NET_DSA_REALTEK=y +# CONFIG_NET_DSA_REALTEK_MDIO is not set +# CONFIG_NET_DSA_REALTEK_RTL8365MB is not set +CONFIG_NET_DSA_REALTEK_RTL8366RB=y CONFIG_NET_DSA_REALTEK_SMI=y CONFIG_NET_DSA_TAG_RTL4_A=y CONFIG_NET_NS=y |