[OpenWrt-Devel] [PATCH] ar71xx: ZyXEL NBG6716 rfkill switch fix

2015-02-13 Thread Marcin Mikolajczak
ZyXEL NBG6716 rfkill is a switch, not a button. Signed-off-by: Marcin Mikolajczak gr4ffy at gmail.com --- Index: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c === ---

[OpenWrt-Devel] [PATCH] Retry 6rd if wan is down

2015-02-13 Thread Daniel Gimpelevich
Currently, if you have dual WAN and the link needed for 6rd is down, it just silently fails. This patch makes it retry in case the link comes up. Signed-off-by: Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us --- a/package/network/ipv6/6rd/files/6rd.sh (revision 44437) +++

[OpenWrt-Devel] [PATCH] ppp: Allow PPTP over a specified interface

2015-02-13 Thread Daniel Gimpelevich
In a dual-WAN setup, it's useful to specify an interface over which to have PPTP. Signed-off-by: Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us --- a/package/network/services/ppp/files/ppp.sh (revision 44437) +++ b/package/network/services/ppp/files/ppp.sh (working copy) @@ -181,6

[OpenWrt-Devel] [PATCH v2] ppp: Allow PPTP over a specified interface

2015-02-13 Thread Daniel Gimpelevich
On Fri, 13 Feb 2015 10:18:47 +, Daniel Gimpelevich wrote: In a dual-WAN setup, it's useful to specify an interface over which to have PPTP. Whoops, sent an out-of-date patch by mistake. Here's the real one. Signed-off-by: Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us ---

Re: [OpenWrt-Devel] [PATCH] hostapd: backport BSSID black/whitelists

2015-02-13 Thread John Crispin
this one is ok, just pulled it into my tree On 11/02/2015 18:42, Stefan Tomanek wrote: Dies schrieb John Crispin (blo...@openwrt.org): Any more feedback regarding both patches? still on my todo, sorry for the delay it'll take a few more days till i can go over all the hostapd patches in

Re: [OpenWrt-Devel] [PATCH] hostapd: Add client association log file

2015-02-13 Thread John Crispin
nak on this one as it was rejected upstream aswell On 21/01/2015 14:59, Stefan Tomanek wrote: This change adds the configuration option assoc_log_file to hostapd, making it possible to specify a log file to which clients joining and parting the corresponding BSS are written. Every BSS can

Re: [OpenWrt-Devel] [PATCH 3/3] netifd: Set interface device config when device has old settings

2015-02-13 Thread Felix Fietkau
On 2015-02-13 18:58, Hans Dedecker wrote: On Fri, Feb 13, 2015 at 2:57 AM, Felix Fietkau n...@openwrt.org wrote: On 2015-02-13 03:41, Hans Dedecker wrote: If interface device settings are removed in UCI they were not removed in the device settings; calling device_set_config when device

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-13 Thread Sylwester Petela
PCI works, I have one more issue (present from 3.14 kernel) , unit will hang (without any errors in console output) when trying to reboot from cli/luci, but only when dsl_control is started at boot, without attached line or with dsl_control excluded from running on boot, everything works ok,

Re: [OpenWrt-Devel] [PATCH 3/5] generic: improve kexec support of MIPS.

2015-02-13 Thread Yousong Zhou
On 12 February 2015 at 19:59, John Crispin blo...@openwrt.org wrote: Hi, found something while merging the patches. see below ... On 10/02/2015 13:10, Yousong Zhou wrote: - Allow --command-line parameters of kexec-tools be parsed and used by the kernel. - For malta machine, mark

Re: [OpenWrt-Devel] looking for a tl-wdr4900 tester

2015-02-13 Thread Bastian Bittorf
* John Crispin blo...@openwrt.org [13.02.2015 08:14]: Is there any testing procedure I should follow? Do we have some kind of tests I don't know of? i wish i had. best if you flash the image, see if wifi and ethernet work, thats the best we can do right now i guess :-) i'am working on

Re: [OpenWrt-Devel] [PATCH] brcm2708-gpu-fw: revert to github releases, adapt to bcm2708 target changes and add back InstallDev

2015-02-13 Thread Álvaro Fernández Rojas
I think they don't want to split the firmware: https://github.com/raspberrypi/firmware/issues/362 So I forked the repo and removed the unneeded files from git history: https://github.com/openwrt-es/raspberrypi-firmware Now the downloaded files are ~4MB:

Re: [OpenWrt-Devel] [PATCH] Retry 6rd if wan is down

2015-02-13 Thread Daniel Gimpelevich
On Fri, 13 Feb 2015 20:09:40 +0800, Yousong Zhou wrote: A wild guess is that `return 1` or `exit 1` should do the trick. yousong No, the return value is ignored. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] Freifunk GSoC 2015 - Participation and Ideas List

2015-02-13 Thread Andreas Bräu
FYI: We're looking for ideas for Google Summer of Code 2015: Dear all, Freifunk is again applying as a mentor org for GSoC. If you would like to participate in the 2015 program under the Freifunk umbrella, please add your ideas in the wiki before January 20: http://wiki.freifunk.net/Ideas It

