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/config-3.10 | |
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/config-3.10')
-rw-r--r-- | target/linux/atheros/config-3.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/config-3.10 b/target/linux/atheros/config-3.10 index ccbb592175..08c40872ee 100644 --- a/target/linux/atheros/config-3.10 +++ b/target/linux/atheros/config-3.10 @@ -100,7 +100,7 @@ CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MVSWITCH_PHY=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y -CONFIG_NET_VENDOR_AR231X=y +CONFIG_NET_AR231X=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PCI=y |