[LEDE-DEV] Fw: [openwrt/luci] BUG: DHCP Leases "infinite" time shows as "expired" not as "unlimited" in IPv4 (#963)

2017-01-19 Thread Daniel Dickinson
Hi Hans, In LuCI GitHub issue 963 (https://github.com/openwrt/luci/issues/963), a user discovered that LuCI incorrectly reports dnsmasq infinite leasetime as expired because the LuCI check is based on odhcpd's -1 for INFINITE_VALID, but dnsmasq uses 0 in the dhcp.leases file for infinite leases.

[LEDE-DEV] MikroTik RouterBoard ar71xx changes

2017-01-19 Thread tim green
I have a rb493g. How would I test the sysupgrade? I am currently running openwrt 15.01. Thanks Tim ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [PATCH 1/2] ath10k-ct: Fix performance of 2x2 hardware running 3x3 firmware.

2017-01-19 Thread greearb
From: Ben Greear The driver had a bug when calculating the rateset. This resolves that and allows full VHT mcs rates on 2x2 hardware. Signed-off-by: Ben Greear --- package/kernel/ath10k-ct/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/ath10k-c

[LEDE-DEV] [PATCH 2/2] mac80211.sh: Support VHT40 hw type for ibss.

2017-01-19 Thread greearb
From: Ben Greear This doesn't actually limit it to VHT40 rates on ath10k, it seems, but it does let it run VHT 80 rates, which seems better than disable VHT entirely. Signed-off-by: Ben Greear --- package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 4 ++-- 1 file changed, 2 inserti

Re: [LEDE-DEV] OpenWRT Quantenna radio driver for Netgear Nighthawk X4 R7500 (Tested on Designated Driver r49274)

2017-01-19 Thread Patrick Martin
The files this package uses all were either written from scratch or are from a Netgear open source release, the Quantenna wifi card actually runs its own Linux distribution which means its internal software is open source (it's a weird wifi card). Also all of the license headers on the Quantenna p

[LEDE-DEV] s/dnsmasq/unbound+odhcpd/

2017-01-19 Thread Dan Lüdtke
Hi everyone, i built LEDE without dnsmasq but with odhcp instead. Mainly out of curiosity and to test a recent PR by Eric Luehrsen regarding unbound+odhcp. Just a couple of questions to help me understand why things are the way they are: A) In ifaces.lua, it says "Display DNS settings if dnsm

Re: [LEDE-DEV] [PATCH] kmod-sched-core: Remove HFSC and replace it with HTB

2017-01-19 Thread Toke Høiland-Jørgensen
On 19 January 2017 21:08:40 CET, Felix Fietkau wrote: >On 2017-01-19 19:12, Toke Høiland-Jørgensen wrote: >> Given the stability issues with HFSC, move that from kmod-sched-core >to >> kmod-sched and replace it with HTB. >> >> This has the added benefit of enabling sqm-scripts to downgrade its

Re: [LEDE-DEV] [PATCH] kmod-sched-core: Remove HFSC and replace it with HTB

2017-01-19 Thread Felix Fietkau
On 2017-01-19 19:12, Toke Høiland-Jørgensen wrote: > Given the stability issues with HFSC, move that from kmod-sched-core to > kmod-sched and replace it with HTB. > > This has the added benefit of enabling sqm-scripts to downgrade its > dependency from kmod-sched to kmod-sched-core, potentially ma

[LEDE-DEV] [PATCH] kmod-sched-core: Remove HFSC and replace it with HTB

2017-01-19 Thread Toke Høiland-Jørgensen
Given the stability issues with HFSC, move that from kmod-sched-core to kmod-sched and replace it with HTB. This has the added benefit of enabling sqm-scripts to downgrade its dependency from kmod-sched to kmod-sched-core, potentially making it useful on devices with little flash. Signed-off-by:

[LEDE-DEV] [PATCH v2 netifd] interface-ip: route proto config support (FS#170)

2017-01-19 Thread Hans Dedecker
Route proto support is usefull when using route distribution via a routing daemon. The route proto parameter can be specified via the route proto uci config parameter, it can hold a numerical value or the string values unspec, kernel, boot, static or a string present in /etc/iproute2/rt_protos. Si

[LEDE-DEV] OpenWRT Quantenna radio driver for Netgear Nighthawk X4 R7500 (Tehttps://www.autistici.org/webmail/3/?_task=mail&_action=compose&_id=12641242995880cdf530713#stedon Designated Driver r49274)

2017-01-19 Thread Stijn Segers
Hi Patrick, Please see https://lede-project.org/docs/guide-developer/the-source-code?s[]=patch for submitting patches. I have no idea how Quantenna's licensing works - are third parties allowed to distribute it freely? Cheers Stijn ___ Lede-dev

Re: [LEDE-DEV] FCC killing open platforms and inovations

2017-01-19 Thread Sven Eckelmann
On Donnerstag, 19. Januar 2017 15:22:25 CET Petr Štetiar wrote: [...] > You or someone else for OpenMesh has put so much energy to make the U-Boot use > RSA keys for image verification, but on the other hand you keep the ART > partition, where you store the RSA key, writable from the system. []

Re: [LEDE-DEV] FCC killing open platforms and inovations

2017-01-19 Thread Petr Štetiar
Simon Wunderlich [2016-11-17 11:19:48]: Hi Simon, > On the other hand, swapping the u-boot is not so trivial, at least without > opening/soldering/modifying the flash from outside, which is considered a > reasonable hurdle. the more I'm exploring the secrets of U-Boot code with pepe2k's help,

[LEDE-DEV] [PATCH] ubusd: fix issue caused by an implicit cast

2017-01-19 Thread Mihai Richard
An -1 returned by ubus_msg_writev() will be interpreted as UINT_MAX during a check to see how much data had could be written on the socket. Because sizeof() will return size_t it will promote the comparsion to unsigned Signed-off-by: Mihai Richard --- ubusd.c | 5 +++-- 1 file changed, 3 insert

Re: [LEDE-DEV] [Make-wifi-fast] ath9k airtime fairness stabiity issues?

2017-01-19 Thread Felix Fietkau
On 2017-01-19 11:38, Jaap Buurman wrote: > Hi all, > > According to Dave Täht the following code disables Airtime Fairness: > > for i in /sys/kernel/debug/ieee80211/phy*/*/airtime_flags > > do > echo 0 > $i > done > > > > Wouldn't it be a good idea to ship Lede with ATF baked in, but > disabl

Re: [LEDE-DEV] [Make-wifi-fast] ath9k airtime fairness stabiity issues?

2017-01-19 Thread Jaap Buurman
Hi all, According to Dave Täht the following code disables Airtime Fairness: for i in /sys/kernel/debug/ieee80211/phy*/*/airtime_flags do echo 0 > $i done Wouldn't it be a good idea to ship Lede with ATF baked in, but disabled at default? That would allow end-users to easily enable ATF. Since