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

2020-05-03 Thread Jeonghum Joh
Hello Bjørn, Thank you for the very kind message! I tried "mmcli -L" and received an error message: root at LEDE:~# mmcli -L error: couldn't create manager: Timeout was reached I added "--debug" option into the ModemManager start command. I used device path:

[OpenWrt-Devel] [RFC, PATCH] ramips: mt7621: use OKLI lzma-loader for D-Link DIR-860L B1

2020-05-03 Thread Szabolcs Hubai
In commit ce1957100411b0a751d6431d36def9c28048b4dc this device started using lzma-loader to enable booting bigger kernels from flash. Chuanhong Guo noted [0], if the kernel can be put at a fixed offset in flash, we could compress lzma loader separately and let u-boot decompress only the loader.

[OpenWrt-Devel] [RFC, PATCH] ramips: mt7621: use OKLI lzma-loader for D-Link DIR-860L B1 (was: Re: [PATCH 2/2] ramips: mt7621: use lzma-loader for D-Link DIR-860L)

2020-05-03 Thread Szabolcs Hubai
Hi! Chuanhong Guo ezt írta (időpont: 2020. ápr. 19., V, 17:42): > > Hi! > > > > My original thought on this device is to use a different loader. The first > 4MB of SPI-NOR flash on mt7621 is mapped to 0x1fc0 and lzma > loader can read compressed kernel directly from flash. If the kernel >

[OpenWrt-Devel] [PATCH] tools/squashfs: fix compilation with GCC10

2020-05-03 Thread Rosen Penev
On Fedora 32, it's not compiling because of multiple swap definitions. Some inlining error probably. Make swap static to avoid a redefinition error. Signed-off-by: Rosen Penev --- tools/squashfs/patches/140-swap.patch | 14 ++ 1 file changed, 14 insertions(+) create mode 100644

Re: [OpenWrt-Devel] Applying to Season of Docs

2020-05-03 Thread Paul Spooren
On Sun, 2020-05-03 at 17:37 +0200, Hauke Mehrtens wrote: > On 5/1/20 11:07 PM, Paul Spooren wrote: > > Hi all, > > > > Google offers a program[0] to stipend people writing technical documentation > > for > > open source projects. The stipend is possible for anyone 18+ and not living > > in a > >

[OpenWrt-Devel] [bcm53xx] Pin Controller in Northstar

2020-05-03 Thread Vivek Unune
On Sun, Apr 5, 2020 at 10:48 AM Vivek Unune wrote: > > On Tue, Mar 31, 2020 at 5:51 PM Vivek Unune wrote: > > > > Hi All / Rafał, > > > > I'm about to update device tree for Linksys Panamera router (aka > > EA9500) so that it uses pin controller defined in BCM5301X.dtsi [1]. > > However, the

[OpenWrt-Devel] [sdwalker/sdwalker.github.io] a1eb6c: This week's update

2020-05-03 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: a1eb6c5a280afd5cc58734e2f767d4b7aef709c7 https://github.com/sdwalker/sdwalker.github.io/commit/a1eb6c5a280afd5cc58734e2f767d4b7aef709c7 Author: Stephen Walker Date: 2020-05-03 (Sun, 03 May

Re: [OpenWrt-Devel] Proposal: Differentiating "skinny" platforms from others... (resending)

2020-05-03 Thread Philip Prindeville
> On May 2, 2020, at 10:00 PM, Chuanhong Guo wrote: > > Hi! > > First of all: Please don't top-post like this on mailing lists :) > > On Sun, May 3, 2020 at 10:40 AM Philip Prindeville > wrote: >> >> I’m not convinced that would be necessary, or that this proposal would >> create any new

Re: [OpenWrt-Devel] Proposal: Differentiating "skinny" platforms from others...

2020-05-03 Thread Philip Prindeville
> On May 3, 2020, at 9:47 AM, Michael Richardson wrote: > > > I think that CONFIG_SKINNY is a good concept, but for all the reasons you > cite: > > Abuse Department wrote: >> Some of us work with more current machines that are also more capable, >> realizing that eventually machines with

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

2020-05-03 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' """

Re: [OpenWrt-Devel] building python3 packages outside of lang/python3

2020-05-03 Thread Michael Richardson
Alexandru Ardelean wrote: > you'll have to settle for some sort of absolute path if you need those > files from the packages feed in some other feed if you take a look at > https://github.com/openwrt/packages/blob/master/lang/python/README.md > there's a suggestion:

Re: [OpenWrt-Devel] Proposal: Differentiating "skinny" platforms from others...

2020-05-03 Thread Michael Richardson
I think that CONFIG_SKINNY is a good concept, but for all the reasons you cite: Abuse Department wrote: > Some of us work with more current machines that are also more capable, > realizing that eventually machines with 32MB of DRAM and 128MB of Flash > will “age out” through failure

Re: [OpenWrt-Devel] Applying to Season of Docs

2020-05-03 Thread Hauke Mehrtens
On 5/1/20 11:07 PM, Paul Spooren wrote: > Hi all, > > Google offers a program[0] to stipend people writing technical documentation > for > open source projects. The stipend is possible for anyone 18+ and not living > in a > US embargoed country, so unlike the Google Summer of Code project not

Re: [OpenWrt-Devel] Kernel hang on rk3328 at branch master

2020-05-03 Thread Petr Štetiar
b.l.huang [2020-05-03 13:53:54]: Hi, > I am trying to run openwrt on rk3328, but the kernel hanged when booting, > below is the log.Any hints will be appreciated. see https://github.com/openwrt/openwrt/pull/2945 ("rk3328: add Pine64 Rock64 board") -- ynezz