Re: [OpenWrt-Devel] Support for USB LTE modems Samsung GT-B3730 / GT-B3710 / GT-B3740

2014-01-24 Thread Matti Laakso
> Hi there! > > I'd like to use a Samsung GT-B3740 USB LTE modem together with OpenWRT. > > I assume that the modem isn't supported yet by OpenWRT because it requires > the "kalmia" kernel module which I couldn't find in the OpenWRT sources. > > The "kalmia" driver can be found here: > https://gith

[OpenWrt-Devel] [PATCH] DGN3500 (all known variants) factory image building support

2014-01-24 Thread Marco Antonio Mauro
This patch adds factory image building so as to allow an OpenWRT install through the standard firmware update system. It is an heavily modified version of a package I found on the OpenWRT forum with a couple fixes -- in the checksum appending code -- and features added -- mainly the generation of

[OpenWrt-Devel] [PATCH 2/2] hostapd: Fix 80211w setup with netifd

2014-01-24 Thread Helmut Schaa
Signed-off-by: Helmut Schaa --- package/network/services/hostapd/files/netifd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index 43cc99b..c8518b4 100644 --- a/package/ne

[OpenWrt-Devel] [PATCH 1/2] hostapd: Fix basic_rate setup with netifd

2014-01-24 Thread Helmut Schaa
Signed-off-by: Helmut Schaa --- package/network/services/hostapd/files/netifd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index 930755f..43cc99b 100644 --- a/package/network/services/h

Re: [OpenWrt-Devel] procd: reboot sometimes hangs

2014-01-24 Thread Helmut Schaa
Hi John, On Wed, Jan 15, 2014 at 5:39 PM, John Crispin wrote: > > On 15/01/2014 17:12, Helmut Schaa wrote: >> On Wed, Jan 15, 2014 at 4:57 PM, Helmut Schaa >> wrote: >>> On Wed, Jan 15, 2014 at 2:57 PM, John Crispin wrote: Hi i had a look at this last night and have the same fix

[OpenWrt-Devel] [PATCH 1/4] b53: Add BCM53128 switch support

2014-01-24 Thread Helmut Schaa
Signed-off-by: Helmut Schaa --- .../linux/generic/files/drivers/net/phy/b53/b53_common.c | 14 ++ target/linux/generic/files/drivers/net/phy/b53/b53_mdio.c | 2 +- target/linux/generic/files/drivers/net/phy/b53/b53_priv.h | 4 +++- 3 files changed, 18 insertions(+), 2 deletions

[OpenWrt-Devel] [PATCH 2/4] b53: Use phy_drivers_register to register multiple phy drivers at once

2014-01-24 Thread Helmut Schaa
Signed-off-by: Helmut Schaa --- .../generic/files/drivers/net/phy/b53/b53_mdio.c | 44 ++ 1 file changed, 12 insertions(+), 32 deletions(-) diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53_mdio.c b/target/linux/generic/files/drivers/net/phy/b53/b53_mdio.c i

[OpenWrt-Devel] [PATCH 3/4] b53: Make b53_switch_init static

2014-01-24 Thread Helmut Schaa
Signed-off-by: Helmut Schaa --- target/linux/generic/files/drivers/net/phy/b53/b53_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53_common.c b/target/linux/generic/files/drivers/net/phy/b53/b53_common.c index 72b08e1

[OpenWrt-Devel] [PATCH 4/4] b53: mdio: Avoid re-registering the same switch device

2014-01-24 Thread Helmut Schaa
When setting the associated interface down and up again a new switch device will be registered due to b53_phy_config_init doing the necessary allocations and registrations. Instead, register the switch device already in b53_phy_probe. Signed-off-by: Helmut Schaa --- .../generic/files/drivers/ne

Re: [OpenWrt-Devel] procd: reboot sometimes hangs

2014-01-24 Thread John Crispin
On 24/01/2014 12:45, Helmut Schaa wrote: > Hi John, > > On Wed, Jan 15, 2014 at 5:39 PM, John Crispin wrote: >> On 15/01/2014 17:12, Helmut Schaa wrote: >>> On Wed, Jan 15, 2014 at 4:57 PM, Helmut Schaa >>> wrote: On Wed, Jan 15, 2014 at 2:57 PM, John Crispin wrote: > Hi > > i

Re: [OpenWrt-Devel] procd: reboot sometimes hangs

2014-01-24 Thread Helmut Schaa
On Fri, Jan 24, 2014 at 1:27 PM, John Crispin wrote: > > On 24/01/2014 12:45, Helmut Schaa wrote: >> Hi John, >> >> On Wed, Jan 15, 2014 at 5:39 PM, John Crispin wrote: >>> On 15/01/2014 17:12, Helmut Schaa wrote: On Wed, Jan 15, 2014 at 4:57 PM, Helmut Schaa wrote: > On Wed, Jan 1

Re: [OpenWrt-Devel] Support for USB LTE modems Samsung GT-B3730 / GT-B3710 / GT-B3740

2014-01-24 Thread Stefan Monnier
>> I'd like to use a Samsung GT-B3740 USB LTE modem together with OpenWRT. > To get it to build just add a declaration to Another option is to compile it directly into your kernel, via make kernel_menuconfig -- Stefan ___ openwrt-devel mailing list

[OpenWrt-Devel] Buildbot not working for various snapshots?

2014-01-24 Thread Aaron Z
Looks like snapshots for the adm5120, ar71xx and adm5120 branches were last built on 19 Jan 2014... Aaron Z ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Buildbot not working for various snapshots?

2014-01-24 Thread Hannu Nyman
> Looks like snapshots for the adm5120, ar71xx and adm5120 branches were last built on 19 Jan 2014... ar71xx is being uploaded at this moment, based on r39382... Builds failed for a few days, but got fixed by 39369(?) See http://buildbot.openwrt.org:8010/builders/ar71xx The same is probably tru

[OpenWrt-Devel] [PATCH] ar71xx: Add support for MikroTik RB951Ui-2HnD

2014-01-24 Thread Matthew Reeve
I noticed that the patch at http://patchwork.openwrt.org/patch/4017/ for adding support for the MikroTik RouterBOARD 951Ui-2HnD had been abandoned because it wasn't generated and sent to the mailing list correctly and doesn't apply as a result. I have cleaned up this patch. When testing this o

[OpenWrt-Devel] [PATCH] ar71xx: Add support for Mikrotik Groove 52HPn

2014-01-24 Thread David Hutchison
Support for the Mikrotik Groove 52HPn. GPIO 17 appears to be the buzzer. GPIO 14 is a test point to the right of the ethernet port. Everything works except UART, I can receive output from the groove but when i try to transmit keystrokes it seems to struggle on receiving them. I'm guessing there is