aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx-2.6/patches/141-nslu2_setup_mac.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-03-03 23:12:34 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-03-03 23:12:34 +0000
commit5a4ec64f5fc1d69e98cc23b8a2a6a05daf6d378f (patch)
treeaae119623b615b3e90d023218905982b73f151c0 /target/linux/ixp4xx-2.6/patches/141-nslu2_setup_mac.patch
parentd98e9cad92cabe40275d97dd114fda4496c6e459 (diff)
downloadupstream-5a4ec64f5fc1d69e98cc23b8a2a6a05daf6d378f.tar.gz
upstream-5a4ec64f5fc1d69e98cc23b8a2a6a05daf6d378f.tar.bz2
upstream-5a4ec64f5fc1d69e98cc23b8a2a6a05daf6d378f.zip
upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6489 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6/patches/141-nslu2_setup_mac.patch')
-rw-r--r--target/linux/ixp4xx-2.6/patches/141-nslu2_setup_mac.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/patches/141-nslu2_setup_mac.patch b/target/linux/ixp4xx-2.6/patches/141-nslu2_setup_mac.patch
index 932fa9d412..cada1bd544 100644
--- a/target/linux/ixp4xx-2.6/patches/141-nslu2_setup_mac.patch
+++ b/target/linux/ixp4xx-2.6/patches/141-nslu2_setup_mac.patch
@@ -2,7 +2,7 @@ Index: linux-2.6.19/arch/arm/mach-ixp4xx/nslu2-setup.c
===================================================================
--- linux-2.6.19.orig/arch/arm/mach-ixp4xx/nslu2-setup.c
+++ linux-2.6.19/arch/arm/mach-ixp4xx/nslu2-setup.c
-@@ -137,6 +137,28 @@ static struct platform_device nslu2_uart
+@@ -137,6 +137,29 @@ static struct platform_device nslu2_uart
.resource = nslu2_uart_resources,
};
@@ -18,6 +18,7 @@ Index: linux-2.6.19/arch/arm/mach-ixp4xx/nslu2-setup.c
+ .eth_id = 0,
+ .rxq_id = 27,
+ .txq_id = 24,
++ .rxdoneq_id = 4,
+};
+
+static struct platform_device mac0 = {