Re: jsonfilter and queries with '-' in them

2020-08-12 Thread Dirk Brenken
On Wed, 2020-08-12 at 14:20 -0500, Michael Jones wrote: > Hi List, > > I am trying to query netifd via ubus for the list of ipv4 ipaddresses > associated with an interface. > > Currently my query looks like > > ubus call network.interface.wan status | jsonfilter -e "@.ipv4- > address" > Syntax

[OpenWrt-Devel] aarch64: elfutils 0.179 no longer builds with musl

2020-04-16 Thread Dirk Brenken
Hi, after the last elfutils update I noticed the following build error, e.g. for raspberry 4b: [...] make[4]: Entering directory '/home/dirk/openwrt/RASPBERRY4B/source/build_dir/target-aarch64_cortex- a72_musl/elfutils-0.179' [...] aarch64_initreg.c: In function

Re: [OpenWrt-Devel] Wifi is broken

2019-11-17 Thread Dirk Brenken
On Sat, 2019-11-16 at 17:27 +0100, Daniel Golle wrote: > Hi, > > On Sat, Nov 16, 2019 at 09:17:08AM +0100, e9hack wrote: > > Hi, > > > > this commit > > > > commit 000b7687bc50be5b0f1161f4bf8ceb85c495c395 > > mac80211: restore mac80211_interface_cleanup() > > > > breaks wifi on my tp-link

Re: [OpenWrt-Devel] Wifi is broken

2019-11-16 Thread Dirk Brenken
On Sat, 2019-11-16 at 17:27 +0100, Daniel Golle wrote: > Hi, > > On Sat, Nov 16, 2019 at 09:17:08AM +0100, e9hack wrote: > > Hi, > > > > this commit > > > > commit 000b7687bc50be5b0f1161f4bf8ceb85c495c395 > > mac80211: restore mac80211_interface_cleanup() > > > > breaks wifi on my tp-link

Re: [OpenWrt-Devel] Wifi is broken

2019-11-16 Thread Dirk Brenken
On Sat, 2019-11-16 at 09:17 +0100, e9hack wrote: > Hi, > > this commit > > commit000b7687bc50be5b0f1161f4bf8ceb85c495c395 > mac80211: restore mac80211_interface_cleanup() > > breaks wifi on my tp-link archer C7 router. After update, only the 5G > wifi will be activated. The 2.4G wifi

Re: [OpenWrt-Devel] uhttpd/luci/rpcd is broken?

2019-11-13 Thread Dirk Brenken
On Wed, 2019-11-13 at 13:44 +0100, e9hack wrote: > Hi, > > it looks like that uhttpd/luci/rpcd is broken again. After login in > the web interface, the main status page times out and shows this > error message: > > RPCError: RPC call to luci.ddns/get_services_status failed with error > -32000:

Re: [OpenWrt-Devel] the change 'base-files, procd: add generic service status' breaks several packages

2019-09-22 Thread Dirk Brenken
On Sat, 2019-09-21 at 11:09 +0200, Petr Štetiar wrote: > Dirk Brenken < > d...@brenken.org > > [2019-09-21 09:15:56]: > > Hi, > > > How to proceed? > > can you please try following fix[1]? Thanks! > > 1. > htt

[OpenWrt-Devel] the change 'base-files, procd: add generic service status' breaks several packages

2019-09-21 Thread Dirk Brenken
Hi, the above change breaks several standard packages, which already implemented a 'status' function in their init, e.g.: - simple-adblock - wifidog - adblock - banIP - travelmate - postgresql - [...] How to proceed? Thanks! Dirk signature.asc Description: This is a digitally signed message

Re: [OpenWrt-Devel] RFT: ar71xx/mac80211 update

2018-10-04 Thread Dirk Brenken
On Do, 2018-10-04 at 11:25 +0200, Koen Vandeputte wrote: > > On 2018-10-03 20:06, Dirk Brenken wrote: > > On Mi, 2018-10-03 at 17:59 +0200, Koen Vandeputte wrote: > > > On 2018-08-13 17:14, John Crispin wrote: > > > > Hi, > > > > > > > &g

Re: [OpenWrt-Devel] ar71xx with kernel 4.14 - a few test results

2018-08-23 Thread Dirk Brenken
with 4.9 > After upgraded to 4.14 the throughput dropped to 185-190Mbps. same > device same settings and testing conditions. > > On 23/08/2018, John Crispin wrote: > > > On 23/08/18 11:34, Dirk Brenken wrote: > Hi, > > I've tested two router with latest master &

[OpenWrt-Devel] ar71xx with kernel 4.14 - a few test results

2018-08-23 Thread Dirk Brenken
Hi, I've tested two router with latest master & kernel 4.14 (OpenWrt SNAPSHOT, r7906-7e73e9128f) - TP-Link RE-450v1 => works quite fine, both radios are available, no issues at all - GL-AR750 => 2,4G works OK, 5G is no longer available, e.g. default wifi configuration via 'wifi config' kernel

[OpenWrt-Devel] [PATCH, resend] busybox: enable find mtime support by default

2015-10-31 Thread Dirk Brenken
busybox binary in openwrt neither supports stat nor find mtime. This patch adds find mtime support by default.  (resend due to format issues) Signed-off-by: Dirk Brenken <d...@brenken.org> --- diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in

[OpenWrt-Devel] [PATCH, resend] busybox: enable find mtime support by default

2015-10-31 Thread Dirk Brenken
Signed-off-by: Dirk Brenken <d...@brenken.org> --- package/utils/busybox/Config-defaults.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in index a61109a..5b77f93 100644 --- a/package/utils/b

[OpenWrt-Devel] [PATCH] busybox: enable find mtime support by default

2015-10-19 Thread Dirk Brenken
Signed-off-by: Dirk Brenken <d...@brenken.org> --- diff --git a/a/package/utils/busybox/Config-defaults.in b/b/package/utils/busybox/Config-defaults.in index a61109a..5b77f93 100644 --- a/a/package/utils/busybox/Config-defaults.in +++ b/b/package/utils/busybox/Config-defaults.in @@ -987,7

Re: [OpenWrt-Devel] [PATCH] busybox: enable find mtime support by default

2015-10-18 Thread Dirk Brenken
Hi, I can't see the diff/patch below on patchwork, anything wrong with the submitted patch? Thanks Dirk   Am Freitag, den 16.10.2015, 12:10 +0200 schrieb Dirk Brenken: > busybox binary in openwrt neither supports stat nor find mtime. This > patch adds find mtime support by default. >

[OpenWrt-Devel] [PATCH] busybox: enable find mtime support by default

2015-10-16 Thread Dirk Brenken
busybox binary in openwrt neither supports stat nor find mtime. This patch adds find mtime support by default. Signed-off-by: Dirk Brenken <d...@brenken.org> --- --- trunk/package/utils/busybox/Config-defaults.in.orig 2015-09- 11 23:24:58.0 +0200 +++ trunk/package/utils/busybox/

Re: [OpenWrt-Devel] [PATCH] busybox: enable find mtime support by default

2015-10-16 Thread Dirk Brenken
16 13:52 busybox_1.23.2-3_x86_64.ipk- 1after difference: +145 Byte br dirk Am Freitag, den 16.10.2015, 12:53 +0200 schrieb Etienne Champetier: > Hi Dirk, > > > 2015-10-16 12:10 GMT+02:00 Dirk Brenken <d...@brenken.org>: > > busybox binary in openwrt neither supp