diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-15 06:47:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-15 06:47:12 +0000 |
commit | dcb13d40980be316858dcb1a8f1bf5b196019e82 (patch) | |
tree | c8016d4ff730717031f10789f7c6cb5ca7edb000 /target/linux/ramips/patches-2.6.39/103-ethernet.patch | |
parent | 214c2e57fd3248e978a538a8c05d977cf90debe5 (diff) | |
download | upstream-dcb13d40980be316858dcb1a8f1bf5b196019e82.tar.gz upstream-dcb13d40980be316858dcb1a8f1bf5b196019e82.tar.bz2 upstream-dcb13d40980be316858dcb1a8f1bf5b196019e82.zip |
ramips: raeth: add PHYLIB support
SVN-Revision: 30547
Diffstat (limited to 'target/linux/ramips/patches-2.6.39/103-ethernet.patch')
-rw-r--r-- | target/linux/ramips/patches-2.6.39/103-ethernet.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-2.6.39/103-ethernet.patch b/target/linux/ramips/patches-2.6.39/103-ethernet.patch index f6828cc13d..a5a9ab4241 100644 --- a/target/linux/ramips/patches-2.6.39/103-ethernet.patch +++ b/target/linux/ramips/patches-2.6.39/103-ethernet.patch @@ -1,12 +1,13 @@ --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig -@@ -494,6 +494,16 @@ config MIPS_AU1X00_ENET +@@ -494,6 +494,17 @@ config MIPS_AU1X00_ENET If you have an Alchemy Semi AU1X00 based system say Y. Otherwise, say N. +config MIPS_RAMIPS_NET + tristate "Ethernet driver for rt288x/rt305x" + depends on MIPS_RALINK ++ select PHYLIB if (SOC_RT288X || SOC_RT3883) + help + This driver supports the etehrnet mac inside the ralink wisocs + |