diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 12:03:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 12:03:12 +0000 |
commit | 360a3864c84242f51a899f53375aef1e8d69805d (patch) | |
tree | 489a744e32c7c98cacb2210e44abd1f94d51bc72 /target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch | |
parent | ed645fd54fa118422a215438ac987ef513a70e00 (diff) | |
download | upstream-360a3864c84242f51a899f53375aef1e8d69805d.tar.gz upstream-360a3864c84242f51a899f53375aef1e8d69805d.tar.bz2 upstream-360a3864c84242f51a899f53375aef1e8d69805d.zip |
[pxa] refresh kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11209 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch')
-rw-r--r-- | target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch b/target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch index 98fdd4ca38..9e04f13db1 100644 --- a/target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch +++ b/target/linux/pxa/patches-2.6.21/018-modular-init-smc91x.patch @@ -1,8 +1,8 @@ -Index: linux-2.6.21gum/drivers/net/Kconfig +Index: linux-2.6.21.7/drivers/net/Kconfig =================================================================== ---- linux-2.6.21gum.orig/drivers/net/Kconfig -+++ linux-2.6.21gum/drivers/net/Kconfig -@@ -836,6 +836,12 @@ config SMC91X +--- linux-2.6.21.7.orig/drivers/net/Kconfig ++++ linux-2.6.21.7/drivers/net/Kconfig +@@ -959,6 +959,12 @@ config SMC91X module, say M here and read <file:Documentation/modules.txt> as well as <file:Documentation/networking/net-modules.txt>. @@ -15,11 +15,11 @@ Index: linux-2.6.21gum/drivers/net/Kconfig config SMC9194 tristate "SMC 9194 support" depends on NET_VENDOR_SMC && (ISA || MAC && BROKEN) -Index: linux-2.6.21gum/drivers/net/Makefile +Index: linux-2.6.21.7/drivers/net/Makefile =================================================================== ---- linux-2.6.21gum.orig/drivers/net/Makefile -+++ linux-2.6.21gum/drivers/net/Makefile -@@ -200,6 +200,7 @@ obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o +--- linux-2.6.21.7.orig/drivers/net/Makefile ++++ linux-2.6.21.7/drivers/net/Makefile +@@ -201,6 +201,7 @@ obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o obj-$(CONFIG_MACB) += macb.o @@ -27,10 +27,10 @@ Index: linux-2.6.21gum/drivers/net/Makefile obj-$(CONFIG_ARM) += arm/ obj-$(CONFIG_DEV_APPLETALK) += appletalk/ obj-$(CONFIG_TR) += tokenring/ -Index: linux-2.6.21gum/drivers/net/smc91x.c +Index: linux-2.6.21.7/drivers/net/smc91x.c =================================================================== ---- linux-2.6.21gum.orig/drivers/net/smc91x.c -+++ linux-2.6.21gum/drivers/net/smc91x.c +--- linux-2.6.21.7.orig/drivers/net/smc91x.c ++++ linux-2.6.21.7/drivers/net/smc91x.c @@ -2373,6 +2373,10 @@ static struct platform_driver smc_driver }, }; @@ -53,10 +53,10 @@ Index: linux-2.6.21gum/drivers/net/smc91x.c return platform_driver_register(&smc_driver); } -Index: linux-2.6.21gum/drivers/net/gumstix-smc91x.c +Index: linux-2.6.21.7/drivers/net/gumstix-smc91x.c =================================================================== --- /dev/null -+++ linux-2.6.21gum/drivers/net/gumstix-smc91x.c ++++ linux-2.6.21.7/drivers/net/gumstix-smc91x.c @@ -0,0 +1,143 @@ +/* + * Gumstix SMC91C111 chip intialization driver |