Re: [OpenWrt-Devel] [PATCH] brcm2708-gpu-fw: revert to github releases, adapt to bcm2708 target changes and add back InstallDev

2015-02-13 Thread Álvaro Fernández Rojas
Here's another solution: We tag releases on a forked repository and we upload tar files to Github with only the files we need: https://github.com/openwrt-es/raspberrypi-firmware/releases/tag/20150213 This way the downloaded files are ~4MB: https://github.com/openwrt-es/raspberrypi-firmware

Re: [OpenWrt-Devel] wiki.openwrt.org uses an invalid security certificate / expired on 12.2.2015 17:18

2015-02-13 Thread phadros
On 02/12/2015 08:55 PM, Hannu Nyman wrote: Firefox and IE give error on https connection to wiki: wiki.openwrt.org uses an invalid security certificate. The certificate is not trusted because no issuer chain was provided. The certificate is only valid for subsignal.org The certificate

Re: [OpenWrt-Devel] wiki.openwrt.org uses an invalid security certificate / expired on 12.2.2015 17:18

2015-02-13 Thread phaidros
On 02/13/2015 07:15 PM, phadros wrote: On 02/12/2015 08:55 PM, Hannu Nyman wrote: Firefox and IE give error on https connection to wiki: wiki.openwrt.org uses an invalid security certificate. The certificate is not trusted because no issuer chain was provided. The certificate is only valid

[OpenWrt-Devel] [PATCH] BB : kirkwood : Seagate GoFlex Net Board Name and cleanup

2015-02-13 Thread L. D. Pinney
Add the diag.sh file for failsafe LEDs. Cleanup uci-defaults for network and LEDs. Sets the fault LEDs in uci-defaults to off Add the GoFlex Net Board Name Remove kmod-rtc-marvell from default packages, as the GoFlex net does not have a Real Time Clock. Signed-off-by: L. D. Pinney

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-13 Thread Daniel Gimpelevich
On Fri, 13 Feb 2015 09:23:16 +0100, Sylwester Petela wrote: PCI works, I have one more issue (present from 3.14 kernel) , unit will hang (without any errors in console output) when trying to reboot from cli/luci, but only when dsl_control is started at boot, without attached line or with

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-13 Thread John Crispin
look at /proc/cpuinfo please and tell us how many bogomips are reported On 13/02/2015 19:32, Daniel Gimpelevich wrote: On Fri, 13 Feb 2015 09:23:16 +0100, Sylwester Petela wrote: PCI works, I have one more issue (present from 3.14 kernel) , unit will hang (without any errors in console

Re: [OpenWrt-Devel] looking for a tl-wdr4900 tester

2015-02-13 Thread Bastian Bittorf
* John Crispin blo...@openwrt.org [13.02.2015 20:03]: i have not even pushed my patches yet. i can send you an image to test if you want sorry, i see - i simply changed the kernel-version without seeing, that the 3.18 patches are not in yet for this platform i'am ready for testing and have a

[OpenWrt-Devel] [PATCH] b53: Allow to enable/disable port protection for b53 switch

2015-02-13 Thread Alexandru Ardelean
From: Helmut Schaa helmut.sc...@googlemail.com Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- .../generic/files/drivers/net/phy/b53/b53_common.c | 44 ++ .../generic/files/drivers/net/phy/b53/b53_priv.h | 1 + .../generic/files/drivers/net/phy/b53/b53_regs.h

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-13 Thread Daniel Gimpelevich
On Fri, 13 Feb 2015 19:43:32 +0100, John Crispin wrote: look at /proc/cpuinfo please and tell us how many bogomips are reported system type : AR9 rev 1.2 machine : DGN3500 - Netgear DGN3500 processor : 0 cpu model : MIPS 34Kc V4.12 BogoMIPS

[OpenWrt-Devel] Initial support for Mikrotik mAP2n and Mikrotik cAP2n

2015-02-13 Thread David Hutchison
I just got the mAP2n and cAP2n to boot from the flash chip into OpenWRT :-) I need some assistance generating an official patch. You have to make some changes to yaffs and I don't know if this is an acceptable approach. This is however the only way I could get RouterBOOT to find the kernel.

[OpenWrt-Devel] [PATCH] brcm2708: add kmod-hwmon-bcm2835 support and more missing symbols

2015-02-13 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- target/linux/brcm2708/config-3.18 | 2 ++ target/linux/brcm2708/modules.mk | 16 2 files changed, 18 insertions(+) diff --git a/target/linux/brcm2708/config-3.18 b/target/linux/brcm2708/config-3.18 index

Re: [OpenWrt-Devel] [PATCH] Retry 6rd if wan is down

2015-02-13 Thread Yousong Zhou
On 13 February 2015 at 17:05, Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us wrote: Currently, if you have dual WAN and the link needed for 6rd is down, it just silently fails. This patch makes it retry in case the link comes up. Signed-off-by: Daniel Gimpelevich