[OpenWrt-Devel] [PATCH v2 3/3] imx6: remove support for 4.9

2018-02-14 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/imx6/config-4.9 | 497 .../files-4.9/arch/arm/boot/dts/imx6dl-gw5904.dts | 19 - .../files-4.9/arch/arm/boot/dts/imx6q-gw5904.dts | 23 - .../arch/arm/boot/dts/imx6qdl-gw5904.dtsi | 629 ---

[OpenWrt-Devel] [PATCH v2 2/3] imx6: switch to Linux 4.14

2018-02-14 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/imx6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index ae6a9b0..152a58e 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -14,7 +14,7 @@ CP

[OpenWrt-Devel] [PATCH v2 1/3] imx6: add support for Linux 4.14

2018-02-14 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v2: - move dwc pci patch to generic (Koen) - added E1000E driver (used on GW552x) - remove unnecessary EXT2/EXT3 (Michael) - remove config default config for 14.4 Signed-off-by: Tim Harvey --- target/linux/imx6/config-4.14 | 520 +++

[OpenWrt-Devel] [PATCH v2 0/3]: imx6: update to Linux 4.14

2018-02-14 Thread Tim Harvey
Testted on a Gateworks GW54xx. Does not support enabling imx-drm modules yet as those will need some adjustments based on kernel configs. v2: - move dwc pci patch to generic (Koen) - added E1000E driver (used on GW552x) - remove unnecessary EXT2/EXT3 (Michael) - remove config default config fo

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 1/4] kernel: add missing config symbols

2018-02-14 Thread Tim Harvey
On Mon, Feb 12, 2018 at 12:41 PM, Hauke Mehrtens wrote: > On 02/01/2018 11:35 PM, Tim Harvey wrote: >> Signed-off-by: Tim Harvey >> --- >> target/linux/generic/config-4.14 | 9 - >> 1 file changed, 8 insertions(+), 1 deletion(-) >> >> diff --git a/target/linux/generic/config-4.14 >> b/t

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v1 1/1] openssh: disable passwords for openssh server

2018-02-14 Thread Magnus Kroken
On 14.02.2018 22.13, Michelle Sullivan wrote: FWIW, I had misunderstood the intent of the original comments... OpenSSH server vs Dropbear - if someone is using OpenSSH server they already went in with advanced config as Dropbear is the default - I'd err on the side of security as they should alre

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v1 1/1] openssh: disable passwords for openssh server

2018-02-14 Thread David Woodhouse
On Wed, 2018-02-14 at 12:34 -0700, Philip Prindeville wrote: > Once I was messing with firewall settings and accidentally disabled > the firewall.  Within a few minutes, there were all sorts of password > attacks on the WAN port.  Having a sufficiently complex password > slowed things down long eno

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v1 1/1] openssh: disable passwords for openssh server

2018-02-14 Thread Philip Prindeville
> On Feb 14, 2018, at 1:25 AM, Stijn Segers wrote: > > Yousong Zhou schreef op 14 februari 2018 09:06:11 CET: >> >> No, it's just complicating things up. When people really cares about >> the default settings' security, the will override the default by also >> specifying files/etc/ssh/sshd_c

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v1 1/1] openssh: disable passwords for openssh server

2018-02-14 Thread Philip Prindeville
> On Feb 14, 2018, at 1:06 AM, Yousong Zhou wrote: > > On 14 February 2018 at 11:53, Philip Prindeville > wrote: >> >>> On Feb 11, 2018, at 3:54 AM, Yousong Zhou wrote: >>> >>> On 9 February 2018 at 08:28, Philip Prindeville >>> wrote: From: Philip Prindeville Allowing pas

[OpenWrt-Devel] How to execute python script in rpc shell script

2018-02-14 Thread Phani Siriki
Hi All I want to execute my custom python scripts in rpc shell script. However, they are not executed. Could someone help me on this? *Example Python script:* *===* root@OpenWrt:~# cat hello.py from subprocess import call call(["touch", "/root/ap1", "down"]) print "{'status':'T

Re: [OpenWrt-Devel] Booting D-Link DNS-313, kernel requirements for OpenWRT?

2018-02-14 Thread Hans Ulli Kroll
Hi Linus On Tue, 13 Feb 2018, Linus Walleij wrote: > On Sun, Feb 11, 2018 at 11:56 PM, Linus Walleij > wrote: > > On Mon, Feb 5, 2018 at 11:38 PM, Linus Walleij > > wrote: > >> On Tue, Jan 16, 2018 at 11:22 PM, Linus Walleij > >> wrote: > >> [...] > > So this is libubox returning 4 EINTR

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v1 1/1] openssh: disable passwords for openssh server

2018-02-14 Thread Philip Prindeville
> On Feb 13, 2018, at 9:14 PM, Michelle Sullivan wrote: > > [snip] > Personally - my thoughts > > There should be an option to enable passwords (default off...) > A warning should be placed on the checkbox to inform the user it is not a > good idea to enable them. > SSH should be disable

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v1 1/1] openssh: disable passwords for openssh server

2018-02-14 Thread Yousong Zhou
On 14 February 2018 at 11:53, Philip Prindeville wrote: > >> On Feb 11, 2018, at 3:54 AM, Yousong Zhou wrote: >> >> On 9 February 2018 at 08:28, Philip Prindeville >> wrote: >>> From: Philip Prindeville >>> >>> Allowing password logins leaves you vulnerable to dictionary >>> attacks. We disabl