Re: [OpenWrt-Devel] [PATCH] base-files: fix links in banner.failsafe

2018-06-24 Thread Sven Roederer
Am Sonntag, 24. Juni 2018, 22:36:42 CEST schrieb Hans Dedecker: > > Cherry-picked to both 18.06 and 17.01 > > Hans > Thanks ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Customizing openssh password login, preprovisioned root passwords, etc.

2018-06-24 Thread Philip Prindeville
> On Jun 24, 2018, at 12:42 PM, Eric Luehrsen wrote: > > On 06/22/2018 12:43 AM, Philip Prindeville wrote: >> Hi all, >> A while back I proposed some PR’s to allow baking in root passwords >> (configurable, so it wouldn’t have to be some lame constant password) as >> well as turning off

[OpenWrt-Devel] [RFC] toolchain: gcc: drop 850-use_shared_libgcc.patch

2018-06-24 Thread Yousong Zhou
A link error was encountered when invoking "gccgo -static hello.go" to test a fix for gccgo [1]. The linker cannot find reference to _Unwind_Resume which is defined in libgcc_eh.a and from the "gccgo -v" and "gccgo -dumpspecs" output, I found the issue was caused by libgcc_spec being patched by

Re: [OpenWrt-Devel] [PATCH] mpc85xx: Enable caam support only for p1020

2018-06-24 Thread Achim Gottinger
Am 18.06.2018 um 09:34 schrieb John Crispin: On 09/06/18 11:10, Hauke Mehrtens wrote: On 06/08/2018 04:42 PM, Achim Gottinger wrote: Disable caam support in default config and enable it only for the p1020 target. The generic target is used for the wdr4900-v1 tp-link router which does not

Re: [OpenWrt-Devel] [PATCH] base-files: fix links in banner.failsafe

2018-06-24 Thread Hans Dedecker
On Sun, Jun 24, 2018 at 4:09 PM Sven Roederer wrote: > > Am Dienstag, 12. Juni 2018, 22:48:39 CEST schrieb Sven Roederer: > > Update the link to the current section in the documentaion wiki. > > This fixes https://github.com/openwrt/packages/issues/6282 > > > > This was merged into master with

Re: [OpenWrt-Devel] [PATCH] iwinfo: add channel survey

2018-06-24 Thread Nick
Should I add something. Do I have to implement the lua bindings? What's missing? Or is this patch not suitable for the iwinfo lib? On 06.06.2018 17:17, Nick wrote: > I just followed the coding style... > > On 06.06.2018 16:11, Koen Vandeputte wrote: >> >> On 2018-06-05 10:23, Nick wrote: >>>

Re: [OpenWrt-Devel] [PATCH packages] php7: add package dependency on zoneinfo-core

2018-06-24 Thread Rafał Miłecki
On 2018-06-24 21:39, Michael Heimpold wrote: Am Sonntag, 24. Juni 2018, 19:40:53 CEST schrieb John Crispin: On 24/06/18 10:19, Rafał Miłecki wrote: > From: Rafał Miłecki > > Having "select PACKAGE_zoneinfo-core" wasn't enough for builds without > php7-cli=y or php7-cgi=y. It didn't result in

Re: [OpenWrt-Devel] [PATCH packages] php7: add package dependency on zoneinfo-core

2018-06-24 Thread John Crispin
On 24/06/18 10:19, Rafał Miłecki wrote: From: Rafał Miłecki Having "select PACKAGE_zoneinfo-core" wasn't enough for builds without php7-cli=y or php7-cgi=y. It didn't result in installing zoneinfo-core when using "opkg install" (during runtime or when building images with

Re: [OpenWrt-Devel] Customizing openssh password login, preprovisioned root passwords, etc.

2018-06-24 Thread Eric Luehrsen
On 06/22/2018 12:43 AM, Philip Prindeville wrote: Hi all, A while back I proposed some PR’s to allow baking in root passwords (configurable, so it wouldn’t have to be some lame constant password) as well as turning off password login for OpenSSH server. The maintainers of base-files and

Re: [OpenWrt-Devel] [PATCH packages] php7: add package dependency on zoneinfo-core

2018-06-24 Thread Michael Heimpold
Hi, Am Sonntag, 24. Juni 2018, 19:40:53 CEST schrieb John Crispin: > On 24/06/18 10:19, Rafał Miłecki wrote: > > From: Rafał Miłecki > > > > Having "select PACKAGE_zoneinfo-core" wasn't enough for builds without > > php7-cli=y or php7-cgi=y. It didn't result in installing zoneinfo-core > > when

[OpenWrt-Devel] [PATCH] brcm2708: cosmetic changes

2018-06-24 Thread Christo Nedev
bcm2709: rename kernel.img to image7.img kernel8.img boot in 64 bit mode kernel8-32.img boot in 32 bit mode kernel7.img 32 bit mode kernel.img 32 bit mode bcm2710: sort order Signed-off-by: Christo Nedev --- target/linux/brcm2708/image/Makefile | 4 +++- 1 file changed, 3

[OpenWrt-Devel] [PATCH packages] php7: add package dependency on zoneinfo-core

2018-06-24 Thread Rafał Miłecki
From: Rafał Miłecki Having "select PACKAGE_zoneinfo-core" wasn't enough for builds without php7-cli=y or php7-cgi=y. It didn't result in installing zoneinfo-core when using "opkg install" (during runtime or when building images with CONFIG_TARGET_PER_DEVICE_ROOTFS). Missing zoneinfo results in

Re: [OpenWrt-Devel] [PATCH packages] php7: add package dependency on zoneinfo-core

2018-06-24 Thread Philip Prindeville
LGTM Sent from my iPhone > On Jun 24, 2018, at 2:19 AM, Rafał Miłecki wrote: > > From: Rafał Miłecki > > Having "select PACKAGE_zoneinfo-core" wasn't enough for builds without > php7-cli=y or php7-cgi=y. It didn't result in installing zoneinfo-core > when using "opkg install" (during runtime

Re: [OpenWrt-Devel] [PATCH 2/3] rules.mk: replace iremap when using GCC 8

2018-06-24 Thread Yousong Zhou
On Fri, 22 Jun 2018 at 19:21, Syrone Wong wrote: > > Hi, > > LGTM. Any documentation on the hidden config symbols? do not top post please. kconfig symbols will be hidden when they have no title. basically all symbols in Config.version are hidden. yousong > > > Best Regards, >

Re: [OpenWrt-Devel] [PATCH] base-files: fix links in banner.failsafe

2018-06-24 Thread Sven Roederer
Am Dienstag, 12. Juni 2018, 22:48:39 CEST schrieb Sven Roederer: > Update the link to the current section in the documentaion wiki. > This fixes https://github.com/openwrt/packages/issues/6282 > This was merged into master with 2314c2c6f295b7b4aa5a261d19fa6ca16210f42c. Can you cherry-pick into