[LEDE-DEV] [PATCH 1/3] brcm47xx: use DMZ LED as status indicator

2017-05-18 Thread Mirko Parthey
On the Linksys WRT54GSv1, the Power LED flickers in the "off" state. Indicate status using the DMZ LED if available, since it has solid "on" and "off" states. This change was tested on the WRT54GSv1, but may also affect other brcm47xx devices. Fixes FS#793.

[LEDE-DEV] [PATCH 3/3] brcm47xx: fix failsafe networking for WRT54GSv1

2017-05-18 Thread Mirko Parthey
Remove obsolete platform-specific network configuration files which broke networking in failsafe mode. Fixes FS#790. Signed-off-by: Mirko Parthey --- .../base-files/lib/preinit/05_init_interfaces_brcm | 16 .../base-files/lib/preinit/15_set_preinit_interface_brcm | 16

[LEDE-DEV] [PATCH 0/3] brcm47xx: fix failsafe mode on the WRT54GSv1

2017-05-18 Thread Mirko Parthey
Fix several issues with failsafe mode on the Linksys WRT54GSv1. Mirko Parthey (3): brcm47xx: use DMZ LED as status indicator brcm47xx: resolve GPIO conflict for WRT54GSv1 brcm47xx: fix failsafe networking for WRT54GSv1 target/linux/brcm47xx/base-files/etc/diag.sh | 22

[LEDE-DEV] [PATCH 2/3] brcm47xx: resolve GPIO conflict for WRT54GSv1

2017-05-18 Thread Mirko Parthey
Stop requesting the "adm_rc" GPIO in the switch driver, since it is not used anywhere. Fixes FS#792. Signed-off-by: Mirko Parthey --- target/linux/generic/files/drivers/net/phy/adm6996.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/target/linux/generic/fi

Re: [LEDE-DEV] [PATCH 2/3] brcm47xx: resolve GPIO conflict for WRT54GSv1

2017-06-26 Thread Mirko Parthey
On Fri, Jun 23, 2017 at 10:24:50PM +0200, Hauke Mehrtens wrote: > Could you also remove the references of eerc from the other places of > the code. OK. > > ret = devm_gpio_request(&pdev->dev, priv->eesk, "adm_eesk"); > > if (ret) > > return ret; > > + /* > > +* We do not

[LEDE-DEV] [PATCH v2 1/2] brcm47xx: use DMZ LED as status indicator

2017-06-26 Thread Mirko Parthey
On the Linksys WRT54GSv1, the Power LED flickers in the "off" state. Indicate status using the DMZ LED if available, since it has solid "on" and "off" states. This change was tested on the WRT54GSv1, but may also affect other brcm47xx devices. Fixes FS#793.

[LEDE-DEV] [PATCH v2 2/2] brcm47xx: resolve GPIO conflict for WRT54GSv1

2017-06-26 Thread Mirko Parthey
Stop requesting the "adm_rc" GPIO in the switch driver, since it is not used anywhere. Fixes FS#792. Signed-off-by: Mirko Parthey --- .../patches-4.4/209-b44-register-adm-switch.patch | 15 +++ target/linux/generic/files/drivers/net/phy/adm6996.c | 5 - ..

[LEDE-DEV] [PATCH v2 0/2] brcm47xx: fix failsafe mode on the WRT54GSv1

2017-06-26 Thread Mirko Parthey
committed as 833c500. Mirko Parthey (2): brcm47xx: use DMZ LED as status indicator brcm47xx: resolve GPIO conflict for WRT54GSv1 target/linux/brcm47xx/base-files/etc/diag.sh | 22 +++--- .../patches-4.4/209-b44-register-adm-switch.patch | 15 +++ .../linux

Re: [LEDE-DEV] Running init in a chroot LEDE Image

2017-08-08 Thread Mirko Parthey
On Tue, Aug 08, 2017 at 11:32:23PM +0300, Nicolas Pace wrote: > I'm trying to run a rootfs chroot on my desktop computer to easen the > development of userspace applications, but as I'm using ubus I need a > complete LEDE environment. > Using chroot also reduces the turnaround time for code/test ca

Re: [LEDE-DEV] is SMP for BT Home Hub 5 in 17.01.4?

2018-03-17 Thread Mirko Parthey
On Fri, Mar 16, 2018 at 12:39:40PM +, Mauro Mozzarelli wrote: > Does the latest official release 17.01.4 include SMP for lantiq BT Home Hub 5? No, 17.01.4 is built for uniprocessor mode only. ___ Lede-dev mailing list Lede-dev@lists.infradead.org ht

[LEDE-DEV] [PATCH] brcm47xx: fix USB driver choice for Asus WL-500W

2017-02-14 Thread Mirko Parthey
Choose a set of USB drivers which actually support the Asus WL-500W hardware. Signed-off-by: Mirko Parthey --- target/linux/brcm47xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile

[LEDE-DEV] [PATCH] brcm47xx: fix button inversion for Asus WL-500W

2017-02-14 Thread Mirko Parthey
The Asus WL-500W buttons are active high, but the software treats them as active low. Fix the inverted logic. Signed-off-by: Mirko Parthey --- .../patches-4.4/330-asus-wl500w-buttons.patch | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 target/linux

[LEDE-DEV] [PATCH] brcm47xx: Add switch topology for Asus WL-500W

2017-03-02 Thread Mirko Parthey
The four LAN ports are connected to switch ports 0..3 in sequence, switch port 4 is not used, and switch port 5 is connected to the CPU. The WAN port is not connected to the switch, but to another CPU interface. Signed-off-by: Mirko Parthey --- target/linux/brcm47xx/base-files/etc/board.d