diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-05-30 16:32:35 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-05-30 16:32:35 +0000 |
commit | 9285574b20298c1499aedee162f5659e1e356862 (patch) | |
tree | d5f50bfbd765bba8d95d15fa170f7d487a7d1d49 /target/linux/ixp4xx/patches-2.6.25/210-npe_hss.patch | |
parent | f664b7cb17d20e7a32e9bd07e85c9bb7ecb9e2ce (diff) | |
download | upstream-9285574b20298c1499aedee162f5659e1e356862.tar.gz upstream-9285574b20298c1499aedee162f5659e1e356862.tar.bz2 upstream-9285574b20298c1499aedee162f5659e1e356862.zip |
refresh ixp4xx patches to match upstream style
SVN-Revision: 11297
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 | 20 |
1 files changed, 7 insertions, 13 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 50683fdd58..86949c30bd 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,8 +1,6 @@ -Index: linux-2.6.25.4/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 +--- a/drivers/net/wan/Kconfig ++++ b/drivers/net/wan/Kconfig +@@ -338,6 +338,15 @@ Say Y if your card supports this feature. @@ -18,11 +16,9 @@ Index: linux-2.6.25.4/drivers/net/wan/Kconfig config DLCI tristate "Frame Relay DLCI support" ---help--- -Index: linux-2.6.25.4/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 +--- a/drivers/net/wan/Makefile ++++ b/drivers/net/wan/Makefile +@@ -42,6 +42,7 @@ obj-$(CONFIG_WANXL) += wanxl.o obj-$(CONFIG_PCI200SYN) += pci200syn.o obj-$(CONFIG_PC300TOO) += pc300too.o @@ -30,10 +26,8 @@ Index: linux-2.6.25.4/drivers/net/wan/Makefile clean-files := wanxlfw.inc $(obj)/wanxl.o: $(obj)/wanxlfw.inc -Index: linux-2.6.25.4/drivers/net/wan/ixp4xx_hss.c -=================================================================== --- /dev/null -+++ linux-2.6.25.4/drivers/net/wan/ixp4xx_hss.c ++++ b/drivers/net/wan/ixp4xx_hss.c @@ -0,0 +1,2886 @@ +/* + * Intel IXP4xx HSS (synchronous serial port) driver for Linux |