From 39eb63cbda32d04532252c23f8f3ee1f59f91b4c Mon Sep 17 00:00:00 2001 From: acoul Date: Fri, 30 Oct 2015 19:32:18 +0200 Subject: [PATCH 1/1] target/ath25: secure MII kernel selection since it's driver prerequisite --- target/linux/ath25/patches-4.1/110-ar2313_ethernet.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ath25/patches-4.1/110-ar2313_ethernet.patch b/target/linux/ath25/patches-4.1/110-ar2313_ethernet.patch index 6dc266d6a7..7a1a98a351 100644 --- a/target/linux/ath25/patches-4.1/110-ar2313_ethernet.patch +++ b/target/linux/ath25/patches-4.1/110-ar2313_ethernet.patch @@ -16,13 +16,14 @@ ---help--- If you have a network (Ethernet) card belonging to this class, say Y and read the Ethernet-HOWTO, available from -@@ -80,4 +80,10 @@ config ALX +@@ -80,4 +80,11 @@ config ALX To compile this driver as a module, choose M here. The module will be called alx. +config NET_AR231X + tristate "Atheros AR231X built-in Ethernet support" + depends on ATH25 ++ select MII + help + Support for the AR231x/531x ethernet controller + -- 2.35.1