diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 10:58:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 10:58:03 +0000 |
commit | 7758bda7d0615a0fe185b527cb3f4f04a27eb82c (patch) | |
tree | 163c4e19a20aa9425d88f18c5fde2cf30e70dc09 /target/linux/ixp4xx/patches-2.6.25/210-npe_hss.patch | |
parent | 51e45450f185c839ecab7062facbecc7cff9953c (diff) | |
download | upstream-7758bda7d0615a0fe185b527cb3f4f04a27eb82c.tar.gz upstream-7758bda7d0615a0fe185b527cb3f4f04a27eb82c.tar.bz2 upstream-7758bda7d0615a0fe185b527cb3f4f04a27eb82c.zip |
refresh kernel patches
SVN-Revision: 11204
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.25/210-npe_hss.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.25/210-npe_hss.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.25/210-npe_hss.patch b/target/linux/ixp4xx/patches-2.6.25/210-npe_hss.patch index c3349f158a..50683fdd58 100644 --- a/target/linux/ixp4xx/patches-2.6.25/210-npe_hss.patch +++ b/target/linux/ixp4xx/patches-2.6.25/210-npe_hss.patch @@ -1,7 +1,7 @@ -Index: linux-2.6.25.1/drivers/net/wan/Kconfig +Index: linux-2.6.25.4/drivers/net/wan/Kconfig =================================================================== ---- linux-2.6.25.1.orig/drivers/net/wan/Kconfig -+++ linux-2.6.25.1/drivers/net/wan/Kconfig +--- linux-2.6.25.4.orig/drivers/net/wan/Kconfig ++++ linux-2.6.25.4/drivers/net/wan/Kconfig @@ -338,6 +338,15 @@ config DSCC4_PCI_RST Say Y if your card supports this feature. @@ -18,10 +18,10 @@ Index: linux-2.6.25.1/drivers/net/wan/Kconfig config DLCI tristate "Frame Relay DLCI support" ---help--- -Index: linux-2.6.25.1/drivers/net/wan/Makefile +Index: linux-2.6.25.4/drivers/net/wan/Makefile =================================================================== ---- linux-2.6.25.1.orig/drivers/net/wan/Makefile -+++ linux-2.6.25.1/drivers/net/wan/Makefile +--- linux-2.6.25.4.orig/drivers/net/wan/Makefile ++++ linux-2.6.25.4/drivers/net/wan/Makefile @@ -42,6 +42,7 @@ obj-$(CONFIG_C101) += c101.o obj-$(CONFIG_WANXL) += wanxl.o obj-$(CONFIG_PCI200SYN) += pci200syn.o @@ -30,10 +30,10 @@ Index: linux-2.6.25.1/drivers/net/wan/Makefile clean-files := wanxlfw.inc $(obj)/wanxl.o: $(obj)/wanxlfw.inc -Index: linux-2.6.25.1/drivers/net/wan/ixp4xx_hss.c +Index: linux-2.6.25.4/drivers/net/wan/ixp4xx_hss.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/drivers/net/wan/ixp4xx_hss.c ++++ linux-2.6.25.4/drivers/net/wan/ixp4xx_hss.c @@ -0,0 +1,2886 @@ +/* + * Intel IXP4xx HSS (synchronous serial port) driver for Linux |