Re: [OpenWrt-Devel] [PATCH] libnfnetlink: include new header file in install dev

2008-06-11 Thread Fabian Hugelshofer
(Oops, previous patches had missing path. Still needs to be applied...) In libnfnetlink 0.0.38 a new header file (linux_libnfnetlink_compat.h) was introduced, which needs to be copied to the staging dir as well. Right now build fails for applications using libnfnetlink. Signed-off-by: Fabian

Re: [OpenWrt-Devel] [PATCH] libnfnetlink: include new header file in install dev

2008-06-11 Thread John Crispin
thanks, applied, [11432] Fabian Hugelshofer wrote: (Oops, previous patches had missing path. Still needs to be applied...) In libnfnetlink 0.0.38 a new header file (linux_libnfnetlink_compat.h) was introduced, which needs to be copied to the staging dir as well. Right now build fails for

Re: [OpenWrt-Devel] [PATCH] Add ehci host support for BCM5354 USB20 core

2008-06-11 Thread Felipe Maya
The patch works with one USB port, but with two USB simultaneously something wrong happens. I changed the driver_mipscore.c to enable SSB_DEV_USB11_HOST for bcm5354 at this line (208): if (((bus-chip_id == 0x4710) || (bus-chip_id == 0x5354)) (irq = 4)) instead if (((bus-chip_id == 0x4710)

Re: [OpenWrt-Devel] [PATCH] et131x kernel module

2008-06-11 Thread John Crispin
applied Christoph Dwertmann wrote: This adds support for Agere ET131x Gigabit Ethernet cards. Signed-off-by: Christoph Dwertmann [EMAIL PROTECTED] --- Index: package/et131x/Makefile === --- package/et131x/Makefile

Re: [OpenWrt-Devel] [PATCH] privoxy boost 3.0.8

2008-06-11 Thread John Crispin
fixed joerg jungermann wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi This patch boost privoxy to version 3.0.8, to support transparent (intercepting) proxiing of HTTP/80 connections. cya Index: privoxy/Makefile

Re: [OpenWrt-Devel] patch for ip-up

2008-06-11 Thread John Crispin
applied, but forgot the signed off in the commit msg, sorry Brian J. Murrell wrote: I'd like to propose the following patch to package/ppp/files/etc/ppp/ip-up. It means that hotplug scripts can source the network state and get information about the newly plumbed ppp interface. Signed off

Re: [OpenWrt-Devel] patch for ip-up

2008-06-11 Thread Brian J. Murrell
On Wed, 2008-06-11 at 22:03 +0200, John Crispin wrote: applied, but forgot the signed off in the commit msg, sorry Brian J. Murrell wrote: I'd like to propose the following patch to package/ppp/files/etc/ppp/ip-up. It means that hotplug scripts can source the network state and get

Re: [OpenWrt-Devel] patch for ip-up

2008-06-11 Thread Brian J. Murrell
On Wed, 2008-06-11 at 22:52 +0200, John Crispin wrote: who said it would or would not be merged ? Nobody, either way. That it wasn't I took as meaning that it would not, which is why I was asking why it wasn't. If that made any sense. :-) So should I resubmit that or is it something not

Re: [OpenWrt-Devel] [PATCH] Add ehci host support for BCM5354 USB20 core

2008-06-11 Thread Steve Brown
Felipe Maya wrote: The patch works with one USB port, but with two USB simultaneously something wrong happens. I changed the driver_mipscore.c to enable SSB_DEV_USB11_HOST for bcm5354 at this line (208): if (((bus-chip_id == 0x4710) || (bus-chip_id == 0x5354)) (irq = 4)) instead