[OpenWrt-Devel] [PATCH v2] ath79: fix indent in TP-Link TL-WR842N v3 DTS file

2019-07-28 Thread Adrian Schmutzler
Convert leading spaces to tab to match rest of the file. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/qca9533_tplink_tl-wr842n-v3.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/dts/qca9533_tplink_tl-wr842n-v3.dts

[OpenWrt-Devel] [PATCH] scons: move to packages feed

2019-07-28 Thread Petr Štetiar
This patch removes scons host build tool, as commit 0c090fde68b2 ("scons: move host build tool to a proper place") in the packages feed has moved scons into the new home. There are currently no packages in the master tree which would need scons, yet scons is build always as part of host tools,

Re: [OpenWrt-Devel] [PATCH 2/2] treewide: remove now default USE_PROCD=1 from init scripts

2019-07-28 Thread Stijn Tintel
On 23/07/19 16:37, Petr Štetiar wrote: > commit 08abd36204a8 ("base-files: make USE_PROCD=1 default") made > USE_PROCD=1 default, so let's remove this line from all init scripts. > > Signed-off-by: Petr Štetiar > --- > package/base-files/files/etc/init.d/gpio_switch | 1 - >

Re: [OpenWrt-Devel] [PATCH 1/2] base-files: make USE_PROCD=1 default

2019-07-28 Thread Stijn Tintel
On 23/07/19 16:37, Petr Štetiar wrote: > Transition period for init script migration was long enough, let's > make USE_PROCD=1 default now so there's enough time to convert the > remaining services/init scripts for the next release. > > Signed-off-by: Petr Štetiar > --- >

[OpenWrt-Devel] [PATCH] ath79: Fix indent in TP-Link TL-WR842N v3 DTS file

2019-07-28 Thread Adrian Schmutzler
Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/qca9533_tplink_tl-wr842n-v3.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/dts/qca9533_tplink_tl-wr842n-v3.dts b/target/linux/ath79/dts/qca9533_tplink_tl-wr842n-v3.dts index

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

2019-07-28 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: 7d9b0b87b23f0be5e8b96e9f00aa6cb4cb69368b https://github.com/sdwalker/sdwalker.github.io/commit/7d9b0b87b23f0be5e8b96e9f00aa6cb4cb69368b Author: Stephen Walker Date: 2019-07-28 (Sun, 28 Jul

[OpenWrt-Devel] [PATCH] tools/scons: update scons to 3.1.0

2019-07-28 Thread Russell Senior
Needed to build gpsd again, which is required by olsrd. Signed-off-by: Russell Senior --- tools/scons/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/scons/Makefile b/tools/scons/Makefile index 5ec6554165..931b662f95 100644 --- a/tools/scons/Makefile +++

Re: [OpenWrt-Devel] [PATCH] scripts/ubinize-image.sh: fix buildbot breakage

2019-07-28 Thread Petr Štetiar
Yousong Zhou [2019-07-27 15:03:48]: > The change will have endian issue. Indeed, thanks for spotting this. > od -A n -N 2 -t x1 a | tr -d ' ' Converted it to your version. > On target system by default we have hexdump but no od. Maybe we > should revise the docker image to also include