diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:57:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:57:51 +0000 |
commit | cd34dcd2ced1900338c35f4ad02a23509dadac9c (patch) | |
tree | 85a5cdb9e5b1a0828d854f628c2f2f78383d0bea /target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch | |
parent | d3354d1aac48e9b6e95aac28d23b7bf2fc43c10a (diff) | |
download | mtk-20170518-cd34dcd2ced1900338c35f4ad02a23509dadac9c.zip mtk-20170518-cd34dcd2ced1900338c35f4ad02a23509dadac9c.tar.gz mtk-20170518-cd34dcd2ced1900338c35f4ad02a23509dadac9c.tar.bz2 |
atheros: v3.18: rename ATHEROS_AR231X symbol to ATH25
This patch starts upsteam ath25 code backporting.
No functional changes.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44706
Diffstat (limited to 'target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch b/target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch index 367c6cf..69d22ed 100644 --- a/target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch +++ b/target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch @@ -12,7 +12,7 @@ bool "Atheros devices" default y - depends on PCI -+ depends on (PCI || ATHEROS_AR231X) ++ depends on (PCI || ATH25) ---help--- If you have a network (Ethernet) card belonging to this class, say Y and read the Ethernet-HOWTO, available from @@ -22,7 +22,7 @@ +config NET_AR231X + tristate "Atheros AR231X built-in Ethernet support" -+ depends on ATHEROS_AR231X ++ depends on ATH25 + help + Support for the AR231x/531x ethernet controller + |