[OpenWrt-Devel] [PATCH] [package/udev] Replace udev-vol-id pacakge with configurable udevextras

2008-04-01 Thread Jeremy Kerr
Instead of just having one vol_id package, create a 'udevextras' package for all of the udev "EXTRAS" utilities. Selecting this package allows each extra to be selected individually. Also, installing udevextras adds a few udev rules for persistent device naming. Signed-off-by: Jeremy Kerr <[EMAIL

Re: [OpenWrt-Devel] [PATCH] [package/udev] Rep lace udev-vol-id pacakge with configurable udevex tras

2008-04-01 Thread Jeremy Kerr
> +config UDEVEXTRAS_usb_id > + bool > + prompt "usb_id" if PACKAGE_udevextras > + default n > + help > + vol_id can find the unique id of USB devices ^^^--- crud, new patch coming Cheers, Jeremy ___ openwrt-devel

[OpenWrt-Devel] [PATCH] [package/udev] Replace udev-vol-id pacakge with configurable udevextras

2008-04-01 Thread Jeremy Kerr
Instead of just having one vol_id package, create a 'udevextras' package for all of the udev "EXTRAS" utilities. Selecting this package allows each extra to be selected individually. Also, installing udevextras adds a few udev rules for persistent device naming. Signed-off-by: Jeremy Kerr <[EMAIL

Re: [OpenWrt-Devel] [PATCH 5/5] [package/udev] Add udev tools package

2008-04-01 Thread Jeremy Kerr
Hi all, This patch is obsoleted by commit 10697, new patch coming to enable all of the udev extras as individual options. Cheers, Jeremy ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/

Re: [OpenWrt-Devel] br2684 routed runnig on AR7

2008-04-01 Thread Juan I . González
> Le lundi 31 mars 2008, Juan I. González a écrit : > > Hi All, > > > > In these days I adapted the last patch for br2684 kernel module. > > This is great work. However, I get an error while applying your patch : > > [EMAIL PROTECTED]:[~/../trunk]$ patch -p0 --dry-run < > br2684_route_support.di

Re: [OpenWrt-Devel] br2684 routed runnig on AR7

2008-04-01 Thread Florian Fainelli
Hi Juan, Le lundi 31 mars 2008, Juan I. González a écrit : > Hi All, > > In these days I adapted the last patch for br2684 kernel module. This is great work. However, I get an error while applying your patch : [EMAIL PROTECTED]:[~/../trunk]$ patch -p0 --dry-run < br2684_route_support.diff patchi

Re: [OpenWrt-Devel] [PATCH] upgrade fuse-2.7.1 to fuse-2.7.3 to fix breakage.

2008-04-01 Thread Florian Fainelli
Hi Robert, Le mardi 1 avril 2008, Robert P. J. Day a écrit : > works fine. i'm baffled. This file works, applied in [10698], thanks ! -- Best regards, Florian Fainelli Email : [EMAIL PROTECTED] http://openwrt.org --- signature.asc Description: This is a digitally

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port

2008-04-01 Thread Harald Schiöberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RHS Linux User wrote: > Hi All, > >I am pretty sure that the OpenWRT is still NOT compiling the Linux > kernel and modules for mips1 when the main menuconfig "Advanced > configuration options (for developers)" "-mips1 -march=r3000 > -mtune=r3000"

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port

2008-04-01 Thread Florian Fainelli
Hello, Here are few things that you might want to check : Le samedi 29 mars 2008, RHS Linux User a écrit : > Hi All, > >I am pretty sure that the OpenWRT is still NOT compiling the Linux > kernel and modules for mips1 when the main menuconfig "Advanced > configuration options (for developers)

[OpenWrt-Devel] [patch] Add vim-full vim-runtime vim-doc targets

2008-04-01 Thread Michael
Here is a patch that adds a vim-full (normal options) target to vim... as well as split out vim-runtime and vim-doc. The vim-runtime could probably be split further into base/ syntax but given that it requires 1.4 M vim-full I'm not too worried. Signed-off-by: Michael Geddes Index: utils/vi