Re: [OpenWrt-Devel] GCC4.3 patch (wip)

2008-06-16 Thread Hinko Kocevar
Luigi 'Comio' Mantellini wrote: Ciao again, On ven, 2008-06-13 at 11:22 +0200, Luigi 'Comio' Mantellini wrote: Ciao, make[4]: Entering directory `/mnt/devel/openwrt/OpenWRT.git/build_dir/toolchain-m68k_gcc4.3.1/uClibc-0.9.29' install -d

Re: [OpenWrt-Devel] GCC4.3 patch (wip)

2008-06-16 Thread Luigi 'Comio' Mantellini
Hi Hinko, Hi List, see my inline comments. On lun, 2008-06-16 at 10:05 +0200, Hinko Kocevar wrote: Luigi 'Comio' Mantellini wrote: Ciao again, On ven, 2008-06-13 at 11:22 +0200, Luigi 'Comio' Mantellini wrote: Ciao, make[4]: Entering directory

Re: [OpenWrt-Devel] GCC4.3 patch (wip)

2008-06-16 Thread Hinko Kocevar
Luigi 'Comio' Mantellini wrote: Hi Hinko, Hi List, see my inline comments. On lun, 2008-06-16 at 10:05 +0200, Hinko Kocevar wrote: Luigi 'Comio' Mantellini wrote: Ciao again, On ven, 2008-06-13 at 11:22 +0200, Luigi 'Comio' Mantellini wrote: Ciao, make[4]: Entering directory

[OpenWrt-Devel] [patch] (1/3) r6040.c: added debugs, more global procedures

2008-06-16 Thread Joerg Albert
Hi, this is the first of three patches to fix the ethernet driver of RDC R32xx applied to svn r10754. It adds debugs and make some procedures (r6040_*) global symbols in order to help with debugging kernel oops. Version is increased from 0.16 to 0.18 to avoid conflicts with the driver variant

[OpenWrt-Devel] [patch] (3/3) r6040.c: fix long delay in outgoing pings

2008-06-16 Thread Joerg Albert
This patch mainly fixes the huge delay when we ping from the RDC device to another host (160-230 ms). r6040_rx() was rewritten. Further changes: - fix a bug in hex2str(), which overwrote the source with a zero - removed rx_free_desc counter; allocate skb inside r6040_rx() on the fly - r6040_rx:

[OpenWrt-Devel] [PATCH] /sbin/usb-storage now works on NSLU2

2008-06-16 Thread Ross Smith
The original /sbin/usb-storage script didn't work on my NSLU2. The below patch should be backwards compatible with the original script. I've tested it thoroughly, and it even works with hotplug, although I currently have to edit /etc/fstab prior to the hotplug, if the volume is a different file

[OpenWrt-Devel] [PATCH 1/2] Add support for pcspkr module

2008-06-16 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis [EMAIL PROTECTED] --- trunk/package/kernel/modules/other.mk | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/trunk/package/kernel/modules/other.mk b/trunk/package/kernel/modules/other.mk index a096552..5f0316f 100644

[OpenWrt-Devel] [PATCH] Fix aes_i586 module dependency to aes_generic for x86 target

2008-06-16 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis [EMAIL PROTECTED] --- trunk/package/kernel/modules/crypto.mk | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/trunk/package/kernel/modules/crypto.mk b/trunk/package/kernel/modules/crypto.mk index 68ccb60..e33ee6e 100644 ---

[OpenWrt-Devel] [PATCH 2/2] Enable misc input devices support to linux kernel

2008-06-16 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis [EMAIL PROTECTED] --- trunk/target/linux/generic-2.6/config-2.6.22 |2 +- trunk/target/linux/generic-2.6/config-2.6.23 |2 +- trunk/target/linux/generic-2.6/config-2.6.24 |2 +- trunk/target/linux/generic-2.6/config-2.6.25 |2 +-

[OpenWrt-Devel] [PATCH] Exit post-install script successfully when PCI IDs update fails

2008-06-16 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis [EMAIL PROTECTED] --- packages/utils/pciutils/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/packages/utils/pciutils/Makefile b/packages/utils/pciutils/Makefile index d20f2f5..8b5c344 100644 ---

Re: [OpenWrt-Devel] Empty directories problem - package/uci Patch

2008-06-16 Thread Yuji Mano
Yuji Mano wrote: Yuji Mano wrote: Yuji Mano wrote: Hi. I checkout from the git repository but noticed it doesn't pull down empty directories (trunk/package/base-files/files/etc/uci-defaults). This wasn't a problem for me until I set CONFIG_UCI_PRECONFIG. The build expects the

Re: [OpenWrt-Devel] [PATCH][trunk/package/busybox/patches] - udhcpc request rootpath option

2008-06-16 Thread Yuji Mano
Yuji Mano wrote: This adds a patch for busybox for udhcpc to request the rootpath option from dhcp server. Signed-off-by: Yuji Mano [EMAIL PROTECTED] --- package/busybox/patches/244-udhcpc_request_rootpath.patch | 19 ++ 1 file changed, 19 insertions(+) --- /dev/null

[OpenWrt-Devel] nousepeerdns ppp uci option

2008-06-16 Thread Brian J. Murrell
Here's a patch to force not using the ppp peer's DNS servers. Signed-off-by: Brian J. Murrell [EMAIL PROTECTED]; Index: package/ppp/files/ppp.sh === --- package/ppp/files/ppp.sh(revision 11518) +++ package/ppp/files/ppp.sh

[OpenWrt-Devel] nousepeerdns option for DHCP interfaces

2008-06-16 Thread Brian J. Murrell
Here's a patch to enable not using the DHCP server assigned DNS servers via a UCI option. Signed-off-by: Brian J. Murrell [EMAIL PROTECTED] Index: package/base-files/files/usr/share/udhcpc/default.script === ---

[OpenWrt-Devel] new hotplug.d/iface script for adding /etc/hosts entries.

2008-06-16 Thread Brian J. Murrell
Here's a new hotplug script I created in hotplug.d/iface/01-hosts that I'd like to propose for addition to the standard hotplug scripts. The result of that script after a reboot of my router is: root at gw:~# cat /etc/hosts 127.0.0.1 localhost. 10.75.22.254lan 33.1.73.242 wan1