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

2020-05-20 Thread Wes Turner
Would it make sense to integrate support for a wwan interface and zone that just no-ops when there's no wwan interface defined? The case of a 4G/5G modem will likely be more popular in the future. "[OpenWrt-Devel] RFI: OpenWRT for #DisasterRelief: LoRA: ClusterDuck, LTE, 5G, Mesh, Throttling"

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

2020-05-20 Thread Jeonghum Joh
Hello Magnus Kroken, Thank you for clarifying the license. I will use this one in the github gist. Thank you so much! Jeonghum 2020년 5월 21일 (목) 오전 2:13, Magnus Kroken 님이 작성: > Hi > > On 20.05.2020 02:01, Jeonghum Joh wrote: > > Hello Magnus Kroken, > > > > Thank you so much! > > Your script

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

2020-05-20 Thread Magnus Kroken
Hi On 20.05.2020 02:01, Jeonghum Joh wrote: Hello Magnus Kroken, Thank you so much! Your script works like a charm! I'd like to use this script in our board. This board would be our customer's new product - 5G router. We are Telesquare Inc. (www.telesquare.co.kr

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

2020-05-19 Thread Jeonghum Joh
Hello Magnus Kroken, Thank you so much! Your script works like a charm! I'd like to use this script in our board. This board would be our customer's new product - 5G router. We are Telesquare Inc. (www.telesquare.co.kr) I'd like to write copyright to your name. And I'd like you to clarify the

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

2020-05-19 Thread Magnus Kroken
Sorry, forgot reply-to list. On 19.05.2020 13:23, Jeonghum Joh wrote: Thank you! But I have another question :   config zone           option name       wan           list   network          'wan'           list   network          'wan6' +        list   network          'wwan'          

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

2020-05-19 Thread Jeonghum Joh
Hello Magnus Kroken and Adrianschmutzler, Thank you! I made it work! Magnus Kroken's second method works! Thank you! But I have another question : config zone option name wan list network 'wan' list network 'wan6' +list

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

2020-05-19 Thread Magnus Kroken
Hi On 19.05.2020 08:30, Jeonghum Joh wrote: > config interface 'wwan'         option ifname 'usb0'         option proto 'dhcp' So I added something like below to package/base-files/files/etc/board.d/99-default_network :   ucidef_set_interface_lan 'eth0'   [ -d /sys/class/net/eth1 ] &&

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

2020-05-19 Thread mail
. From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Jeonghum Joh Sent: Dienstag, 19. Mai 2020 03:49 To: OpenWrt Development List Subject: [OpenWrt-Devel] How am I supposed to change settings in /etc/config/network of default root file system of OpenWRT? I

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

2020-05-19 Thread Jeonghum Joh
Hello list, Let me clarify my test environment: Hostname LEDE Model MediaTek MT7622 AC4300rfb1 board Firmware Version LEDE Reboot 17.01-SNAPSHOT unknown / LuCI (svn-r75) Kernel Version 4.4.124 Thank you Jeonghum 2020년 5월 19일 (화) 오후 3:30, Jeonghum Joh 님이 작성: > Hello Moritz Warning and people,

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

2020-05-19 Thread Jeonghum Joh
Hello Moritz Warning and people, I found a script which looks like something that generate /etc/config/network. It is "99-default_network" under package/base-files/files/etc/board.d. Let me post the content of it here : #!/bin/sh > # > # Copyright (C) 2013-2015 OpenWrt.org > # > .

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?