[OpenWrt-Devel] uclibc versions

2010-03-14 Thread bud . dhay
which uClibc version are currently used? if i interpret toolchain/uClibc/Makefile correctly only 0.9.30-git 0.9.30.1 0.9.30.2 0.9.30.3 is this correct or are there still older version used elsewhere? thanks bud ___ openwrt-devel mailing list openwrt-d

[OpenWrt-Devel] fuse 2.8.3 patch

2010-03-08 Thread bud . dhay
find attached the announced patch for fuse. changes: - latest fuse 2.8.3 - includes now the kernel module for kernel 2.4 - builds parallel - fuse-utils includes now ulockmgr_server fuse24 should be deleted from trunk. bud Index: package/fuse/patches/102-no_depmod.patch ===

[OpenWrt-Devel] fuse, fuse24 patch suspension WAS: Re: [PATCH] fuse24: fix parallel build

2010-03-08 Thread bud . dhay
i have an update for fuse in the pipeline. it will obsolete fuse24 and bump fuse to the latest version. it should build fine parallel. but who knows, could you please doublecheck as soon as i posted it? therefor i unfortunately also ask to suppend the fuse and fuse24 patches. thanks bud On 08.03

Re: [OpenWrt-Devel] broadcom sdhc package

2010-02-20 Thread bud . dhay
in my post for testers some people answered. Maybe somebody volunteers if you ask there or post a topic yourself? https://forum.openwrt.org/viewtopic.php?pid=100795 bud On 20.02.2010 20:25, Spudz76 wrote: > I am also still working on the expanded version, as time permits, to > support older cor

Re: [OpenWrt-Devel] broadcom sdhc package

2010-02-20 Thread bud . dhay
> > The patch attached to that ticket is for 2.0.2, please attach a patch for > 2.0.3. > > Thanks > Travis sorry for the confusion, actually i modified 2.0.1 into 2.0.2 .. obviously the original author also released an updated version in between. i was in contact with him and understood he woul

[OpenWrt-Devel] broadcom sdhc package

2010-02-20 Thread bud . dhay
hi jow, i just had time to double check the code you checked in. unfortunately you inserted the old version 2.0.2 from the originating web space. people will have problems with that version. please remove the Makefile and take the patch on https://dev.openwrt.org/ticket/6343 to add the package.

Re: [OpenWrt-Devel] [PATCH] libupnp: fix parallel build and cleanup Makefile

