[OpenWrt-Devel] [RFD][ar71xx] Custom extra mtd partition in mtd_layout

2012-10-31 Thread Daniel Dickinson
Hi all, I have a client that is carrying around some patches again image Makefile because of custom mtd layouts. Basically they have an extra mtd partition (stealing from rootfs) for data that is persistent across firstboot. My request for discussion, is to see what kinds of things would be reas

Re: [OpenWrt-Devel] [PATCH] Fix/Enable OpenWrt External Toolchain Building ImageBuilder and SDK (and have them work)

2012-10-31 Thread Daniel Dickinson
This version is based against trunk as of now and fixes the SDK tarball name. The following patch both fixes using an openwrt external toolchain (that is in menuconfig using the option to build a toolchain, and feeding that back into another openwrt build as an external toolchain, which if you're

Re: [OpenWrt-Devel] [PATCH] Fix/Enable OpenWrt External Toolchain Building ImageBuilder and SDK (and have them work)

2012-10-31 Thread Daniel Dickinson
This version is based against trunk as of now and fixes the SDK tarball name. The following patch both fixes using an openwrt external toolchain (that is in menuconfig using the option to build a toolchain, and feeding that back into another openwrt build as an external toolchain, which if you're

[OpenWrt-Devel] Kernel module debugging with KGDB

2012-10-31 Thread Sivateja Patibandla
Hey Guys, I was trying to fix a kernel panic caused by a kernel module. I know which module is causing it and it is mac80211 module. I got the kernel_menuconfig and menuconfig setup right. And now I'm able to debug the kernel, but not the kernel module. How do I let the gdb know about kernel modul

Re: [OpenWrt-Devel] [PATCH] Fix/Enable OpenWrt External Toolchain Building ImageBuilder and SDK (and have them work)

2012-10-31 Thread Daniel Dickinson
Oh, one thing I forgot was to rebase against trunk. This is based on a version of attitude_adjustment a few days to a week or two ago. On 01/11/2012 12:49 AM, Daniel Dickinson wrote: > Hi all, > > The following patch both fixes using an openwrt external toolchain > (that is in menuconfig using

[OpenWrt-Devel] [PATCH] Fix/Enable OpenWrt External Toolchain Building ImageBuilder and SDK (and have them work)

2012-10-31 Thread Daniel Dickinson
Hi all, The following patch both fixes using an openwrt external toolchain (that is in menuconfig using the option to build a toolchain, and feeding that back into another openwrt build as an external toolchain, which if you're not constantly following every commit in trunk (or to a certain exten

Re: [OpenWrt-Devel] [PATCH] [brcm36xx] export bcm963xx_tag.h to userspace so that mtd can use it without warning

2012-10-31 Thread Catalin Patulea
Ping? On Fri, Oct 26, 2012 at 12:13 AM, Catalin Patulea wrote: > > Signed-off-by: Catalin Patulea > --- > Unlikely myloader.h, bcm963xx_tag.h was already in the kernel tree, so to move > it, I didn't want to have the patch remove it and to add it through files - so > the patch does both. It shou

[OpenWrt-Devel] Defconfig & menuconfig are broken since 34043 ?

2012-10-31 Thread Hannu Nyman
Bug tracker is again down, so I am sending this to the mailing list. Recent check-in 34043 seems to have broken defconfig and menuconfig in trunk for me (after a make dirclean). Same probably for the backport to Attitude Adjustment, but I haven't checked that. Changeset: http://nbd.name/gitwe

Re: [OpenWrt-Devel] [PATCH v3] cns3xxx: move PCIe init to subsys init call

2012-10-31 Thread Imre Kaloz
Tim, On Wed, 31 Oct 2012 19:28:41 +0100, Tim Harvey wrote: ARM Linux PCI/PCIe hardware intialization needs to occur before device_init as it does not support hotplug. I have modeled the cns3xxx PCIe init after other ARM platforms. Registering it early resolves resource issues occurin

[OpenWrt-Devel] [PATCH] Add ledtrig-oneshot module for 3.6 kernels

2012-10-31 Thread Roman A. aka BasicXP
This patch adds a package for the ledtrig-oneshot module, available in 3.6 and later. Signed-off-by: Roman A. aka BasicXP -- Index: package/kernel/modules/leds.mk === --- package/kernel/modules/leds.mk (revision 34026) +++ pac

Re: [OpenWrt-Devel] Power PC and the USB serial interface function for the FTDI type serial port?

2012-10-31 Thread Andreas Mohr
Hi, On Wed, Oct 31, 2012 at 12:00:01PM +0100, openwrt-devel-requ...@lists.openwrt.org wrote: > Date: Tue, 30 Oct 2012 17:48:48 -0700 > From: John Clark > > Has anyone used OpenWRT Linux 3.3.8 kernel, and the included FTDI serial port > interface driver with the Power PC. > > I suspect there a

[OpenWrt-Devel] [PACKAGE] libmysqlclient build broken since last mysql patch

2012-10-31 Thread shazz
Hi, Since the last night update, using EGLIBC libmysqlclient doesn't build anymore due to a dependency to uclibc: cp -fpR /var/www/LOG/openwrt/tpl703n/trunk/build_dir/target-mips_r2_eglibc-2.16/mysql-5.1.53/ipkg-install/usr/lib/mysql/libmysqlclient.so.* /var/www/LOG/openwrt/tpl703n/trunk/build_d

[OpenWrt-Devel] [PATCH v3] cns3xxx: move PCIe init to subsys init call

2012-10-31 Thread Tim Harvey
ARM Linux PCI/PCIe hardware intialization needs to occur before device_init as it does not support hotplug. I have modeled the cns3xxx PCIe init after other ARM platforms. Registering it early resolves resource issues occuring during bus enumeration that occur when a device driver is linked stati

Re: [OpenWrt-Devel] [PATCH] ramips: perform vlan-migration from eth0.1 to eth0 if ESW is disabled

2012-10-31 Thread Daniel Golle
I wasn't quite sure if I should hardcode "lan" as an interface name or just config_load network config_foreach ... and replace eth0.1 with eth0, so we also catch cases where the user might have renamed lan to something else... If anyone thinks that might be a good idea, I'll implement it, otherwise

[OpenWrt-Devel] [PATCH] ramips: perform vlan-migration from eth0.1 to eth0 if ESW is disabled

2012-10-31 Thread Daniel Golle
[please apply to both, trunk and AA] Since r33305 the embedded switch is disabled for some boards. This causes sysupgrade to make the device inaccessible when coming from a version before r33305 as the switch is then disabled, but the kept network settings still refer to eth0.1. Signed-off-by: Da

[OpenWrt-Devel] [PATCH 2/2][BCM63XX][KERNEL 3.6] Enable endian check support for ath9k pci fixup.

2012-10-31 Thread Álvaro Fernández Rojas
Some ath9k caldatas need to be "endian checked". This patch allows selecting wether to enable endian check or not. Endian check is disabled by default. Signed-off-by: Álvaro Fernández Rojas --- Kernel 3.6 diff --git a/target/linux/brcm63xx/patches-3.6/444-BCM63XX-add-endian-check-for-ath9k.patch

[OpenWrt-Devel] [PATCH 1/2][BCM63XX][KERNEL 3.3] Enable endian check support for ath9k pci fixup.

2012-10-31 Thread Álvaro Fernández Rojas
Some ath9k caldatas need to be "endian checked". This patch allows selecting wether to enable endian check or not. Endian check is disabled by default. Signed-off-by: Álvaro Fernández Rojas --- Kernel 3.3 diff --git a/target/linux/brcm63xx/patches-3.3/444-BCM63XX-add-endian-check-for-ath9k.patch