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

2018-08-06 Thread Karl Palsson
John Crispin wrote: > > > On 03/08/18 18:18, 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. > > > > Signed-off-by: Thibaut VARÈNE > > --- > > package/base-files/files/sbin/w

Re: [OpenWrt-Devel] Desire to add a documentation section

2018-08-06 Thread Alberto Bursi
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: "pagequery>@:docs:guide-use

[OpenWrt-Devel] Desire to add a documentation section

2018-08-06 Thread Dave Turvene - Work
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:  "pagequery>@:docs:guide-user:firewall:netfilter-iptables *" How do I go about

[OpenWrt-Devel] [PATCH 0/1] ustream-ssl: update to latest git HEAD

2018-08-06 Thread Eneas U de Queiroz via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- There are only two packages needin

[OpenWrt-Devel] [PATCH 1/1] ustream-ssl: update to latest git HEAD

2018-08-06 Thread Eneas U de Queiroz via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- 23a3f28 openssl, wolfssl: match mb

[OpenWrt-Devel] [PATCH] mediatek: Fix amount of memory on U7623

2018-08-06 Thread Kristian Evensen
While finalizing support for the U7623 with 512MB RAM, I made an embarrassing error and configured 1GB RAM for the board. I also forgot to move memory from the dtsi and to the dts. This commit takes care of my errors. While I am confessing my mistakes, I also note that I made a mistake in the comm

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

2018-08-06 Thread Alberto Bursi
On 06/08/2018 07:20, John Crispin wrote: On 03/08/18 18:18, 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. Signed-off-by: Thibaut VARÈNE ---   package/base-files/files/sbin/wifi |

[OpenWrt-Devel] [PATCH 4/4] ath79: add support for OCEDO Koala

2018-08-06 Thread David Bauer
This commit adds support for the OCEDO Koala SOC:Qualcomm QCA9558 (Scorpion) RAM:128MB FLASH: 16MiB WLAN1: QCA9558 2.4 GHz 802.11bgn 3x3 WLAN2: QCA9880 5 GHz 802.11nac 3x3 INPUT: RESET button LED:Power, LAN, WiFi 2.4, WiFi 5, SYS Serial: Header Next to Black metal shield Pi

[OpenWrt-Devel] [PATCH 3/4] kernel: allow device-tree configuration of at803x

2018-08-06 Thread David Bauer
This commit adds the ability to configure specific functions of the at803x series ethernet-PHYs, which were previously configured exclusively with the help of platform-data, via device-tree. This is needed to fully support existing boards of the ar71xx platform. Signed-off-by: David Bauer --- .

[OpenWrt-Devel] [PATCH 2/4] ath79: fix QCA9557 eth PLL settings

2018-08-06 Thread David Bauer
The QCA9557 dtsi is currently missing pll-handle and pll-regs for both eth0 and eth1, therefore PLL settings won't be applied. This commit fixes this behavior. Signed-off-by: David Bauer --- target/linux/ath79/dts/qca9557.dtsi | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --

[OpenWrt-Devel] [PATCH 1/4] uboot-envtools: add ath79 target

2018-08-06 Thread David Bauer
This adds uci entries for all ath79 devices for which this already was the case on ar71xx. Additionally we add the OCEDO Koala as there was no support in OpenWRT yet. Signed-off-by: David Bauer --- package/boot/uboot-envtools/files/ath79 | 26 + 1 file changed, 26 inserti

[OpenWrt-Devel] [PATCH 2/2] ar71xx: allow to override at803x sgmii aneg status

2018-08-06 Thread David Bauer
When checking the outcome of the PHY autonegotiation status, at803x currently returns false in case the SGMII side is not established. Due to a hardware-bug, ag71xx needs to fixup the SoCs SGMII side, which it can't as it is not aware of the link-establishment. This commit allows to ignore the SG

[OpenWrt-Devel] [PATCH 1/2] ar71xx: fix QCA955X SGMII link loss

2018-08-06 Thread David Bauer
The QCA955X is affected by a hardware bug which causes link-loss of the SGMII link between SoC and PHY. This happens on change of link-state or speed. It is not really known what causes this bug. It definitely occurs when using a AR8033 Gigabit Ethernet PHY. Qualcomm solves this Bug in a similar

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

2018-08-06 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. Also preserve the implicit assumption that runing /sbin/wifi without argument performs network reload and "enable". Signed-off-by: Thibaut VARÈNE --- package/b