[OpenWrt-Devel] [PATCH] dnsmasq: prefer localuse over resolvfile guesswork

2019-02-20 Thread Yousong Zhou
This makes it clear that localuse when explicitly specified in the config will have its final say on whether or not the initscript should touch /etc/resolv.conf, no matter whatever the result of previous guesswork would be Signed-off-by: Yousong Zhou --- package/network/services/dnsmasq/Makefile

[OpenWrt-Devel] speed up ath10k-caldata extraction for non-ipq40xx

2019-02-20 Thread Adrian Schmutzler
Hi, just saw the commit “ipq40xx: speed up ath10k-caldata extraction”: https://github.com/openwrt/openwrt/commit/a69e101ed1169f562fc030a783cd997d3f066b16 Is this specific to ipq40xx for some reason not obvious to me or can other targets like ath79/ar71xx be “enhanced” similarly: https

Re: [OpenWrt-Devel] [PATCH] ath79: fix wmac memory region for qca953x

2019-02-20 Thread Christian Lamparter
On Tuesday, February 19, 2019 7:27:08 AM CET Chuanhong Guo wrote: > According to /arch/mips/include/asm/mach-ath79/ar71xx_regs.h > the size of wmac register range for qca953x is only 0x2. > > Signed-off-by: Chuanhong Guo > --- > target/linux/ath79/dts/qca953x.dtsi | 2 +- > 1 file changed, 1

Re: [OpenWrt-Devel] [PATCH v2 3/3] ipq40xx: add support for FritzBox 7530

2019-02-20 Thread Christian Lamparter
On Monday, February 18, 2019 11:58:34 PM CET David Bauer wrote: > diff --git > a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts > > b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts > new file mode 100644 > index 00..b2a3

Re: [OpenWrt-Devel] [PATCH] openwrt-18.06: ar71xx: Fix 5 GHz MAC address for Archer C60 v2

2019-02-20 Thread Adrian Schmutzler
Hi, the equivalent patch has been merged into master: https://github.com/openwrt/openwrt/commit/319c5d7c49503d1afbfb3164b18cf966e11fac6a So maybe this one can be reconsidered for openwrt-18.06 ... Best Adrian > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@li

Re: [OpenWrt-Devel] 5GHz wifi is broken

2019-02-20 Thread e9hack
Am 18.02.2019 um 22:38 schrieb Hartmut Birr: Hi, this is my wireless configuration. I build hostapd with the internal radius server enabled and set the expected configuration for the internal radius server for hostapd if config value for auth_server isn't given or empty. config wifi-device 'r

[OpenWrt-Devel] bugs.openwrt.org

2019-02-20 Thread Ted Hess
I am in the process of moving our Flyspray system to a new host on DO. It is currently hosted on our download server and occasionally gets bogged down due to download activity. I plan on taking the site offline for about an hour to move the database starting about 18:00 UTC/13:00 EST tomorrow (F

Re: [OpenWrt-Devel] [PATCH] libevent2: Add -Wl, --gc-sections to reduce size a little.

2019-02-20 Thread Rosen Penev
On Wed, Feb 20, 2019 at 12:45 AM Petr Štetiar wrote: > > Rosen Penev [2019-02-19 22:45:37]: > > > On Tue, Feb 19, 2019 at 10:19 PM Petr Štetiar wrote: > > > > > > Rosen Penev [2019-02-19 13:01:57]: > > > > > > > -TARGET_CFLAGS += $(FPIC) > > > > > > Why did you removed this? I can see, that you

Re: [OpenWrt-Devel] [PATCH] libevent2: Add -Wl, --gc-sections to reduce size a little.

2019-02-20 Thread Petr Štetiar
Rosen Penev [2019-02-19 22:45:37]: > On Tue, Feb 19, 2019 at 10:19 PM Petr Štetiar wrote: > > > > Rosen Penev [2019-02-19 13:01:57]: > > > > > -TARGET_CFLAGS += $(FPIC) > > > > Why did you removed this? I can see, that you've added --with-pic configure > > option, but I'm wondering if it's goin