[OpenWrt-Devel] [PATCH 1/2] Fix building of rp-pppoe plugin

2013-12-16 Thread Nils Rennebarth
From: Nils Rennebarth The test for the if_pppox.h header file needs to also include linux/in6.h (ipv6 support). Fixes openwrt ticket #13321 Signed-off-by: Nils Rennebarth --- net/rp-pppoe/patches/100-configure.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/

[OpenWrt-Devel] [PATCH 2/2] Fix rp-pppoe linkage

2013-12-16 Thread Nils Rennebarth
From: Nils Rennebarth Do not link against libevent if present on your target. That lib is completely different from the libevent in rp-pppoe. The lib is part of the dependencies, so no -L and -l are necessary anyway. Signed-off-by: Nils Rennebarth --- net/rp-pppoe/patches/110-Makefile.patch |

Re: [OpenWrt-Devel] tl-wr1043nd-v2

2013-12-16 Thread Bastian Bittorf
* Daniel A. Nagy [16.12.2013 10:11]: > I have noticed that the trunk already supports v2 hardware of TP-Link's > TL WR-1043ND router, but attitude adjustment does not. My question is > which patches are the ones responsible for it and whether it is > possible/reasonable to backport them? git log

Re: [OpenWrt-Devel] [PATCH 1/4] [package] uboot-kirkwood: update to 2013.10

2013-12-16 Thread Luka Perkov
Hi Alexander, On Mon, Dec 16, 2013 at 08:54:04AM +0100, Alexander Couzens wrote: > I've tested it the dockstar uboot as well the ubifs commands. > The kirkwood target should depend on target images options include zImage and > include dtb into rootfs. Thank you for testing! Now we only need som

[OpenWrt-Devel] [PATCH] bridge: br_handle_local_finish should not return zero

2013-12-16 Thread Martin Fäcknitz
br_handle_local_finish is called by NF_HOOK after accepting the packet. If the return value of NF_HOOK is zero (i.e. the return value of br_handle_local_finish), the packet is passed to the network stack. This behavior conflicts with netfilter hooks which return NF_STOLEN/NF_QUEUE. In this case, NF

[OpenWrt-Devel] [PATCH] bridge: br_handle_local_finish should not return zero

2013-12-16 Thread Martin Faecknitz
Sorry, wrong line wrap last mail. br_handle_local_finish is called by NF_HOOK after accepting the packet. If the return value of NF_HOOK is zero (i.e. the return value of br_handle_local_finish), the packet is passed to the network stack. This behavior conflicts with netfilter hooks which return N

Re: [OpenWrt-Devel] Testing Sunxi target with cubieboard

2013-12-16 Thread wigyori
2013-12-12 16:19 időpontban Saverio Proto ezt írta: Hello, today I tried to boot the latest trunk with my CubieboardA10, but I cannot boot at all. I followed this guide: http://wiki.openwrt.org/doc/hardware/soc/soc.allwinner.sunxi the most important stuff is: dd if=openwrt-sunxi-Cubieboard-sun

[OpenWrt-Devel] [PATCH v2] [Packages] Rng-tools: add selection between hwrng or urandom.

2013-12-16 Thread José Vázquez Fernández
This patch allow to select between /dev/hwrng and /dev/urandom. Also updates rng-tools to the last version. V2 adds choice in Config.in. Signed off by: José Vázquez Fernández diff --git a/utils/rng-tools/Config.in b/utils/rng-tools/Config.in new file mode 100644 index 000..87cac63 --- /dev

[OpenWrt-Devel] Has something changed the timing of network interface availability during startup?

2013-12-16 Thread Mark Mentovai
It seems that at some point in the last three months (between r37989 and r39097), something about the way network interfaces are brought up changed. Interfaces that were formerly available at a certain point during startup are no longer necessarily available at that point. I first noticed this whe

[OpenWrt-Devel] [PATCH] [packages] ddns-scripts : New DDNS service added to the list of DDNS in OpenWRT, Winco DDNS

2013-12-16 Thread Pedro Paulo de Magalhães Oliveira Junior
Signed-off-by: Pedro Paulo Jr Changes: New DDNS service added to the list of DDNS in OpenWRT - Adding Winco DDNS Service --- net/ddns-scripts/files/usr/lib/ddns/services | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/ddns-scripts/files/usr/lib/ddns/services b/net/ddns-scripts/files/

Re: [OpenWrt-Devel] [PATCH] [packages] ddns-scripts : New DDNS service added to the list of DDNS in OpenWRT, Winco DDNS

2013-12-16 Thread Pedro Paulo de Magalhães Oliveira Junior
Signed-off-by: Pedro Paulo Jr Changes: New DDNS service added to the list of DDNS in OpenWRT - Adding Winco DDNS Service --- net/ddns-scripts/files/usr/lib/ddns/services | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/ddns-scripts/files/usr/lib/ddns/services b/net/ddns-scripts/files/

[OpenWrt-Devel] [PATCH] ath9k: add workaround for AR9331 USB host controller hang with USB1.1 devices

