Re: [OpenWrt-Devel] [ModemManager] How can I make ModemManager work right?

2020-04-28 Thread Michael Jones
On Wed, Apr 29, 2020 at 1:30 AM Jeonghum Joh wrote: > Hello, > Thanks to many people in this list, I was able to find ModemManager and > I've tried applying it. > > Testing environment > > Target Model: MediaTek MT7622 AC4300rfb1 board > Firmware Version : LEDE Reboot 17.01-SNAP

Re: [OpenWrt-Devel] [ModemManager] How can I make ModemManager work right?

2020-04-28 Thread Alberto Bursi
On 29/04/20 08:29, Jeonghum Joh wrote: Hello, Thanks to many people in this list, I was able to find ModemManager and I've tried applying it. Testing environment Target Model        : MediaTek MT7622 AC4300rfb1 board Firmware Version : LEDE Reboot 17.01-SNAPSHOT unknown / LuCI Ker

[OpenWrt-Devel] [ModemManager] How can I make ModemManager work right?

2020-04-28 Thread Jeonghum Joh
Hello, Thanks to many people in this list, I was able to find ModemManager and I've tried applying it. Testing environment Target Model: MediaTek MT7622 AC4300rfb1 board Firmware Version : LEDE Reboot 17.01-SNAPSHOT unknown / LuCI Kernel Version : 4.4.124 Modem

[OpenWrt-Devel] [PATCH] ath79: add support for gl-e750

2020-04-28 Thread Luochongjun
The gl-e750 is a portable travel router that gives you safe access to the internet while traveling. Specifications: - SoC: Qualcomm Atheros AR9531 (650MHz) - RAM: 128 MB DDR2 - Flash: 16 MB SPI NOR (W25Q128FVSG) + 128 MB SPI NAND (GD5F1GQ4UFYIG) - Ethernet: 10/100: 1xLAN - Wireless: QCA9531 2

[OpenWrt-Devel] kernel packages

2020-04-28 Thread e9hack
Hi, is it possible to depend on kernel versions in package/kernel/linux/modules/lib.mk? Lib-lzo from kernel 5.4.x needs the additional module lzo-rle. Regards, Hartmut ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.ope

[OpenWrt-Devel] [PATCH] ramips: remove default switch setup in 02_network

2020-04-28 Thread Chuanhong Guo
ramips images now relies on explicit switch setup for proper failsafe functionality. Remove default cases where it relies on vlan setup in dts and add switch setup for devices affected. Signed-off-by: Chuanhong Guo --- .../mt7620/base-files/etc/board.d/02_network | 20 +-- .../mt76x8/base-file

[OpenWrt-Devel] [PATCH] ath79: phy-ar7200-usb: do not print error on defered init

2020-04-28 Thread Johann Neuhauser 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 --- This is only a cosmetic correction

Re: [OpenWrt-Devel] [PATCH] dnsmasq: always inform about disabled dhcp service

2020-04-28 Thread Hans Dedecker
On Tue, Apr 28, 2020 at 5:20 PM Petr Štetiar wrote: > Init script checks for an already active DHCP server on the interface > and if such DHCP server is found, then it logs "refusing to start DHCP" > message, starts dnsmasq without DHCP service unless `option force 1` is > set and caches the DHCP

Re: [OpenWrt-Devel] kernel packages

2020-04-28 Thread mail
Hi, > -Original Message- > From: e9hack [mailto:e9h...@gmail.com] > Sent: Dienstag, 28. April 2020 17:58 > To: m...@adrianschmutzler.de; openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] kernel packages > > > Hi, > > it looks like I can make dependencies for a module itself

[OpenWrt-Devel] [firewall3][PATCH v2] redirect & nat: add IPv6 NAT support

2020-04-28 Thread Alin Nastac
From: Alin Nastac 1) Remove hardcoded restrictions that disable redirect support on IPv6. 2) Allow usage of IP address lists in redirect and snat uci sections. This is needed for 2 scenarios: - use the interface address that matches the redirect & nat family when dest_ip is set to an interf

