Re: [OpenWrt-Devel] How am I supposed to change settings in /etc/config/network of default root file system of OpenWRT?

2020-05-18 Thread Jeonghum Joh
Hello Moritz Warning Thank you very much! I can continue investigating by your hints. Thank you. Jeonghum 2020년 5월 19일 (화) 오전 11:37, Moritz Warning 님이 작성: > On 5/19/20 3:49 AM, Jeonghum Joh wrote: > > I know how to do this for /etc/config/firewall. > > It is

Re: [OpenWrt-Devel] How am I supposed to change settings in /etc/config/network of default root file system of OpenWRT?

2020-05-18 Thread Moritz Warning
On 5/19/20 3:49 AM, Jeonghum Joh wrote: > I know how to do this for /etc/config/firewall. > It is package/network/config/firewall/files/firewall.config > > But I cannot find /etc/config/network for default root file system. > > Where can I find it? > How am I supposed to change settings in

[OpenWrt-Devel] How am I supposed to change settings in /etc/config/network of default root file system of OpenWRT?

2020-05-18 Thread Jeonghum Joh
I know how to do this for /etc/config/firewall. It is package/network/config/firewall/files/firewall.config But I cannot find /etc/config/network for default root file system. Where can I find it? How am I supposed to change settings in /etc/config/network of default root file system of OpenWRT?

Re: [OpenWrt-Devel] Quectel RM500Q failing to get ip address assignment with netifd and modemmanager

2020-05-18 Thread Alex Ballmer
On Sat, 16 May 2020 09:18:46 +0200 Aleksander Morgado wrote: > Hey! > > > > > > root@localhost:~# mmcli -b 2 > > > > > > > > > > General| dbus path: > > > > > /org/freedesktop/ModemManager1/Bearer/2 > > > > > | type:

[OpenWrt-Devel] [PATCH 1/2] generic: routerbootpart.c: disambiguate SPDX-License-Identifier

2020-05-18 Thread Thibaut VARÈNE
I meant it to be GPL-2.0-only, as evidenced by the boilerplate. Signed-off-by: Thibaut VARÈNE --- target/linux/generic/files/drivers/mtd/parsers/routerbootpart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/files/drivers/mtd/parsers/routerbootpart.c

[OpenWrt-Devel] [PATCH 2/2] generic: platform/mikrotik: disambiguate SPDX-License-Identifier

2020-05-18 Thread Thibaut VARÈNE
I meant it to be GPL-2.0-only, as evidenced by the boilerplate. Signed-off-by: Thibaut VARÈNE --- target/linux/generic/files/drivers/platform/mikrotik/rb_hardconfig.c | 2 +- target/linux/generic/files/drivers/platform/mikrotik/routerboot.c| 2 +-

Re: [OpenWrt-Devel] [PATCH] gemini: Add samba4 to the NAS images

2020-05-18 Thread Linus Walleij
On Mon, May 18, 2020 at 3:27 PM Petr Štetiar wrote: > Linus Walleij [2020-05-18 15:04:15]: > > > We used to have samba36 as a package in the NAS images but that was retired > > in commit 73fa1aba94f5 "samba36: Remove" however it is nice to have a > > fileserver so put samba4 in the package

Re: [OpenWrt-Devel] [PATCH] gemini: Add samba4 to the NAS images

2020-05-18 Thread Lucian Cristian
On 18.05.2020 16:04, Linus Walleij wrote: We used to have samba36 as a package in the NAS images but that was retired in commit 73fa1aba94f5 "samba36: Remove" however it is nice to have a fileserver so put samba4 in the package instead. Signed-off-by: Linus Walleij ---

Re: [OpenWrt-Devel] [PATCH] gemini: Add samba4 to the NAS images

2020-05-18 Thread Petr Štetiar
Linus Walleij [2020-05-18 15:04:15]: Hi, > We used to have samba36 as a package in the NAS images but that was retired > in commit 73fa1aba94f5 "samba36: Remove" however it is nice to have a > fileserver so put samba4 in the package instead. this is going to end with the build failure on the

[OpenWrt-Devel] Snag when building perl

2020-05-18 Thread Linus Walleij
I get the following build error when building Openwrt on a Fedora 32 host: make[4]: Entering directory '/home/linus/src/openwrt/build_dir/hostpkg/perl/perl-5.28.1' cc -fstack-protector-strong -L/usr/local/lib -o miniperl \ opmini.o perlmini.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o

[OpenWrt-Devel] [PATCH] gemini: Add samba4 to the NAS images

2020-05-18 Thread Linus Walleij
We used to have samba36 as a package in the NAS images but that was retired in commit 73fa1aba94f5 "samba36: Remove" however it is nice to have a fileserver so put samba4 in the package instead. Signed-off-by: Linus Walleij --- target/linux/gemini/image/Makefile | 2 +- 1 file changed, 1

Re: [OpenWrt-Devel] Ubus based service watchdog?

2020-05-18 Thread Karl Palsson
Michael Jones wrote: > On Fri, May 15, 2020 at 4:35 AM Petr Štetiar > wrote: > > > Michael Jones [2020-05-15 02:39:52]: > > > > > What's wrong with monit is that it's documentation is gigantic > > > > Good documentation with a lot of examples is hardly a problem, its a bonus > > point for me.

[OpenWrt-Devel] [PATCH] bcm63xx: pinctrl: fix BCM6348 group0

2020-05-18 Thread Daniel González Cabanelas
The pinctrl group0 owns pins never used (at least in Openwrt) for any pinmux. Based on the info from the wiki for the BCM6348 Soc, this group only uses the pin 32 needed for MII MDC: https://openwrt.org/docs/techref/hardware/soc/soc.broadcom.bcm63xx/pinmux Pins 33, 34, 35 and 36 are usually

Re: [OpenWrt-Devel] [PATCH ucert 00/13] ucert fixes and cleanup

2020-05-18 Thread Daniel Golle
Hi Matthias, thank you for taking care of that, it has been on my todo list for a while. On Sat, May 16, 2020 at 11:13:49PM +0200, Matthias Schiffer wrote: > While looking for a build issue (see [1]), I noticed various issues in > the ucert code (and this should not be applied before [1] is