2013-12-16 Thread Michel Stempin
When wifi radio is reset, some bits in (undocumented) USB registers may flip. Patch adds setting them after radio reset (channel change, up/down). With this patch stability of USB1.1 full-speed devices, connected directly to AR9331 host port (no USB2.0 hub) is improved. See "ar9331's usb stabi

[OpenWrt-Devel] [PATCH 4/4] ar71xx: enable images for WD My Net N750

2013-12-16 Thread Felix Kaechele
Now that the switch works correctly we can enable the images for this board. Flashing from the factory firmware, the factory failsafe loader and sysupgrade was tested successfully. Signed-off-by: Felix Kaechele --- target/linux/ar71xx/generic/profiles/wd.mk | 9 + target/linux/ar71xx/im

[OpenWrt-Devel] [PATCH 3/4] ar71xx: fix WD My Net N750 switch led cfg

2013-12-16 Thread Felix Kaechele
Now that the switch is working correctly I had the chance to actually test the LED config. Signed-off-by: Felix Kaechele --- target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips

[OpenWrt-Devel] [PATCH 2/4] ar71xx: enable switch fixup for WD My Net N750

2013-12-16 Thread Felix Kaechele
Signed-off-by: Felix Kaechele --- target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c index 60f68cd..f1635a4 10064

[OpenWrt-Devel] [PATCH 1/4] ar71xx: add option to wake up phys on mdio reset

2013-12-16 Thread Felix Kaechele
The bootloader on the WD My Net N750 disables the ports on it's internal AR8327N switch by powering them down. The stock firmware then brings the ports back up again by starting the auto negotiation process on each port. There is one big disadvantage of this approach: In tests I noticed that PHYs

[OpenWrt-Devel] [PATCH 0/4] Enable switch on WD My Net N750

2013-12-16 Thread Felix Kaechele
Now this should be it. The connection is now successfully negotiated as gigabit and data flow is possible. Pings and data transfer (via scp) over the switch is working. Felix Kaechele (4): ar71xx: add option to wake up phys on mdio reset ar71xx: enable switch fixup for WD My Net N750 ar71xx:

Re: [OpenWrt-Devel] [PATCH 0/4] Enable switch on WD My Net N750

2013-12-16 Thread Steven Haigh
On 17/12/2013 11:12 AM, Felix Kaechele wrote: > Now this should be it. The connection is now successfully negotiated as > gigabit > and data flow is possible. > Pings and data transfer (via scp) over the switch is working. > > Felix Kaechele (4): > ar71xx: add option to wake up phys on mdio res

Re: [OpenWrt-Devel] [PATCH] imx6: ventana: add canbus utils

2013-12-16 Thread Luka Perkov
On Thu, Dec 12, 2013 at 09:32:23AM -0800, Tim Harvey wrote: > Some of the Gateworks Ventana boards have CAN bus support, therefore > we will install the userspace utils. > > Signed-off-by: Tim Harvey > --- > target/linux/imx6/profiles/120-gateworks.mk | 3 ++- > 1 file changed, 2 insertions(+),

Re: [OpenWrt-Devel] [PATCH 3/3] imx6: ventana: add default kernel modules for GSC

2013-12-16 Thread Luka Perkov
On Thu, Dec 12, 2013 at 12:32:11AM -0800, Tim Harvey wrote: > All Gateworks Ventana boards have a Gateworks System Controller > which emulates the following: > - ds1672 RTC > - pca953x GPIO expander > - hardware monitor > - at24 eeprom > > Signed-off-by: Tim Harvey > --- > target/linux/imx6/

Re: [OpenWrt-Devel] [PATCH 2/3] imx6: add rtc feature support

2013-12-16 Thread Luka Perkov
On Thu, Dec 12, 2013 at 12:32:10AM -0800, Tim Harvey wrote: > Signed-off-by: Tim Harvey > --- > target/linux/imx6/Makefile| 2 +- > target/linux/imx6/config-3.10 | 4 > 2 files changed, 5 insertions(+), 1 deletion(-) Applied with minor changes and 3.12 support in r39111. Thanks! Luka _

Re: [OpenWrt-Devel] [PATCH 1/3] kernel: add rtc-ds1672 module support

2013-12-16 Thread Luka Perkov
On Thu, Dec 12, 2013 at 12:32:09AM -0800, Tim Harvey wrote: > Signed-off-by: Tim Harvey > --- > package/kernel/linux/modules/other.mk | 17 + > 1 file changed, 17 insertions(+) Applied in r39110. Thanks! Luka ___ openwrt-devel mailing

[OpenWrt-Devel] [RFC] libgee-0.8: new package

2013-12-16 Thread Luca Dionisi
I request the inclusion of package libgee-0.8. Currently there is a package in feeds for libgee. It is a obsolete release. Its name is libgee-1.0 and the last version is 0.6.4. The new, actively developed versions, have a confusing version number scheme. They are called libgee-0.8 but they are in f