Re: [OpenWrt-Devel] Build error in latest master

2018-08-09 Thread Eric Luehrsen
On 08/09/2018 10:14 PM, Eric Luehrsen wrote: On 08/09/2018 12:40 PM, Koen Vandeputte wrote: During compiling/testing the new kernel bumps, I'm getting this on 7 different builds: make[3]: Entering directory '/mnt/ramdisk/koen/firmware/builds/generic_cns3xxx/package/base-files' rm -f

Re: [OpenWrt-Devel] Build error in latest master

2018-08-09 Thread Eric Luehrsen
On 08/09/2018 12:40 PM, Koen Vandeputte wrote: During compiling/testing the new kernel bumps, I'm getting this on 7 different builds: make[3]: Entering directory '/mnt/ramdisk/koen/firmware/builds/generic_cns3xxx/package/base-files' rm -f

Re: [OpenWrt-Devel] Firewall Documentation

2018-08-09 Thread Alberto Bursi
On 09/08/2018 16:55, Dave Turvene - Work wrote: On 06/08/2018 22:07, Dave Turvene - Work wrote: Greetings - I cleaned up the documentation in https://openwrt.org/docs/guide-user/base-system/log.essentials as a prelude to adding a section on iptable logging rules.  The wiki source just has

Re: [OpenWrt-Devel] [PATCH] net: dsa: rtl8366rb: Support port 4 (WAN)

2018-08-09 Thread David Miller
From: Linus Walleij Date: Wed, 8 Aug 2018 14:38:55 +0200 > The totally undocumented IO mode needs to be set to enumerator > 0 to enable port 4 also known as WAN in most configurations, > for ordinary traffic. The 3 bits in the register come up as > 010 after reset, but need to be set to 000. >

Re: [OpenWrt-Devel] [PATCH v3] base-files: make wifi report unknown command

2018-08-09 Thread Thibaut
> On 9 Aug 2018, at 19:58, Jonas Gorski wrote: > > On 9 August 2018 at 18:49, Thibaut VARÈNE wrote: >> Avoid having /sbin/wifi silently ignore unknown keywords and execute >> "enable"; instead display the help message and exit with an error. >> >> Spell out the 'enable' keyword and preserve

[OpenWrt-Devel] [PATCH v4] base-files: make wifi report unknown command

2018-08-09 Thread Thibaut VARÈNE
Avoid having /sbin/wifi silently ignore unknown keywords and execute "up"; instead display the help message and exit with an error. Spell out the "up" keyword (which has users), add it to usage output, and preserve the implicit assumption that runing /sbin/wifi without argument performs "up".

Re: [OpenWrt-Devel] [PATCH v3] base-files: make wifi report unknown command

2018-08-09 Thread Jonas Gorski
On 9 August 2018 at 18:49, Thibaut VARÈNE wrote: > Avoid having /sbin/wifi silently ignore unknown keywords and execute > "enable"; instead display the help message and exit with an error. > > Spell out the 'enable' keyword and preserve the implicit assumption > that runing /sbin/wifi without

[OpenWrt-Devel] [PATCH v3] base-files: make wifi report unknown command

2018-08-09 Thread Thibaut VARÈNE
Avoid having /sbin/wifi silently ignore unknown keywords and execute "enable"; instead display the help message and exit with an error. Spell out the 'enable' keyword and preserve the implicit assumption that runing /sbin/wifi without argument performs "enable". Signed-off-by: Thibaut VARÈNE

[OpenWrt-Devel] Build error in latest master

2018-08-09 Thread Koen Vandeputte
During compiling/testing the new kernel bumps, I'm getting this on 7 different builds: make[3]: Entering directory '/mnt/ramdisk/koen/firmware/builds/generic_cns3xxx/package/base-files' rm -f

[OpenWrt-Devel] ar71xx/tiny: inconsistent exceeding image size behavior

2018-08-09 Thread Paul
Hi, when building firmware images exceeding devices max size, the ImageBuilder usually write something like "too big" in the last line. However, (at least) on some ar71xx/tiny TP-Link 841er devices, the buildlog is somewhat different, whiteout mentioning any problems: [|

[OpenWrt-Devel] Firewall Documentation

2018-08-09 Thread Dave Turvene - Work
> On 06/08/2018 22:07, Dave Turvene - Work wrote: > > Greetings - > > > > I cleaned up the documentation in > > > > https://openwrt.org/docs/guide-user/base-system/log.essentials > > > > as a prelude to adding a section on iptable logging rules.  The wiki > > source just has the following snippet:

[OpenWrt-Devel] opkg: show license

2018-08-09 Thread Paul
Hi all, most (all?) OpenWrt packages include a spdx [0] conform license variable in the Makefile, however it seems rather hard to get this value once the package is created. It would be very useful to include the following two features for opkg: * Show spdx license tag when using `opkg info ` *

[OpenWrt-Devel] [PATCH] ath79: fix PLL settings for QCA955x

2018-08-09 Thread David Bauer
This adds PLL settings for the ethernet ports of the TP-Link TL-WR1043 v2/v3 and the Openmesh OM5P-AC-v2. We also change the PLL-settings in the qca9557.dtsi to match the ones used as default on the ar71xx target. As of 4b9680f138 those devices have broken ethernet ports as the default PLL

Re: [OpenWrt-Devel] watchdog against router crash freezes?

2018-08-09 Thread Karl Palsson
Marcel Partap wrote: > Dear OpenWRT/LEDE team, > my WNR2200 on fresh 18.06 r7188 frequently dies with LEDs > frozen.. The device has had some troubles on stock firmware as > well. > > How do I set up a watchdog to reset the device when it gets > stuck? I've had a look at freifunk-watchdog,

[OpenWrt-Devel] watchdog against router crash freezes?

2018-08-09 Thread Marcel Partap
Dear OpenWRT/LEDE team, my WNR2200 on fresh 18.06 r7188 frequently dies with LEDs frozen.. The device has had some troubles on stock firmware as well. How do I set up a watchdog to reset the device when it gets stuck? I've had a look at freifunk-watchdog, kmod-softdog & watchcat packages but