Re: [PATCH] uhttpd: don't redirect to HTTPS by default

2020-12-14 Thread Petr Štetiar
Jo-Philipp Wich [2020-12-14 23:24:23]: Hi, > > So we can ship px5g-wolfssl by default in the release image, but still > > make the HTTPS for LuCI optional. This small change with addition of > > `CONFIG_PACKAGE_px5g-wolfssl=y` into the buildbot's seed config for the > > next release should provi

[PATCH] ramips: add support for GL.iNet GL-MT1300

2020-12-14 Thread xinfa . deng
From: "Xinfa Deng" The GL-MT1300 is a high-performance new generation pocket-sized router that offers a powerful hardware and first-class cybersecurity protocol with unique and modern design. Specifications: - SoC: MT7621A, Dual-Core @880MHz - RAM: 256 MB DDR3 - Flash: 32 MB - Ethernet: 3 x 10/1

Bind + ISC dhcpd integration (for intranet split-horizon, etc)

2020-12-14 Thread Philip Prindeville
Hi, I’m the maintainer of ISC-DHCP. I’m trying to do the integration “glue” to allow one to operate a DNS private zone inside your intranet (aka “split horizon”) and prime it with both static data as well as DHCP lease information. Ideally this could be done with a minimum of UCI configuration

[PATCH 2/2] tcpdump: fix pcap-config issues

2020-12-14 Thread Rosen Penev
The patch removes a libpcap check to avoid a problem with libpcap. Fix libpcap instead. Modernize Makefile: Use a normal autoconf bool instead of checking for CONFIG_IPV6. Remove old configure and MAKE_FLAGS hacks. Removing them results in compilation continuing to work without a problem. Signe

[PATCH 1/2] libpcap: fix pcap-config

2020-12-14 Thread Rosen Penev
pcap-config as installed is using OS paths instead of OpenWrt ones. Take fix from libpng and adjust as needed. This problem seems to occur on Arch Linux and not on Debian/Fedora based distros. No idea why. Remove CMAKE_INSTALL as there is now an InstallDev section. Signed-off-by: Rosen Penev -

[PATCH] ramips: disable default build for HooToo HT-TM02

2020-12-14 Thread Szabolcs Hubai
While the latest version of 19.07 release is usable, the current master is unbootable on the device in a normal way. "Normal way" installations includes: - sysupgrade (e.g. from 19.07) - RESET button recovery with Ron Curry's (Wingspinner) UBoot image (10.10.10.3 + "Kernal.bin") - RESET button r

Re: Preparing commit description for "ramips: disable default build for HooToo HT-TM02"

2020-12-14 Thread Szabolcs Hubai
Hi, On 12/14/20 5:32 PM, Adrian Schmutzler wrote: > Sorry, I don't understand what this is about. > > Do you want to disable that device by default? Then just put DEFAULT := n > into the device definition. > > Do you want to improve the support? Then you might need to rephrase the > "question

[PATCH v3 0/1] vxlan: allow for dynamic source ip selection

2020-12-14 Thread Johannes Kimmel
V3 removes the maybe unnecessary inherit option for simpler code. The question was raised, whether the inherit option was necessary or the new behaviour was stricty necessry. I tried to come a with an example where the old behaviour (deriving a source address from the tunlink interface) was import

[PATCH v3 1/1] vxlan: allow for dynamic source ip selection

2020-12-14 Thread Johannes Kimmel
By setting 'auto', the zero address or the empty string as source address (option ipaddr, option ip6addr), vxlan will choose one dynamically. This helps in setups where a wan ip or prefix changes. This corresponse to setting up an vxlan tunnel with: proto vxlan6: # ip link add vx0 type vxlan

Merged: libnetfilter-conntrack: update to 1.0.8

2020-12-14 Thread Jo-Philipp Wich
Merged into master at http://git.openwrt.org/?p=openwrt/openwrt.git. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [PATCH] uhttpd: don't redirect to HTTPS by default

