[OpenWrt-Devel] [PATCH] BB : ramips : Backport for Kingston MLWG2

2015-01-25 Thread L. D. Pinney
Backport r43990 to Barrier Breaker. http://wiki.openwrt.org/toh/kingston/mlwg2 Signed-off-by: L. D. Pinney target/linux/ramips/base-files/etc/diag.sh | 3 +++ target/linux/ramips/base-files/etc/uci-defaults/01_leds| 4 +++ target/linux/ramips/base-files/etc/uci-defaults

Re: [OpenWrt-Devel] [PATCH] mac80211: Add some missing 802.11n capabilities to hostapd configuration

2015-01-25 Thread Felix Fietkau
On 2015-01-25 04:45, Robert Hancock wrote: > Add some missing 802.11n capabilities to the hostapd ht_capab string when > supported by the hardware: Spatial Multiplexing Power-Save, > Delayed Block Ack, and 7935-byte AMSDUs. > > Signed-off-by: Robert Hancock No driver actually does Delayed Block A

[OpenWrt-Devel] [PATCH] uboot-lantiq: fix P-2812HNU-F1/3 package dependency

2015-01-25 Thread Antti Seppälä
After r43987 TARGET_lantiq_xrx200_P2812HNUFX does not exist anymore. Fix empty menuconfig bootloader selection by making u-boot depend on one of the new target profiles. Signed-off-by: Antti Seppälä --- package/boot/uboot-lantiq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [OpenWrt-Devel] [PATCH 1/3] kirkwood: drop port-based VLAN setup

2015-01-25 Thread Luka Perkov
Hi Claudio, On Fri, Jan 23, 2015 at 08:27:42PM -0500, Claudio Leite wrote: > Using port-based VLANs depends on a non-standard > swconfig parameter, which compilcates things like > LuCI that don't know about it. This patch changes > the default to use 802.1q VLANs internally in the > switch, but wi

Re: [OpenWrt-Devel] [PATCH 2/3] kirkwood: fix EA3500 ubi options

2015-01-25 Thread Luka Perkov
Hi Claudio, On Fri, Jan 23, 2015 at 08:27:43PM -0500, Claudio Leite wrote: > Previous options resulted in a nonfunctional image. > > Signed-off-by: Claudio Leite > --- > target/linux/kirkwood/profiles/115-router.mk | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied in r44123.

Re: [OpenWrt-Devel] [PATCH 3/3] kirkwood: enable swconfig by default on EA3500

2015-01-25 Thread Luka Perkov
Hi Claudio, On Fri, Jan 23, 2015 at 08:27:44PM -0500, Claudio Leite wrote: > Signed-off-by: Claudio Leite > --- > target/linux/kirkwood/profiles/115-router.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied in r44124. Thank you! Luka

Re: [OpenWrt-Devel] [PATCH] kirkwood: add wpad-mini to guruplug profile

2015-01-25 Thread Luka Perkov
Hi Nathan, On Fri, Jan 23, 2015 at 09:20:01PM -0800, Nathan Hintz wrote: > Signed-off-by: Nathan Hintz > --- > target/linux/kirkwood/profiles/120-plug.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied in r44125. Thank you! Luka ___ o

Re: [OpenWrt-Devel] [PATCH] uboot-lantiq: fix P-2812HNU-F1/3 package dependency

2015-01-25 Thread Sylwester Petela
W dniu 2015-01-25 o 13:52, Antti Seppälä pisze: > After r43987 TARGET_lantiq_xrx200_P2812HNUFX does not exist anymore. > Fix empty menuconfig bootloader selection by making u-boot depend on > one of the new target profiles. > > Signed-off-by: Antti Seppälä > --- > package/boot/uboot-lantiq/Makef

[OpenWrt-Devel] [RFC PATCH 0/3] hostapd: add 802.11r support

2015-01-25 Thread Stijn Tintel
This patch series adds support for fast BSS transition (802.11r) to hostapd. Only tested association with ath9k client on ath9k AP with netifd. Changes to hostapd.sh are untested. https://dev.openwrt.org/ticket/13187 Stijn Tintel (3): hostapd: append nasid to config for all WPA types hostapd:

[OpenWrt-Devel] [RFC PATCH 2/3] hostapd: allow multiple key management algorithms

2015-01-25 Thread Stijn Tintel
To enable 802.11r, wpa_key_mgmt should contain FT-EAP or FT-PSK. Allow multiple key management algorithms to make this possible. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/files/hostapd.sh | 6 -- package/network/services/hostapd/files/netifd.sh | 6 -- 2 files cha

[OpenWrt-Devel] [RFC PATCH 1/3] hostapd: append nasid to config for all WPA types

2015-01-25 Thread Stijn Tintel
The 802.11r implementation in hostapd uses nas_identifier as PMK-R0 Key Holder identifier. As 802.11r can also be used with WPA Personal, nasid should be appended to the hostapd config for all WPA types. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/files/hostapd.sh | 8 ++

