Re: [OpenWrt-Devel] WL500GPv2 USB and 2.6 kernel

2010-02-23 Thread Michael Conrad
Hi, I have a Asus WL500GPv2 and i would like to use its USB with 2.6 kernel. I had the same problem last November and sent a mail to the platform maintainers. No helpful response received Maybe this time we will find a solution. I'm a bit astonished about your November reference. On my s

Re: [OpenWrt-Devel] WL500GPv2 USB and 2.6 kernel

2010-02-23 Thread Andreas Mohr
Hi, On Wed, Feb 24, 2010 at 12:15:34AM +0100, openwrt-devel-requ...@lists.openwrt.org wrote: > Message: 5 > Date: Tue, 23 Feb 2010 22:28:01 +0100 > From: Michael Conrad > To: OpenWrt Development List > Subject: Re: [OpenWrt-Devel] WL500GPv2 USB and 2.6 kernel > Message-ID: <4b844861.6020...@apr

[OpenWrt-Devel] [PATCH]: block-mount, block-extroot

2010-02-23 Thread Daniel Dickinson
Based on discussion, for block-mount: * I have changed the references to /etc/fstab to point to /tmp/fstab (which is what is currently defined as the symlink from /etc/fstab). * I have removed the commented out code for the anonymous fsck functions, because they won't work until blkid returns fsty

[OpenWrt-Devel] kernel 2.6.32.9 update patch

2010-02-23 Thread Peter Wagner
kernel 2.6.32.9 update patch diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 5f05cf8..9909bc0 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -17,8 +17,8 @@ endif ifeq ($(LINUX_VERSION),2.6.31.12) LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad61

Re: [OpenWrt-Devel] WL500GPv2 USB and 2.6 kernel

2010-02-23 Thread Bernhard Loos
2010/2/23 Michael Conrad : > Hi, > >> I have a Asus WL500GPv2 and i would like to use its USB with 2.6 kernel. > > I had the same problem last November and sent a mail to the platform > maintainers. No helpful response received > > Maybe this time we will find a solution. > > > Regards > >    M

[OpenWrt-Devel] Missing 2.6.32 config symbols

2010-02-23 Thread Matthias Buecher / Germany
target/linux/generic-2.6/config-2.6.32 # CONFIG_CRYPTO_DEV_MV_CESA is not set # CONFIG_MMC_MVSDIO is not set # CONFIG_ORION_WATCHDOG is not set target/linux/orion/config-default # CONFIG_MACH_BIGDISK is not set # CONFIG_MACH_D2NET is not set # CONFIG_MACH_NET2BIG is not set Would be great if some

Re: [OpenWrt-Devel] Sysupgrade and uci-defaults

2010-02-23 Thread Daniel Dickinson
Just a ping on thoughts on this. On Thu, 2009-06-25 at 14:19 +0200, Frédéric Moulins wrote: > Hello, > > while testing the atheros sysupgrade hack proposed by JoW, I found out > an unexpected behaviour. > > '/etc/uci-defaults/*' scripts are applied in '/etc/init.d/boot', > _after_ '/etc/preinit'

Re: [OpenWrt-Devel] WL500GPv2 USB and 2.6 kernel

2010-02-23 Thread Steve Brown
On 2/23/2010 6:45 AM, Kövesdi György wrote: Hi, I have a Asus WL500GPv2 and i would like to use its USB with 2.6 kernel. I downloaded the recent version of openwrt-brcm-2.4- squashfs.trx and everything works well, including the USB. The recent version of openwrt-brcm47xx-squashfs.trx (2.6 kerne

Re: [OpenWrt-Devel] WL500GPv2 USB and 2.6 kernel

2010-02-23 Thread Michael Conrad
Hi, I have a Asus WL500GPv2 and i would like to use its USB with 2.6 kernel. I had the same problem last November and sent a mail to the platform maintainers. No helpful response received Maybe this time we will find a solution. Regards Micha ___

[OpenWrt-Devel] [PATCH] block-extroot: the next iteration

2010-02-23 Thread Daniel Dickinson
Here's the block-extroot, still without the scripts for configuration, but working for a manual done configuration. It * No longer has a /etc/config/extroot at all * depends on block-mount to find and mount the rootfs, via the ability add the option is_rootfs to a mount section of /etc/config/fst

Re: [OpenWrt-Devel] WL500GPv2 USB and 2.6 kernel

2010-02-23 Thread Andres Aguirre
I have the same problem with an asus wl500gu wich have similar hardware. regards 2010/2/23 Kövesdi György > Hi, > > I have a Asus WL500GPv2 and i would like to use its USB with 2.6 kernel. > > I downloaded the recent version of openwrt-brcm-2.4- > squashfs.trx and everything works well, includin

Re: [OpenWrt-Devel] Compiling outside of buildroot

2010-02-23 Thread David Farrell
>> b) You realize that cross-compiling an external kernel module is much >>> easier with OpenWrt, and simply copy a package dir like >>> package/spi-ks8995 and adjust it for your own kernel module, then run >>> make oldconfig and then run make package//compile V=99 ;) >> Yes, it is easy to create

[OpenWrt-Devel] WL500GPv2 USB and 2.6 kernel

2010-02-23 Thread Kövesdi György
Hi, I have a Asus WL500GPv2 and i would like to use its USB with 2.6 kernel. I downloaded the recent version of openwrt-brcm-2.4- squashfs.trx and everything works well, including the USB. The recent version of openwrt-brcm47xx-squashfs.trx (2.6 kernel) does not identify the USB system at all. I

Re: [OpenWrt-Devel] [PATCH] block-mount with fix for extroot

2010-02-23 Thread Daniel Dickinson
I modified this slightly to add something I forgot I needed for extroot. Namely the returning of the rootfs mount target, when we are searching for a rootfs in mount_by_section. -- And that's my crabbing done for the day. Got it out of the way early, now I have the rest of the afternoon to snif