Re: [OpenWrt-Devel] [PATCH 1/2] brcm47xx: rename target to bcm47xx

2020-02-09 Thread Russell Senior
>writes: >> > "Adrian" == Adrian Schmutzler >> writes: >> Adrian> This change makes the names of Broadcom targets consistent by Adrian> using the common notation based on SoC/CPU ID (which is used Adrian> internally anyway), bcm instead of brcm. This is even Adrian> used for

[OpenWrt-Devel] [PATCH] libnl-tiny: install pkgconfig file

2020-02-09 Thread Rosen Penev
This will allow getting rid of InstallDev in the Makefile. It also allows compilation with CMAKE_BINARY_SUBDIR. Signed-off-by: Rosen Penev --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10bf4e8..581015c 100644 --- a/CMakeLists.txt ++

[OpenWrt-Devel] [sdwalker/sdwalker.github.io] 965f57: This week's update

2020-02-09 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: 965f5788351dc73a3fda3da3d22bc6012e843a8e https://github.com/sdwalker/sdwalker.github.io/commit/965f5788351dc73a3fda3da3d22bc6012e843a8e Author: Stephen Walker Date: 2020-02-09 (Sun, 09 Feb 2

[OpenWrt-Devel] [PATCH v2] ath79: add gpio4 pinmux on TL-WR841N/ND v8, WR842N v2, MR3420 v2

2020-02-09 Thread Adrian Schmutzler
This adds a pinmux to the shared DTSI for TP-Link TL-WR841N/ND v8, TL-WR842N v2 and TL-MR3420 v2. It is supposed to be the equivalent of: /* config gpio4 as normal gpio function */ ath79_gpio_output_select(TL_MR3420V2_GPIO_USB_POWER,AR934X_GPIO_OUT_GPIO); While at it, move the jtag_disable_pins t

Re: [OpenWrt-Devel] [PATCH 1/2] brcm47xx: rename target to bcm47xx

2020-02-09 Thread mail
> -Original Message- > From: Russell Senior [mailto:russ...@personaltelco.net] > Sent: Sonntag, 9. Februar 2020 06:41 > To: Adrian Schmutzler > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] [PATCH 1/2] brcm47xx: rename target to > bcm47xx > > > "Adrian" == Adrian