Re: [OpenWrt-Devel] kernel packages

2020-04-28 Thread e9hack
Hi, it looks like I can make dependencies for a module itself depend on a kernel version only. My issue is, I've to add an additional kernel module to lib-lzo, which is part of lib-lzo in kernel 5.4.x: diff --git a/package/kernel/linux/modules/lib.mk b/package/kernel/linux/modules/lib.mk ind

[OpenWrt-Devel] [PATCH] dnsmasq: always inform about disabled dhcp service

2020-04-28 Thread Petr Štetiar
Init script checks for an already active DHCP server on the interface and if such DHCP server is found, then it logs "refusing to start DHCP" message, starts dnsmasq without DHCP service unless `option force 1` is set and caches the DHCP server check result. Each consecutive service start then use

Re: [OpenWrt-Devel] kernel packages

2020-04-28 Thread mail
Hi, @LINUX_5_4 @!LINUX_5_4 +LINUX_5_4:somepackage +!LINUX_5_4:somepackage further details: https://openwrt.org/docs/guide-developer/packages#dependency_types Best Adrian > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of e9hack

[OpenWrt-Devel] [PATCH] mac80211: more wifi reconf related fixes

2020-04-28 Thread John Crispin
* uci state was not getting reset properly during teardown * AP+STA co-exist state was not flushed properly upon channel switch * remove a debug logger call * properly teardown supplicant instances when they get disabled * add md5 config support for supplicant * don't call wpa_supplicant_prepare_in

[OpenWrt-Devel] kernel packages

2020-04-28 Thread e9hack
Hi, is it possible to depend on kernel versions in package/kernel/linux/modules/lib.mk? With kernel 5.4.x, zram needs the additional module lzo-rle, which is part of lib-lzo. Regards, Hartmut ___ openwrt-devel mailing list openwrt-devel@lists.openw

[OpenWrt-Devel] [PATCH] wpad-wolfssl: fix crypto_bignum_sub()

2020-04-28 Thread Antonio Quartulli
Backport patch from hostapd.git master that fixes copy/paste error in crypto_bignum_sub() in crypto_wolfssl.c. This missing fix was discovered while testing SAE over a mesh interface. With this fix applied and wolfssl >3.14.4 mesh+SAE works fine with wpad-mesh-wolfssl. Cc: Sean Parkinson Signed

Re: [OpenWrt-Devel] [PATCH v2] ramips: mmc: Read mmc-caps from dt with mmc_of_parse

2020-04-28 Thread Benedikt-Alexander Mokroß
On 4/28/20 9:26 AM, Benedikt-Alexander Mokroß wrote: The original mmc-driver for ramips used hardcoded mmc-caps for bus-width. Further it used custom bindings for cd-polling and cd-invert that are not conform to the standard mmc-bindings. This patch removes the hardcoded bus-width, enables dt

[OpenWrt-Devel] [PATCH netifd] vlandev: support setting ingress/egress QoS mappings

2020-04-28 Thread Pau Espin Pedrol
From: Pau Espin Pedrol It allows setting mappings for instance this way: """ config device option name 'vlan41' option type '8021q' option vid '41' option ifname 'eth1' list ingress_qos_mapping '1:2' list ingress_qos_mapping '2:5' list egress_qos_mapping '0:3' """ Size of map

[OpenWrt-Devel] [PATCH v2] ramips: mmc: Read mmc-caps from dt with mmc_of_parse

2020-04-28 Thread Benedikt-Alexander Mokroß
The original mmc-driver for ramips used hardcoded mmc-caps for bus-width. Further it used custom bindings for cd-polling and cd-invert that are not conform to the standard mmc-bindings. This patch removes the hardcoded bus-width, enables dt parsing with mmc_of_parse and enables the use of stand