2020-12-14 Thread Jo-Philipp Wich
Hi, > So we can ship px5g-wolfssl by default in the release image, but still > make the HTTPS for LuCI optional. This small change with addition of > `CONFIG_PACKAGE_px5g-wolfssl=y` into the buildbot's seed config for the > next release should provide optional HTTPS in the next release. please no

Re: [PATCH] mvebu/cortexa53: add targz rootfs feature

2020-12-14 Thread Paul Spooren
On Mo, Dez 14, 2020 at 21:22, Daniel Golle wrote: On Mon, Dec 14, 2020 at 10:10:32PM +0100, Josef Schlehofer wrote: On 14. 12. 20 21:59, Paul Spooren wrote: > The rootfs is required to create rootfs Docker containers. With this > feature enable a new runtime test can happen for the aa

Re: [PATCH] mvebu/cortexa53: add targz rootfs feature

2020-12-14 Thread Daniel Golle
On Mon, Dec 14, 2020 at 10:10:32PM +0100, Josef Schlehofer wrote: > > On 14. 12. 20 21:59, Paul Spooren wrote: > > The rootfs is required to create rootfs Docker containers. With this > > feature enable a new runtime test can happen for the aarch64_cortex-a53 > > architecture. > > > > CC: Josef Sc

Re: [PATCH] mvebu/cortexa53: add targz rootfs feature

2020-12-14 Thread Josef Schlehofer
On 14. 12. 20 21:59, Paul Spooren wrote: > The rootfs is required to create rootfs Docker containers. With this > feature enable a new runtime test can happen for the aarch64_cortex-a53 > architecture. > > CC: Josef Schlehofer > Signed-off-by: Paul Spooren Acked-by: Josef Schlehofer > --- > ta

[PATCH] mvebu/cortexa53: add targz rootfs feature

2020-12-14 Thread Paul Spooren
The rootfs is required to create rootfs Docker containers. With this feature enable a new runtime test can happen for the aarch64_cortex-a53 architecture. CC: Josef Schlehofer Signed-off-by: Paul Spooren --- target/linux/mvebu/cortexa53/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deleti

Re: [PATCH] uhttpd: don't redirect to HTTPS by default

2020-12-14 Thread Paul Spooren
On Mo, Dez 14, 2020 at 10:07, Petr Štetiar wrote: So we can ship px5g-wolfssl by default in the release image, but still make the HTTPS for LuCI optional. This small change with addition of `CONFIG_PACKAGE_px5g-wolfssl=y` into the buildbot's seed config for the next release should provide o

RE: Preparing commit description for "ramips: disable default build for HooToo HT-TM02"

2020-12-14 Thread Adrian Schmutzler
Sorry, I don't understand what this is about. Do you want to disable that device by default? Then just put DEFAULT := n into the device definition. Do you want to improve the support? Then you might need to rephrase the "question". Best Adrian > -Original Message- > From: Szabolcs Hu

RE: [PATCH 1/2] ath79: add support for Mojo Networks AirTight C-75

2020-12-14 Thread Adrian Schmutzler
Hi, only have time for a quick subset of answers: > -Original Message- > From: Tomasz Maciej Nowak [mailto:tmn...@gmail.com] > Sent: Dienstag, 8. Dezember 2020 17:53 > To: Adrian Schmutzler ; openwrt- > de...@lists.openwrt.org > Cc: 'Vladimir Georgievsky' > Subject: Re: [PATCH 1/2] ath79

RE: [PATCH 2/2] ath79: mojo c-75: use second flash chip

2020-12-14 Thread Adrian Schmutzler
Hi, > -Original Message- > From: Tomasz Maciej Nowak [mailto:tmn...@gmail.com] > Sent: Dienstag, 8. Dezember 2020 18:05 > To: Adrian Schmutzler ; openwrt- > de...@lists.openwrt.org > Cc: 'Vladimir Georgievsky' > Subject: Re: [PATCH 2/2] ath79: mojo c-75: use second flash chip > > W dniu

RE: [PATCH] ramips: add support for GL.iNet GL-MT1300

