[OpenWrt-Devel] [PATCH] update usbutils to version 002

2011-03-20 Thread Maarten Bezemer
Update to version 002, also adds dependencies on librt and libpthread --- Signed-of-by: Maarten Bezemer Index: utils/usbutils/Makefile === --- utils/usbutils/Makefile (revision 26243) +++ utils/usbutils/Makefile (working copy) @@

[OpenWrt-Devel] [PATCH] block-mount add missing directory

2011-03-20 Thread Maarten Bezemer
Fixes warning of missing /lib/functions/fsck directory during boot. Happens when no scripts are installed in this directory (ie when e2fsck is not enabled) --- Signed-of-by: Maarten Bezemer Index: package/block-mount/Makefile === ---

[OpenWrt-Devel] coreutils-uptime not working?

2011-03-20 Thread Philip Prindeville
Has coreutils-uptime ever worked? I recently tried turning it on: root@OpenWrt:~# uptime uptime: couldn't get boot time: No such file or directory root@OpenWrt:~# root@OpenWrt:~# who root@OpenWrt:~# users root@OpenWrt:~# And evidently who and users are also broken, since root on the console

[OpenWrt-Devel] [PATCH 1/1] cs5535 driver no longer in drivers/char/ as of 2.6.38

2011-03-20 Thread Philip Prindeville
The Geos target (and probably others, like net5501) need to grab the new cs5535 gpio driver. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com --- Index: target/linux/x86/geos/target.mk === ---

[OpenWrt-Devel] block-extroot and firmware updating/flashing

2011-03-20 Thread Maarten Bezemer
Hello, I am using block-extroot for my external USB disk. It all works nice most of the time. Only time it breaks, is after updating/flashing the routers firmware. I have been looking for the reason and I found that the scripts are comparing /.extroot.md5sum with /tmp/overlay/etc/extroot.md5sum

[OpenWrt-Devel] [PATCH 1/3] solos-pci: Don't display pseudo-header when dumping packet contents

2011-03-20 Thread Philip Prindeville
The 8 bytes of struct pkt_hdr immediately before a AAL5 frame should not be included as part of the packet contents hex dump. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com --- --- a/drivers/atm/solos-pci.c.orig 2011-03-19 12:19:06.0 -0600 +++

[OpenWrt-Devel] [PATCH 2/3] solos-pci: Don't duplicate atm common code

2011-03-20 Thread Philip Prindeville
net/atm/common.c already includes the same function as atm_dev_release_vccs(); don't duplicate it. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com --- --- linux-2.6.37/drivers/atm/solos-pci.c.orig 2011-03-20 01:42:22.0 -0600 +++ linux-2.6.37/drivers/atm/solos-pci.c

[OpenWrt-Devel] [PATCH 2/3] solos-pci: Don't delete PVCs on carrier transitions

2011-03-20 Thread Philip Prindeville
Don't delete the PVC set up by br2684ctl for nasX when carrier flaps. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com --- --- a/drivers/atm/solos-pci.c.orig 2011-03-20 15:27:40.0 -0600 +++ b/drivers/atm/solos-pci.c 2011-03-20 16:32:11.0 -0600 @@ -382,8