Re: [OpenWrt-Devel] mtd: #warning Attempt to use kernel headers from user space [was: base-files: preinit scripts issue and mtd-utils package]

2012-10-25 Thread Florian Fainelli
Hi Catalin, On Wednesday 24 October 2012 22:06:58 Catalin Patulea wrote: On Tue, Oct 23, 2012 at 10:10 PM, Catalin Patulea c...@vv.carleton.ca wrote: Have you had luck with your patch on a recent-ish trunk? Ah, my build problem was related to an attempt to build kernel 3.4, which left some

[OpenWrt-Devel] Buildbots: please fix the faulty buildbot nico

2012-10-25 Thread Hannu Nyman
Great that new trunk snapshots have finally started to get built ;-) However, one of the buildbots nico has been failing all its builds since at least early September when I first noticed the issue with it. Looks like nico's faulty build system (?) has not been fixed in the latest

[OpenWrt-Devel] openwrt-atheros-ubnt5-squashfs.bin not generated in openwrt trunk

2012-10-25 Thread Sivateja Patibandla
Hey guys, I've updated my openWRT trunk build environment to the latest release yesterday by make dirclean and svn update. Now I configure and compile the kernel as before. But now the binary file for my Atheros based Ubiquiti device (openwrt-atheros-ubnt5-squashfs.bin) is not being generated.

Re: [OpenWrt-Devel] mtd: #warning Attempt to use kernel headers from user space [was: base-files: preinit scripts issue and mtd-utils package]

2012-10-25 Thread Catalin Patulea
On Thu, Oct 25, 2012 at 5:02 AM, Florian Fainelli flor...@openwrt.org wrote: Sure, something along those lines I suppose: - get rid of the explicit including path of $(LINUX_DIR)/include - use Kbuild to export bcm963xx_tag.h The latter does not seem too easy to do considering where the

[OpenWrt-Devel] [PATCH] Add support for TP-Link WA7510N

2012-10-25 Thread Stefan Helmert
From Stefan Helmert helst_lis...@aol.de It is mostly the same as wr841nd. WLAN and LAN are working. LAN-Led ist working. WLAN signal strength Leds are not working yet. http://wiki.openwrt.org/toh/tp-link/tl-wa7510n?s[]=wa7510n Signed-off-by: Stefan Helmert helst_lis...@aol.de --- Index:

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

2012-10-25 Thread Catalin Patulea
Signed-off-by: Catalin Patulea c...@vv.carleton.ca --- 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 should be easier to update if bcm963xx_tag.h changes