diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-05-03 17:56:02 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-05-03 17:56:02 +0000 |
commit | 3c9bce3c46df7be9fd3ff76540fae39868bc5de4 (patch) | |
tree | c29b70823aba7c30931aa04f4aec44e607c51155 /target/linux/ar7/patches-2.6.25 | |
parent | e199de8f01d8f5e108b6e209faee8e62300c0875 (diff) | |
download | upstream-3c9bce3c46df7be9fd3ff76540fae39868bc5de4.tar.gz upstream-3c9bce3c46df7be9fd3ff76540fae39868bc5de4.tar.bz2 upstream-3c9bce3c46df7be9fd3ff76540fae39868bc5de4.zip |
ar7: enable ethernet driver and use the 2.6.25.1 kernel
SVN-Revision: 11032
Diffstat (limited to 'target/linux/ar7/patches-2.6.25')
-rw-r--r-- | target/linux/ar7/patches-2.6.25/150-cpmac_not_broken.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar7/patches-2.6.25/150-cpmac_not_broken.patch b/target/linux/ar7/patches-2.6.25/150-cpmac_not_broken.patch new file mode 100644 index 0000000000..438a423e02 --- /dev/null +++ b/target/linux/ar7/patches-2.6.25/150-cpmac_not_broken.patch @@ -0,0 +1,11 @@ +--- linux-2.6.25.1/drivers/net/Kconfig 2008-05-03 17:23:40.000000000 +0200 ++++ linux-2.6.25.1/drivers/net/Kconfig 2008-05-03 17:23:53.000000000 +0200 +@@ -1874,7 +1874,7 @@ + + config CPMAC + tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)" +- depends on NET_ETHERNET && EXPERIMENTAL && AR7 && BROKEN ++ depends on NET_ETHERNET && EXPERIMENTAL && AR7 + select PHYLIB + help + TI AR7 CPMAC Ethernet support |