[OpenWrt-Devel] [PATCH][mac80211]b43: REFORMATTED: UPDATED fix for Linksys E1000 V1 GPIOs

2013-01-12 Thread hhm
Here is the patch from https://lists.openwrt.org/pipermail/openwrt-devel/2013-January/018171.html (which itself was an update for https://lists.openwrt.org/pipermail/openwrt-devel/2013-January/018155.html). It is reformatted to apply straight to the OpenWrt tree. Is this the way it is supposed to

[OpenWrt-Devel] [PATCH] [packages] vnstatd: update init script to use latest service functions

2013-01-12 Thread Joe Roback
This is just a simple patch to update vnstatd to use the latest service functions. I didn't see a specific maintainer in the Makefile, so can someone please apply this? Thanks. Signed-off-by: Joe Roback vnstat.init.patch Description: Binary data ___ o

Re: [OpenWrt-Devel] rt2x00: add rt5350 wlan support

2013-01-12 Thread Felix Kaechele
Am 06.01.2013 11:33, schrieb John Crispin: Although I'm not a lawyer, but in my understanding, this does not allows to use that code as a basis for GPL licensed driver. -Gabor 1. https://forum.openwrt.org/viewtopic.php?pid=186188#p186188 i have sent an email to MTK to ask ;) John Any

[OpenWrt-Devel] [PATCH] BCMA - Honor CONFIG_BCMA_DEBUG Kconfig option

2013-01-12 Thread Nathan Hintz
Signed-off-by: Nathan Hintz --- /dev/null +++ target/linux/brcm47xx/patches-3.6/244-bcma-honor-debug-option.patch @@ -0,0 +1,43 @@ +--- a/drivers/bcma/Makefile b/drivers/bcma/Makefile +@@ -10,5 +10,3 @@ + bcma-$(CONFIG_BCMA_HOST_PCI) += host_pci.o + bcma-$(CONFIG_BCMA_HOST_SOC)

[OpenWrt-Devel] [PATCH] BCMA - Change INFO msg to ERR

2013-01-12 Thread Nathan Hintz
Signed-off-by: Nathan Hintz --- /dev/null +++ target/linux/brcm47xx/patches-3.6/243-bcma-change-info-msg-to-err.patch @@ -0,0 +1,11 @@ +--- a/drivers/bcma/driver_chipcommon_sflash.c b/drivers/bcma/driver_chipcommon_sflash.c +@@ -265,7 +265,7 @@ + } while (ret == -EAGAIN && tri

[OpenWrt-Devel] [PATCH,v2] BCMA - Reduce code for MDIO access

2013-01-12 Thread Nathan Hintz
This patch combines the operations of bcma_pcie_mdio_read and bcma_pcie_mdio_write into a single function, for a modest code redution of ~0.2KB. Signed-off-by: Nathan Hintz --- /dev/null +++ target/linux/brcm47xx/patches-3.6/242-bcma-reduce-mdio-ops.patch @@ -0,0 +1,103 @@ +--- a/drivers/bcma/dr

[OpenWrt-Devel] [ANNOUNCE] Flexibity Internet Sensors on Kickstarter!

2013-01-12 Thread Maxim Osipov
Hi Developers! I'm happy to announce that the Flexibity Open Sensors Toolkit is on Kickstarter now! http://www.kickstarter.com/projects/maximosipov/flexibity-internet-sensors We are creating a completely open home wireless sensors platform, based on Contiki OS sensors and OpenWRT routers. The ini

[OpenWrt-Devel] Compiling custom kernel for latest trunk

2013-01-12 Thread darius
Hello, Simple question for those who know. I do 'make kernel_menuconfig' then select some needed features in kernel and then do 'make -j3' in topdir. After image is done, I install it on the router, but my kernel features are still not available. So I suppose I've done something wrong with kernel

Re: [OpenWrt-Devel] [PATCH] BCMA - Update default IRQ assignment per upstream change

2013-01-12 Thread Hauke Mehrtens
On 01/12/2013 08:55 AM, Nathan Hintz wrote: > Update the default IRQ assignment for unrecognized devices per > the upstream change. > > Signed-off-by: Nathan Hintz > > Index: target/linux/brcm47xx/patches-3.6/235-bcma-dont-expose-mips-irq.patch > =

[OpenWrt-Devel] [packages] OpenVPN 2.3.0 released

2013-01-12 Thread Giuseppe De Luca
I don't know how to contact the author "mirko", so I'm posting here. A new version of openvpn is available (now with IPv6 support) and it would be great to have it. Please update it. Changelog: https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23 Download: http://swupdate.openvpn.org/

[OpenWrt-Devel] [PATCHv3] Libjpeg-turbo 1.2.1 Version Bump

2013-01-12 Thread Ian Leonard
The license changed in version 1.2.0 from the wxWindows Library license to the 3-clause BSD license. v2: Corrects licensing information in the Makefile. v3: Extend Copyright to 2013. The 2011 is from the original package submission in Dec. 2011 of libjpeg-turbo to OpenWrt. Signed-off-by: Ian Le

[OpenWrt-Devel] [PATCHv2] Libjpeg-turbo 1.2.1 Version Bump

2013-01-12 Thread Ian Leonard
The license changed in version 1.2.0 from the wxWindows Library license to the 3-clause BSD license. v2: Corrects licensing information in the Makefile. Signed-off-by: Ian Leonard --- Index: libs/libjpeg-turbo/Makefile === --- libs