aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.2
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-15 06:47:12 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-15 06:47:12 +0000
commitd50d8e09a47e419dc28531493a75d95630740a64 (patch)
treee81cc6ac42f1aec2110d84be29eceb31354f6235 /target/linux/ramips/patches-3.2
parent711637949b4788a00a528504c7480cb0e29ad1c7 (diff)
downloadupstream-d50d8e09a47e419dc28531493a75d95630740a64.tar.gz
upstream-d50d8e09a47e419dc28531493a75d95630740a64.tar.bz2
upstream-d50d8e09a47e419dc28531493a75d95630740a64.zip
ramips: raeth: add PHYLIB support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30547 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.2')
-rw-r--r--target/linux/ramips/patches-3.2/103-ethernet.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-3.2/103-ethernet.patch b/target/linux/ramips/patches-3.2/103-ethernet.patch
index 8953f3ba74..ea244efdc8 100644
--- a/target/linux/ramips/patches-3.2/103-ethernet.patch
+++ b/target/linux/ramips/patches-3.2/103-ethernet.patch
@@ -1,12 +1,13 @@
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
-@@ -277,6 +277,16 @@ source "drivers/net/plip/Kconfig"
+@@ -277,6 +277,17 @@ source "drivers/net/plip/Kconfig"
source "drivers/net/ppp/Kconfig"
+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
+