[OpenWrt-Devel] [RFC PATCH 3/3] hostapd: add 802.11r support

2015-01-25 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/services/hostapd/files/hostapd.sh | 29 ++ package/network/services/hostapd/files/netifd.sh | 37 ++- 2 files changed, 65 insertions(+), 1 deletion(-) diff --git a/package/network/services/hostapd/files/hostapd.

Re: [OpenWrt-Devel] [PATCH 3/9] kernel: Allow ubi autoattach to run on NOR flash

2015-01-25 Thread Maxime Ripard
Hi, On Fri, Jan 23, 2015 at 01:57:44PM +0100, Imre Kaloz wrote: > On Thu, 22 Jan 2015 11:33:14 +0100, Maxime Ripard > wrote: > > >Hi, > > > >On Wed, Jan 14, 2015 at 01:37:37PM +0100, Maxime Ripard wrote: > >>On Wed, Jan 14, 2015 at 12:43:25PM +0100, Rafał Miłecki wrote: > >>> On 13 January 2015

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2015-01-25 Thread Weedy
On Wed, Dec 17, 2014 at 1:48 PM, Heiner Kallweit wrote: > Ticket 18415 was closed as it was confirmed that as at least version >=43419 > is ok. > (I assume 43410 fixed the issue.) Therefore current trunk should be ok. > > However if you want to check further what the actual root cause was: > -> R

[OpenWrt-Devel] [PATCH V3 1/5] brcm63xx: add basic-mmio-gpio DT support

2015-01-25 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm63xx/patches-3.14/374-GPIO-generic-pdata-add-label-backport.patch b/target/linux/brcm63xx/patches-3.14/374-GPIO-generic-pdata-add-label-backport.patch new file mode 100644 index 000..cba5a0a --- /dev/null +++ b/target/

[OpenWrt-Devel] [PATCH V3 2/5] brcm63xx: prefer DT GPIOs over legacy

2015-01-25 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm63xx/patches-3.14/377-DT-GPIO-over-legacy.patch b/target/linux/brcm63xx/patches-3.14/377-DT-GPIO-over-legacy.patch new file mode 100644 index 000..f56c8ca --- /dev/null +++ b/target/linux/brcm63xx/patches-3.14/377-DT-GPIO

[OpenWrt-Devel] [PATCH V3 5/5] brcm63xx: register GPIOs through DT

2015-01-25 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm63xx/config-3.14 b/target/linux/brcm63xx/config-3.14 index dd27f47..a5c1721 100644 --- a/target/linux/brcm63xx/config-3.14 +++ b/target/linux/brcm63xx/config-3.14 @@ -76,7 +76,10 @@ CONFIG_GENERIC_IRQ_SHOW=y CONFIG_GENERIC_P

[OpenWrt-Devel] [PATCH V3 3/5] brcm63xx: backport DT spi-gpio no CS

2015-01-25 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm63xx/patches-3.14/378-DT-SPI-GPIO-no-cs-backport.patch b/target/linux/brcm63xx/patches-3.14/378-DT-SPI-GPIO-no-cs-backport.patch new file mode 100644 index 000..57b66eb --- /dev/null +++ b/target/linux/brcm63xx/patches-3

[OpenWrt-Devel] [PATCH V3 4/5] brcm63xx: refresh patches

2015-01-25 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm63xx/patches-3.14/320-irqchip-add-support-for-bcm6345-style-periphery-irq-.patch b/target/linux/brcm63xx/patches-3.14/320-irqchip-add-support-for-bcm6345-style-periphery-irq-.patch index 2fd1568..8219c98 100644 --- a/targe

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2015-01-25 Thread Heiner Kallweit
To me it doesn't look like an issue with the AR8216 driver. All related output is ok. The hardware is quite common and in case of a driver issue I would expect much more people to complain. What looks a little strange to me is that there seem to be two interfaces (modem + wan) fiddling with eth

[OpenWrt-Devel] [PATCH v2] mac80211: Add some missing 802.11n capabilities to hostapd configuration

2015-01-25 Thread Robert Hancock
Add some missing 802.11n capabilities to the hostapd ht_capab string when supported by the hardware: Spatial Multiplexing Power-Save and 7935-byte AMSDUs. Signed-off-by: Robert Hancock --- package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 11 +++ 1 file changed, 11 insertio

Re: [OpenWrt-Devel] [PATCH] uboot-lantiq: fix P-2812HNU-F1/3 package dependency

2015-01-25 Thread Antti Seppälä
On 25 January 2015 at 16:17, Sylwester Petela wrote: > W dniu 2015-01-25 o 13:52, Antti Seppälä pisze: >> After r43987 TARGET_lantiq_xrx200_P2812HNUFX does not exist anymore. >> Fix empty menuconfig bootloader selection by making u-boot depend on >> one of the new target profiles. >> >> Signed-off