2010-02-15 Thread bud . dhay
On 15.02.2010 17:58, Raphaël HUCK wrote: > +MAKE_ARGS += CCOPT="$(TARGET_CFLAGS)" > > define Build/Compile/libupnp-sample > $(MAKE) -C $(PKG_BUILD_DIR) \ > - CCOPT="$(TARGET_CFLAGS)" \ > DESTDIR="$(PKG_INSTALL_DIR)" \ > check > + $(MAKE) -C $(PKG

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,

[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] 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 := $(

[OpenWrt-Devel] fuse24, fuse, ntfs-3g, sshfs in 8.09

2010-01-28 Thread bud . dhay
What do I have to do to get these updated packages into the stable kamikaze branch? Fuse on brcm-2.4 and brcm-47xx is broken without the DCACHE BUG patch in trunk. thanks bud ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.op

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

2010-01-28 Thread bud . dhay
I want to split this into 3 scripts. 10-mount 11-mount_ntfs-3g 20-mount_swap the ntfs-3g and swap script will be part of the corresponding packages (swap-utils,ntfs-3g), hence will not be there if the package is not installed. All scripts check if a device was already mounted before. Swap comes

[OpenWrt-Devel] bump ntfs-3g to 2010.1.16

2010-01-28 Thread bud . dhay
the attached patch bumps ntfs-3g to the latest version. menuconfig integration has been slightly modified. Also new: - package ntfs-3g now also contains the ntfs-3g.probe binary - new subpackage called ntfs-3g-utils contains ntfs-3g.{usermap,secaudit} Tested on brcm-2.4 and brcm-47xx. .. bud Inde

Re: [OpenWrt-Devel] Fwd: broadcom-mmc replacement broadcom-sdhc package

2010-01-16 Thread bud . dhay
Well, I extensively tested mmc mod for broadcom platform because I figured it to be the cheapest way to have more space on a openwrt router, namely the wrt54gl. Eventually I think usb is now the way to go. My tests for the sdmodded wrt54gl resulted in brcm-2.4 - broadcom-mmc, mmc 1.3.5 from for

Re: [OpenWrt-Devel] Fwd: broadcom-mmc replacement broadcom-sdhc package

2010-01-16 Thread bud . dhay
Thanks a lot. What about the open actions list.. any comments? Regarding testers: I will put a request/announcement in the forum as soon the module is in the trunk. I myself am using it for months now and discovered no problems. bud On 16.01.2010 15:19, Jo-Philipp Wich wrote: -BEGIN PGP

[OpenWrt-Devel] Fwd: broadcom-mmc replacement broadcom-sdhc package

2010-01-16 Thread bud . dhay
Just a reminder. As usual :'( see bottom of the message I understand you guys are busy, but the lack of feedback in the list can be frustrating to contributors. It definitely is sometimes for me ;) Is there a list of open patches? Wouldn't it make sense to have one listed by priority, by whic

Re: [OpenWrt-Devel] broadcom sdhc package pending inclusion

2009-12-18 Thread bud . dhay
it doesn't .. actually it is installed by opkg as it should be with 644 .. my friday bug, see attachment .. thanks btw. I am right now updating ntfs-3g and fuse .. if everything goes well I'll send them next week. bud On 18.12.2009 22:00, Jo-Philipp Wich wrote: -BEGIN PGP SIGNED MESSA

[OpenWrt-Devel] broadcom sdhc package pending inclusion

2009-12-18 Thread bud . dhay
the brcm-2.4 sdhc driver is also still pending https://dev.openwrt.org/ticket/6343 .. thanks bud ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] broadcom-mmc replacement broadcom-sdhc package

2009-12-11 Thread bud . dhay
As announced the new package broadcom-sdhc. I created a enhancement ticket here https://dev.openwrt.org/ticket/6343 Please add it to trunk and remove broadcom-mmc, which is then obsolete. Thanks bud ___ openwrt-devel mailing list openwrt-devel@lists.op

Re: [OpenWrt-Devel] Update [RFC] preinit/failsafe fix/enhance

2009-09-07 Thread bud . dhay
The way I do it do use the same basic boot method as for a flash filesystem, and just do the necessary things to make up for the differences between to two types of media. I can do that because I have modularized the preinit/mount_root/firstboot scripts and subsitute usb boot stuff where approp

[OpenWrt-Devel] sdhc driver for broadcom 2.4

2009-09-04 Thread bud . dhay
I just recently found an updated sdhc kernel module based upon the optimized mmc 1.3.5 from the forum. http://4mul8.ca/openwrt/source/broadcom-sdhc-2.0.1/ I tried it and it is again faster and supposedly to support sdhc cards, which I don't own, therefor can't check. Unfortunately it is for kern

Re: [OpenWrt-Devel] Update [RFC] preinit/failsafe fix/enhance

2009-09-04 Thread bud . dhay
I've refreshed the patches to work with current trunk (as the old patches were no longer applying cleanly due to recent changes). There are also a couple of minor functional changes some of which make the usb root stuff I'm working on easier. Do you plan to overlay the internal flash? I act

Re: [OpenWrt-Devel] openwrt.org website down?

2009-08-24 Thread bud . dhay
nslookup openwrt.org 208.67.222.222 Server: resolver1.opendns.com Address: 208.67.222.222 Name:openwrt.org Address: 78.24.191.177 regards .. bud On 23.08.2009 10:36, MichelinoK wrote: i have the same problem...they've changed the ip of openwrt.org so we have to wait for the DNS arou

Re: [OpenWrt-Devel] http://downloads.openwrt.org is down

2009-08-24 Thread bud . dhay
No it doesn't .. it's probably the old dns entry still cached in your (providers) dns system ... You can use opendns to to workaround ... bud On 23.08.2009 19:06, Daniel Lenski wrote: On Fri, 21 Aug 2009 20:14:54 +0200, ulf kypke wrote: hi http://downloads.openwrt.org/ is sending an empty pa

Re: [OpenWrt-Devel] openwrt.org website down?

2009-08-23 Thread bud . dhay
added opendns servers now to kamikaze 7.09 on my router, following this directions https://forum.openwrt.org/viewtopic.php?id=12408 here the steps in case you can't access forum.openwrt.org edit /etc/rc.d/S60dnsmasq add the following to DNS_SERVERS="" DNS_SERVERS="208.67.222.222 208.67.220.22

Re: [OpenWrt-Devel] openwrt.org website down?

2009-08-23 Thread bud . dhay
would have been nice .. also maybe a little note beforehand to the list ... anyway for now I added a http://www.opendns.com/ server manually before the router in lan connections dns settings. Anybody knows the value of the dns ttl? Or how long until I can remove the alternative server again?

[OpenWrt-Devel] openwrt.org website down?

2009-08-23 Thread bud . dhay
getting timeouts, anybody else experiencing this? ..bud ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] setting TRX_MAX_LEN in menuconfig or by device or raising default

2009-08-19 Thread bud . dhay
I run into this https://forum.openwrt.org/viewtopic.php?id=13134 everytime I checkout trunk new. It is mentioned that the value could be given as parameter in the forum thread. Also I could imagine patching trx.c . Currently it's hardcoded to 0x5A ... The wl500w has 8MB flash, so I assume 0

Re: [OpenWrt-Devel] replace /jffs with usb stick

2009-08-19 Thread bud . dhay
I am in for that. I want to use an sd-modded wrt54gl and a usbsticked wl500w this way. Therefore I'd also like to put the optimized mmc module for kernel2.4 in the trunk. Any opinions? Should we keep the old and setup a kmod-broadcom-mmc2 or replace the old one (which doesn't work with my set

[OpenWrt-Devel] replace /jffs with usb stick

2009-08-17 Thread bud . dhay
Hi all, I am having a hard time to find the place where mounting root "/" really happens .. http://oldwiki.openwrt.org/OpenWrtDocs%282f%29OpenWrtDocs%282f%29lKamikazeBootHowTo.html is not helpful https://forum.openwrt.org/viewtopic.php?id=10816 seems to be out of date. I added comments to /sbin

[OpenWrt-Devel] optimized mmc driver for kernel 2.4

2009-08-04 Thread bud . dhay
is there a reason why the https://forum.openwrt.org/viewtopic.php?id=9653 is not in the buildroot? From my tests it is faster and more compatible than the current 'package/broadcom-mmc'. ... bud ___ openwrt-devel mailing list openwrt-devel@lists.open

[OpenWrt-Devel] fuse package module disabled in favour of the kernel 2.6 module

2009-07-28 Thread bud . dhay
... the patch is attached to the ticket https://dev.openwrt.org/ticket/5584 The package didn't build because it failed to build the obsolete fuse module of the package. The patch disables the module building and updates the Makefile comments accordingly. .. thanks bud ___

Re: [OpenWrt-Devel] [PATCH] fix fuse on recent kernels

2009-07-24 Thread bud . dhay
I'll change that and send the patch next week to the list. ... bud bud.d...@suisse.org wrote: Are you sure that it compiles with< 2.6.27 ? Did you try? no :-) i was only conservative and thought that it just broke recently. Maybe it's time to disable the module by default without condit

[OpenWrt-Devel] change kernel version in buildroot

2009-07-24 Thread bud . dhay
just out of interest. I see options in menuconfig to change the gcc version and others but ís the used kernel version configurable? thx bud ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/open

Re: [OpenWrt-Devel] [PATCH] fix fuse on recent kernels

2009-07-23 Thread bud . dhay
Are you sure that it compiles with < 2.6.27 ? Did you try? It would make sense to remove the currently commented out condition alltogether. (By the way I read that it says every kernel < 2.6.25 works). But this is a remainder from before I worked on this package. #ifeq ($(strip $(call Compar

Re: [OpenWrt-Devel] "-n" comparison not working in Busybox 1.13.4

2009-07-21 Thread bud . dhay
Some of them are well documented differences, you can look to the Autoconf manual. It has had to handle them to become a really multiplatform tool. See for example: http://www.gnu.org/software/autoconf/manual/html_node/Limitations-of-Builtins.html#index-g_t_0040command_007btest_007d-1431 rea

Re: [OpenWrt-Devel] Note for mips/mipsel targets running trunk

2009-06-29 Thread bud . dhay
Thanks for pointing out ... bud Hi, Since changesets 16606 and 16607 we have switched to using software floating point emulation in the toolchain and we disabled the in-kernel FPU Emulator in the MIPS kernel by default. The rationale behind this is : - the FPU emulator of the kernel is slow an

Re: [OpenWrt-Devel] opkg remove ifconfig && opkg install 'ip'

2009-06-18 Thread bud . dhay
On 18.06.2009 18:00, Malte S. Stretz wrote: On Thursday 18 June 2009 16:22:54 Jo-Philipp Wich wrote: today I've written a proof-of-concept for getting rid of oldstyle networking aka 'ifconfig'. You do realize that this "oldstyle" networking stuff uses busybox internals while switchi

[OpenWrt-Devel] [SOLVED] KernelPackage postinstall .. WAS: character device file and packaging

2009-06-05 Thread bud . dhay
I eventually reverse engineered myself through the buildroot Makefiles and came up with the following solution. define KernelPackage/fuse24/install $(call $(Package/kmod-fuse24/install)) echo mknod /dev/fuse -m 0666 c 10 229 >> $(1)/CONTROL/postinst endef I could find another de

Re: [OpenWrt-Devel] character device file and packaging

2009-06-04 Thread bud . dhay
on kernel 2.4 with the fuse 2.5.3 kernel module it isn't ... I'll doublecheck with kernel 2.6 fuse 2.7.4 tonight ... bud Le Thursday 04 June 2009 17:23:20 bud.d...@suisse.org, vous avez écrit : I currently play around with sshfs and it was missing the kernel fuse module (so it said). In reali

[OpenWrt-Devel] character device file and packaging

2009-06-04 Thread bud . dhay
I currently play around with sshfs and it was missing the kernel fuse module (so it said). In reality the /dev/fuse character device was missing. Now I need a clue on how to modify the package Makefile to create /dev/fuse either on package installation or earlier and package it with the ipkg a

[OpenWrt-Devel] define device profile & ntfs-3g updates

2009-05-29 Thread bud . dhay
Hi all, I've got two questions. I am working with an Asus wl500w and want to set up a profile for the buildroot. I see the readymade images after the buildroot make in 'bin'. What I want is to define a profile for this router, so that all needed packages are automatically in a special wl500w