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

2017-01-20 Thread Hans Dedecker
Hi Daniel odhcpd uses 0 to indicate a lease is expired while -1 is used to reperesent infinite leasetime since the support of infinite leasetime (http://lists.infradead.org/pipermail/lede-dev/2016-November/004133.html). I have my doubts can you make a distinction in dnsmasq between infinite leaset

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

2017-01-20 Thread Felix Fietkau
On 2017-01-19 21:35, Toke Høiland-Jørgensen wrote: > > > 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

[LEDE-DEV] [PATCH] mac80211: backport calculate-min-channel-width fix

2017-01-20 Thread Koen Vandeputte
Signed-off-by: Koen Vandeputte --- .../354-calc-minchannelwidth-correctly.patch | 57 ++ 1 file changed, 57 insertions(+) create mode 100644 package/kernel/mac80211/patches/354-calc-minchannelwidth-correctly.patch diff --git a/package/kernel/mac80211/patches/354-calc

Re: [LEDE-DEV] MikroTik RouterBoard ar71xx changes

2017-01-20 Thread Felix Fietkau
On 2017-01-20 02:40, tim green wrote: > I have a rb493g. How would I test the sysupgrade? I am currently running > openwrt 15.01. You need to boot the new initramfs image, then run sysupgrade from there. - Felix ___ Lede-dev mailing list Lede-dev@li

Re: [LEDE-DEV] [PATCH] mac80211: backport calculate-min-channel-width fix

2017-01-20 Thread Felix Fietkau
On 2017-01-20 11:26, Koen Vandeputte wrote: > Signed-off-by: Koen Vandeputte To get the filenames right, please use import-backports.sh from package/kernel/mac80211/scripts: - export the commit from a git tree with git-format-patch -o - in the mac80211 build dir unpacked with QUILT=1 switch to t

Re: [LEDE-DEV] [PATCH] mac80211: backport calculate-min-channel-width fix

2017-01-20 Thread Koen Vandeputte
On 2017-01-20 11:33, Felix Fietkau wrote: On 2017-01-20 11:26, Koen Vandeputte wrote: Signed-off-by: Koen Vandeputte To get the filenames right, please use import-backports.sh from package/kernel/mac80211/scripts: - export the commit from a git tree with git-format-patch -o - in the mac8021

[LEDE-DEV] netifd: "bridge: disable IGMP snooping by default"

2017-01-20 Thread Linus Lüssing
Hi, Is there any further information regarding this commit somewhere? "bridge: disable IGMP snooping by default" https://git.lede-project.org/?p=project/netifd.git;a=commitdiff;h=52541140f8138e31958cdc3d7e42a4029fa6bbc9 Regards, Linus ___ Lede-dev mai

Re: [LEDE-DEV] [PATCH] kernel: bump to 4.4.43

2017-01-20 Thread Felix Fietkau
On 2017-01-16 09:42, Koen Vandeputte wrote: > Refreshed patches for all supported targets. > > Compiled & tested on imx6 > > Signed-off-by: Koen Vandeputte 4.4.44 has been released. - Felix ___ Lede-dev mailing list Lede-dev@lists.infradead.org http:

Re: [LEDE-DEV] [PATCH] mac80211: backport calculate-min-channel-width fix

2017-01-20 Thread Rafał Miłecki
On 20 January 2017 at 11:33, Felix Fietkau wrote: > On 2017-01-20 11:26, Koen Vandeputte wrote: >> Signed-off-by: Koen Vandeputte > To get the filenames right, please use import-backports.sh from > package/kernel/mac80211/scripts: > > - export the commit from a git tree with git-format-patch -o

[LEDE-DEV] [PATCH v2] mac80211: backport calculate-min-channel-width fix

2017-01-20 Thread Koen Vandeputte
compiled & tested on cns3xxx Signed-off-by: Koen Vandeputte --- ...211-calculate-min-channel-width-correctly.patch | 53 ++ 1 file changed, 53 insertions(+) create mode 100644 package/kernel/mac80211/patches/354-mac80211-calculate-min-channel-width-correctly.patch diff --g

[LEDE-DEV] [PATCH v2] kmod-sched-core: Add HTB and TBF traffic shapers

2017-01-20 Thread Toke Høiland-Jørgensen
HTB and TBF are the basic traffic shapers used by sqm-scripts. Moving these into kmod-sched-core enables sqm-scripts to downgrade its dependency from kmod-sched to kmod-sched-core, potentially making it useful on devices with smaller flash sizes. This adds around 30k to the size of kmod-sched-core

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

2017-01-20 Thread Daniel Dickinson
On Thu, 19 Jan 2017 21:34:45 +0100 Dan Lüdtke wrote: > 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. Sound interesting. Can it do multiple instances? > > C) How easy it is to

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

2017-01-20 Thread Ben Greear
Please do not apply this, it has issues. I will send a v2 patch. Thanks, Ben On 01/19/2017 03:08 PM, gree...@candelatech.com wrote: 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 Greea

Re: [LEDE-DEV] netifd: "bridge: disable IGMP snooping by default"

2017-01-20 Thread Dave Täht
On 1/20/17 2:37 AM, Linus Lüssing wrote: > Hi, > > Is there any further information regarding this commit somewhere? > > "bridge: disable IGMP snooping by default" > https://git.lede-project.org/?p=project/netifd.git;a=commitdiff;h=52541140f8138e31958cdc3d7e42a4029fa6bbc9 This is probably my f

[LEDE-DEV] [PATCH] ath10k-ct: Support ath10k CT firmware for 9887 chipsets.

2017-01-20 Thread greearb
From: Ben Greear Signed-off-by: Ben Greear --- Build tested, but the board I was trying to test it on appears busted and does not even show an ath10k device on the bus, so not sure if this firmware actually works. package/firmware/ath10k-firmware/Makefile | 38 +++

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

2017-01-20 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 --- v2: Use most recent git commit hash, the previous one was broken on LEDE. package/kernel/ath10k-ct/Makefile | 4 ++-- 1 file c

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

2017-01-20 Thread Eric Luehrsen
>>>Sound interesting. Can it do multiple instances? (1) The UCI scripts are not configured for instances, but ... (2) It wouldn't be a good idea. Recursive servers keep a lot of infrastructure cache with the zone data. This grows with DNSSEC. Lame paths (broken DSKEY chains) and slow respondin

[LEDE-DEV] sunxi: Bananapi/pro audio codec default disabled in device-tree

2017-01-20 Thread xige
Hi, All I found sun7i bananapi/pro audio codec disabled in device-tree, I make a patch: --- a/arch/arm/boot/dts/sun7i-a20-bananapi.dts +++ b/arch/arm/boot/dts/sun7i-a20-bananapi.dts @@ -106,6 +106,10 @@ >; }; +&codec { +status = "okay"; +}; + &ehci0 { status = "okay

[LEDE-DEV] netifd: "bridge: disable IGMP snooping by default"

2017-01-20 Thread Eric Luehrsen
Dave, May I quote you for pull requests to achieve "dnsmasq: make DHCPv6 work in standalone dnsmasq installation": https://github.com/lede-project/source/pull/704 https://github.com/lede-project/source/pull/674 >>> "It's just odhcpd that sucks rocks through a straw." Eric _