Re: [OpenWrt-Devel] [PATCH 3/9] kernel: Allow ubi autoattach to run on NOR flash

2015-01-25 Thread Imre Kaloz
Hi, On Sun, 25 Jan 2015 18:06:03 +0100, Maxime Ripard wrote: Sure, but please implement UBI on NOR as a generic solution. What do you mean? It already works quite well (with that patch applied and the NOR sub-profile), so I'm not sure I have to implement anything, be it generic or not.

Re: [OpenWrt-Devel] How to enable EARLY_PRINTK by default on ARM target?

2015-01-25 Thread Florian Fainelli
Le 14/01/2015 22:54, Rafał Miłecki a écrit : > I wanted bcm53xx kernels to be compiled with EARLY_PRINTK by default. > This is safe, we enable "earlyprintk" using bootargs on tested devices > only. > > So I have config option enabled in default configs: >> grep EARLY_PRINTK target/linux/bcm53xx/co

Re: [OpenWrt-Devel] Wiki upload rights

2015-01-25 Thread valent.turko...@gmail.com
Any ideas why is this happening with my account? Can you please check user rights for wiki account "valentt" Thanks. On Mon, Jan 19, 2015 at 8:15 PM, valent.turko...@gmail.com < valent.turko...@gmail.com> wrote: > Well, it is strange, but check out this message: > http://i.imgur.com/2NbQBxc.png

Re: [OpenWrt-Devel] Wiki upload rights

2015-01-25 Thread valent.turko...@gmail.com
Hmm, it looks like when I'm editing wiki page then probably I'm in "root" folder and there I don't have permissions to upload images, but then I choose from my account page to upload to some other folder I can upload. Check out screenshots: http://i.imgur.com/RbIxKsG.png http://i.imgur.com/tz51VHE

Re: [OpenWrt-Devel] How to enable EARLY_PRINTK by default on ARM target?

2015-01-25 Thread Rafał Miłecki
On 25 January 2015 at 21:08, Florian Fainelli wrote: > Le 14/01/2015 22:54, Rafał Miłecki a écrit : >> I wanted bcm53xx kernels to be compiled with EARLY_PRINTK by default. >> This is safe, we enable "earlyprintk" using bootargs on tested devices >> only. >> >> So I have config option enabled in d

Re: [OpenWrt-Devel] Wiki upload rights

2015-01-25 Thread valent.turko...@gmail.com
Who is Mediawiki admin? Somebody was messing about media namespaces and blocked some namespaces so that they don't have permission to accept uploaded images. For example "toh:tplink" namespace - http://i.imgur.com/quWSV4L.png On Sun, Jan 25, 2015 at 10:00 PM, valent.turko...@gmail.com < valent.tu

Re: [OpenWrt-Devel] Wiki upload rights

2015-01-25 Thread Jo-Philipp Wich
Hi. As I already wrote three weeks ago, upload into the media namespace. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] ralink: fix USB host function for Intenso M2M

2015-01-25 Thread Christian Lamparter
The ubootloader of the M2M sets the reset bits for both USB device and USB host during initialization (to save a few mA of power during boot). However, for the usb<->sata bridge to be properly detected, it is necessary to clear both reset bits as otherwise the kernel logs will just be filled with:

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2015-01-25 Thread Weedy
On Jan 25, 2015 1:06 PM, "Heiner Kallweit" wrote: > > To me it doesn't look like an issue with the AR8216 driver. All related output is ok. > The hardware is quite common and in case of a driver issue I would expect much more > people to complain. > > What looks a little strange to me is that ther

Re: [OpenWrt-Devel] [PATCH 0/9] mvebu: Fix flash support and support for A38x

2015-01-25 Thread SGT. Garcia
On Jan 13 16:56 +0100, Maxime Ripard wrote: > Hi, why you have Mail on your computer setup, just use that. if you must have the passwd use the keychain program on your computer: Applicatons > Utilities > Keychain and search for '5665'any news from Stephanie?

[OpenWrt-Devel] [PATCH] kernel: add support for NFSv4

2015-01-25 Thread W. Michael Petullo
>From 9dc6a27ba327a6f4ff5892c56c472d857d6ea096 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Mon, 26 Jan 2015 00:01:34 -0500 Subject: [PATCH] kernel: add support for NFSv4 To: openwrt-devel@lists.openwrt.org This work is based on Daniel Colascione's submission to the OpenWrt devel mai

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2015-01-25 Thread Heiner Kallweit
"I can plug an old 100mbit laptop into it and also have it not show up." You connect the laptop with the router or the modem? Does it work if you boot with the modem unplugged in and plug it in later? If it worked with a previous version of the driver then you could use "git bisect" to find out w