2020-12-14 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of xinfa.d...@gl-inet.com > Sent: Montag, 14. Dezember 2020 10:55 > To: openwrt-devel@lists.openwrt.org > Cc: GL.iNet-Xinfa.Deng > Subject: [PATCH] ramips: add support for GL.iNet G

Patch: update libubox to compile against lua-5.3

2020-12-14 Thread Ed W
Hi, I was interested to use uqmi in another project using gentoo, so I needed to create an ebuild package. I'm using lua-5.3, so I hit some compile errors with libubox Now, I sense that you are unlikely to upgrade your lua anytime soon, but these changes seem pretty trivial and I think with a wr

Re: [RFC PATCH 0/4] mac80211: Update to version 5.10-rc6

2020-12-14 Thread Hauke Mehrtens
On 12/1/20 11:19 PM, Hauke Mehrtens wrote: This updates mac80211 to backports version 5.10-rc6. This is currently only the test version, I will release official versions of backports in the next days and then update these patches. Kernel 5.10 should be an LTS kernel so we will get updates for it

Re: [PATCH v2] procd: add info json output

2020-12-14 Thread Florian Eckert
Hi Petr, By adding the extra command `info` it is now possible to retrieve all relevant data from a procd started service directly via the init script. whats the use case, how is this useful? As already mentioned, it is a improvement to get the information of the procd service objects fast

RE: [PATCH] procd: add info json output

2020-12-14 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Florian Eckert > Sent: Montag, 14. Dezember 2020 13:36 > To: dan...@makrotopia.org > Cc: openwrt-devel@lists.openwrt.org; Florian Eckert ; > florian.eck...@googlemail.com > Subjec

Re: [PATCH v2] procd: add info json output

2020-12-14 Thread Petr Štetiar
Florian Eckert [2020-12-14 13:56:03]: Hi, > By adding the extra command `info` it is now possible to retrieve all > relevant data from a procd started service directly via the init script. whats the use case, how is this useful? > Until now, you have to query the ubus with the command: > ubus

[PATCH v2] procd: add info json output

2020-12-14 Thread Florian Eckert
By adding the extra command `info` it is now possible to retrieve all relevant data from a procd started service directly via the init script. Until now, you have to query the ubus with the command: ubus call service list '{"name":"","verbose":true}' With this change, the init script is now used

Re: [PATCH] procd: add info json output

2020-12-14 Thread Daniel Golle
Hi Florian, On Mon, Dec 14, 2020 at 01:36:27PM +0100, Florian Eckert wrote: > By adding the extra command `info` it is now possible to retrieve all > relevant data from a procd started service directly via the init script. > > Until now, you have to query the ubus with the command: > ubus call se

[PATCH] procd: add info json output

2020-12-14 Thread Florian Eckert
By adding the extra command `info` it is now possible to retrieve all relevant data from a procd started service directly via the init script. Until now, you have to query the ubus with the command: ubus call service list '{"name":"","verbose":true}' With this change, the init script is now used

[PATCH] ramips: add support for GL.iNet GL-MT1300

2020-12-14 Thread xinfa . deng
From: "GL.iNet-Xinfa.Deng" The GL-MT1300 is a high-performance new generation pocket-sized router that offers a powerful hardware and first-class cybersecurity protocol with unique and modern design. Specifications: - SoC: MT7621A, Dual-Core @880MHz - RAM: 256 MB DDR3 - Flash: 32 MB - Ethernet:

[PATCH] uhttpd: don't redirect to HTTPS by default

2020-12-14 Thread Petr Štetiar
So we can ship px5g-wolfssl by default in the release image, but still make the HTTPS for LuCI optional. This small change with addition of `CONFIG_PACKAGE_px5g-wolfssl=y` into the buildbot's seed config for the next release should provide optional HTTPS in the next release. Disabling the current

Re: [PATCH] utils: simplify mkdir_p boolean conditions

2020-12-14 Thread Paul Spooren
Please add the specific project to the subject like [PATCH foobar] On So, Dez 13, 2020 at 11:57, Rui Salvaterra wrote: Just a trivial simplification. Signed-off-by: Rui Salvaterra --- utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils.c b/utils.c index db6