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

2009-06-04 Thread Bud
the definition suggested seems not to change the postinst script in ipkg/CONTROL anything different if it is a kmod only package? pls see attached Makefile thanks 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 mi

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] [PATCH] Wget and scoped IPv6 addresses

2009-06-04 Thread Fabian Hugelshofer
Hi all, IPv6 knows scoped address types i.e. link and site local addresses. Link local addresses require a scope identifier to specify the interface/link an address is valid on (e.g. fe80::1%eth0). This scope identifier is only valid on a single node. RFC 4007 says that the scope identifier shall

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

2009-06-04 Thread Florian Fainelli
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 reality the /dev/fuse character device was missing. > > Now I need a clue on how to modify the package Makefile to create > /dev

[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

Re: [OpenWrt-Devel] [PATCH 08/10] add TI AR7 support

2009-06-04 Thread Florian Fainelli
Hallo Ralf, Le Tuesday 02 June 2009 14:51:59 Ralf Baechle, vous avez écrit : [snip] > > + > > + writel(((prediv - 1) << PREDIV_SHIFT) | (postdiv - 1), &clock->ctrl); > > + mdelay(1); > > + writel(4, &clock->pll); > > + while (readl(&clock->pll) & PLL_STATUS) > > + ; > > + write