Re: [OpenWrt-Devel] [PATCH] Hotplug automount fixes/enhancements

2010-01-29 Thread Marc Abrams
hehe... good job. marc. On Fri, Jan 29, 2010 at 5:13 PM, Daniel Dickinson wrote: > The attached patch replaces the current /etc/hotplug.d/block/10-mount > and adds a shared shell script 'library' that, with this patch, is used > by hotplug automount and fstab, and will be used by the rootfs on

[OpenWrt-Devel] nanostation 5m poe passthrough

2010-01-29 Thread Xavier Martinez
Hi, I'm testing Ubiquiti Nanostation 5M for using them in our OLSR-under-openwrt-based mesh network. I've compiled and uploaded the latest trunk 19374 and everything worked fine, even OLSR. Congratulations to all developers for such a universal and updated firmware which is openwrt. However, it wo

[OpenWrt-Devel] [PATCH] Hotplug automount fixes/enhancements

2010-01-29 Thread Daniel Dickinson
The attached patch replaces the current /etc/hotplug.d/block/10-mount and adds a shared shell script 'library' that, with this patch, is used by hotplug automount and fstab, and will be used by the rootfs on external storage package that I am working on as well. You can turn automount completely o

[OpenWrt-Devel] Wanted: Package Maintainers

2010-01-29 Thread Travis Kemen
We are looking for people that want to maintain and update individual packages. If you are interested please contact me with what package you want to maintain. Thanks, Travis Kemen OpenWrt Developer ___ openwrt-devel mailing list openwrt-devel@lists.ope

[OpenWrt-Devel] remount /dev/root readonly for shutdown

2010-01-29 Thread Gerlando Falauto
Hi all, I am (slowly) experimenting with my LaCie Ethernet Disk Mini v2 NAS. In order to maintain compatibility with Lacie's software, I did not change the disk layout (yet). I can run my own OpenWRT without disrupting the original firmware by putting the kernel's uImage on [sda9]/snaps/00/boot an

[OpenWrt-Devel] [request] Update orion to kernel 2.6.32

2010-01-29 Thread Matthias Buecher / Germany
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Could somebody be so nice and update the kernel for Orion to 2.6.32. Unfortunately I'm not used to the kernel itself. Thanks in advance Maddes -BEGIN PGP SIGNATURE- Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYF

[OpenWrt-Devel] Creating Patch Team

2010-01-29 Thread Travis Kemen
We are looking for 2-3 people that would be willing to help test patches on the mailing list and trac as well as help communicate with developers and patch submitters what the status of their patch is. The goal of this group is to help stem the tide of unanswered tickets and patches. If you are int

[OpenWrt-Devel] [PATCH] Update mksh to R39b

2010-01-29 Thread Thorsten Glaser
Hi, I’m the upstream and (in various distributions) package maintainer of mksh, and there has been a new version. The attached diff… • syncs the 100-dot_mkshrc patch with FreeWRT and refreshes it • fixes the svn:keywords property on it • upgrades mksh to R39b ‣ the realpath builtin is now alway

Re: [OpenWrt-Devel] MAKE_ARGS not working?

2010-01-29 Thread bud . dhay
> are you referring to this ticket? > > https://dev.openwrt.org/ticket/6577 > > yes in connection to https://lists.openwrt.org/pipermail/openwrt-devel/2010-January/005722.html > Yeah in fact the right way to do it is MAKE_FLAGS: > > MAKE_FLAGS += CFLAGS_O="$(TARGET_CFLAGS)" > nope,

Re: [OpenWrt-Devel] MAKE_ARGS not working?

2010-01-29 Thread Raphaël HUCK
> Hi Raphael, > > in connection to this patch I doublechecked and modified my latest > ntfs-3g update (we obviously had the same idea ;) and found this Hey Bud, are you referring to this ticket? https://dev.openwrt.org/ticket/6577 > > MAKE_ARGS += CFLAGS_O="$(TARGET_CFLAGS)" > > > > is obvi

[OpenWrt-Devel] hotplug mount usbstorage in kernel 2.4

2010-01-29 Thread bud . dhay
while testing I found that the holplug.d/block scripts are not called for usbstorage devices on brcm-2.4 .. instead usb is called with just a few parameters, missing essentials like devicepath or such necessary for automount. is there a solution except from /sbin/usbstorage that is able to deal cl

Re: [OpenWrt-Devel] hotplug.d/block/10-mount script

2010-01-29 Thread bud . dhay
> I use hotplugged swap. It is not a bad idea per se, as long as the > administrator knows that the device can not be removed while the system is > running. The reason I use hotplug in particular is that the USB subsystem > is not initialized until after the fstab init script is run. or swapoff i

[OpenWrt-Devel] use devtmpfs if available and dont let it be unused

2010-01-29 Thread puchu
Hi in 2.6.32 devtmpfs a early devfs created by the kernel is available and added to the kernel config by default grep "DEVTMPFS" config-2.6.32 CONFIG_DEVTMPFS_MOUNT=y CONFIG_DEVTMPFS=y this means: devtmpfs is mounted on root by the kernel. but its not used ... this patches moves devtmpfs if ava

[OpenWrt-Devel] MAKE_ARGS not working?

2010-01-29 Thread bud . dhay
Hi Raphael, in connection to this patch I doublechecked and modified my latest ntfs-3g update (we obviously had the same idea ;) and found this > > MAKE_ARGS += CFLAGS_O="$(TARGET_CFLAGS)" > is obviously ignored. To have it in the make call one can do it the broadcom-wl package way MAKE := $(

Re: [OpenWrt-Devel] [PATCH] Fix parallel build of lzo package

2010-01-29 Thread Raphaël HUCK
Le Thu, 28 Jan 2010 19:52:00 +0100, Felix Fietkau a écrit : > On 2010-01-28 5:35 PM, Raphaël HUCK wrote: > > Hi all, > > > > Several packages cannot be built in parallel. > > > > This patch fixes this for the lzo package. > I don't really see the connection between your changes (which do look >