From: Hauke Mehrtens Date: Tue, 28 May 2019 21:52:48 +0000 (+0200) Subject: gemini: Activate Realtek and vitesse DSA driver again X-Git-Tag: v19.07.0-rc1~554 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ab629543c0878442ccac3ce114554a19bb3daae9 gemini: Activate Realtek and vitesse DSA driver again This activates the wrongly removed DSA drivers again. Fixes 9ab4d74b5f86 ("kernel: Move some DSA config options to generic config") Signed-off-by: Hauke Mehrtens Reported-by: Linus Walleij --- diff --git a/target/linux/gemini/config-4.19 b/target/linux/gemini/config-4.19 index 85abbe2454..ee2382a2ec 100644 --- a/target/linux/gemini/config-4.19 +++ b/target/linux/gemini/config-4.19 @@ -335,6 +335,8 @@ CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_KUSER_HELPERS=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NET_DSA=y +CONFIG_NET_DSA_REALTEK_SMI=y +CONFIG_NET_DSA_VITESSE_VSC73XX=y CONFIG_NET_NS=y CONFIG_NET_SWITCHDEV=y CONFIG_NLS=y