diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-17 16:36:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-17 16:36:19 +0000 |
commit | e819113e2ee031f6bcdb4677cf26d497e8655d9c (patch) | |
tree | 23780e0d017eb3cf3651217bf606f7ff98099971 /target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch | |
parent | 6be418e3e1a6e45af6b7575f2e41023c6f981ba7 (diff) | |
download | upstream-e819113e2ee031f6bcdb4677cf26d497e8655d9c.tar.gz upstream-e819113e2ee031f6bcdb4677cf26d497e8655d9c.tar.bz2 upstream-e819113e2ee031f6bcdb4677cf26d497e8655d9c.zip |
atheros[ar231x-eth]: move driver to atheros subdirectory
Move driver code to respective vendor subdirectory and fix config
symbol name.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 41690
Diffstat (limited to 'target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch')
-rw-r--r-- | target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch b/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch index ada0a76b13..cc3a74ec51 100644 --- a/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch +++ b/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch @@ -1,5 +1,5 @@ ---- a/drivers/net/ethernet/ar231x/ar231x.c -+++ b/drivers/net/ethernet/ar231x/ar231x.c +--- a/drivers/net/ethernet/atheros/ar231x/ar231x.c ++++ b/drivers/net/ethernet/atheros/ar231x/ar231x.c @@ -148,6 +148,7 @@ static int ar231x_mdiobus_write(struct m static int ar231x_mdiobus_reset(struct mii_bus *bus); static int ar231x_mdiobus_probe(struct net_device *dev); |