[OpenWrt-Devel] 615E4 image problem

2012-03-11 Thread Liu Yu Fei, Eric
Hi all, I am now trying to flash openwrt on my DIR615-E4 because I am so glad to see that it has its own version instead of 600-A1 now. However, mtd tells me that "Error erasing firmware". And sysupgrade tells me "Invalid image". I have tried all of openwrt-ar71xx-generic-dir-600-a1-squashfs-facto

[OpenWrt-Devel] new package acpid and related kernel modules

2012-03-11 Thread Thomas Heil
Hi, Here is a new package called acpid and a related kernel module kmod-button. Its main pupose is to listen for acpi events and run a user defined script. For now only powerdown is possible. I only tested this under the X86 architecture. Maybe somebody find that useful too. regards. thomas --

Re: [OpenWrt-Devel] [PATCH] BCMA - Find names of non BCM cores

2012-03-11 Thread Hauke Mehrtens
On 03/05/2012 04:50 AM, Nathan Hintz wrote: > Attached is an updated patch for comment. > > 1) Does adding the common section even make sense, if not, I will delete it? > 2) I moved the entries that were obviously ARM or MIPS, are these correct > and are there others that should be moved? > > I i

Re: [OpenWrt-Devel] [PATCH] BCMA - Account for variable PCI memory base/size

2012-03-11 Thread Hauke Mehrtens
On 03/02/2012 06:07 AM, Nathan Hintz wrote: > Signed-off-by: Nathan Hintz > > Index: > target/linux/brcm47xx/patches-3.2/0040-bcma-add-PCIe-host-controller.patch > === > --- > target/linux/brcm47xx/patches-3.2/0040-bcma-add-PCIe-ho

Re: [OpenWrt-Devel] [PATCH v2] BCMA - Reorder SPROM fill

2012-03-11 Thread Hauke Mehrtens
On 03/05/2012 04:20 AM, Nathan Hintz wrote: > The SPROM is initialized in bcm47xx_fill_sprom, so move the call to > bcm47xx_fill_sprom_ethernet after it. > > Changes since v1: > > Redesigned patch to move initialization of sprom from "bcm47xx_fill_sprom" to > calling functions, instead of > reo

[OpenWrt-Devel] Error with action mark on tc add filter

2012-03-11 Thread Dani Camps
Dear all, I want to redirect the incoming data to eth1 into ifb1 and at the same time mark it for further classification in the ifb device. I am using the following instruction: # tc filter add dev eth1 parent : protocol ip prio 1 u32 match u32 0 0 flowid 1:1 action ipt -j MARK --set-mar