From c1294aefd8048f28f22a652aef7ef7dfed45a330 Mon Sep 17 00:00:00 2001 From: acoul Date: Fri, 27 Nov 2015 22:32:02 +0200 Subject: [PATCH] target/rb532: add korina ethernet kernel driver dependency --- target/linux/rb532/patches/010-korina_mii_dep.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/rb532/patches/010-korina_mii_dep.patch diff --git a/target/linux/rb532/patches/010-korina_mii_dep.patch b/target/linux/rb532/patches/010-korina_mii_dep.patch new file mode 100644 index 0000000000..e1294fce32 --- /dev/null +++ b/target/linux/rb532/patches/010-korina_mii_dep.patch @@ -0,0 +1,10 @@ +--- a/drivers/net/ethernet/Kconfig ++++ b/drivers/net/ethernet/Kconfig +@@ -92,6 +92,7 @@ config JME + + config KORINA + tristate "Korina (IDT RC32434) Ethernet support" ++ select MII + depends on MIKROTIK_RB532 + ---help--- + If you have a Mikrotik RouterBoard 500 or IDT RC32434 -- 2.35.1