[LEDE-DEV] [PATCH 2/2] samba36: Don't resolve interfaces.

2017-08-24 Thread Rosen Penev
It's redundant and also buggy. IPv6 link local addresses and ::1 are not resolved for example. Doesn't matter since lo and br-lan for example, resolve to them. Signed-off-by: Rosen Penev --- package/network/services/samba36/Makefile | 2 +- package/network/services/samba36/files/samba.

[LEDE-DEV] [PATCH 1/2] samba36: Remove guest ok since LuCI configures it.

2017-08-24 Thread Rosen Penev
guest ok is set per share and as such, don't override it. also, fix an error introduced in the last commit. Signed-off-by: Rosen Penev --- package/network/services/samba36/files/smb.conf.template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/network/services/samb

[LEDE-DEV] [PATCH] rt2x00: port remaining patches for mac80211 from 4.13-rc6

2017-08-24 Thread Daniel Golle
Convert patches for RT3883 and RT3663 as well as support for external PA on MT7620 to use the changed calling convention for rt2.*_read(...) functions. Signed-off-by: Daniel Golle --- ...rt2800lib-add-channel-configuration-function-.patch | 18 +- ...rt2800lib-add-RFCSR-initializ

[LEDE-DEV] [RFC 4/4] iw: sync with backports-4.13-rc6

2017-08-24 Thread Hauke Mehrtens
This syncs the nl80211.h file with the version from backports-4.13-rc6. Signed-off-by: Hauke Mehrtens --- .../utils/iw/patches/001-nl80211_h_sync.patch | 407 +++-- 1 file changed, 382 insertions(+), 25 deletions(-) diff --git a/package/network/utils/iw/patches/001-nl80211_

[LEDE-DEV] [RFC 2/4] ath10k-ct: fix compatibility with mac80211 from 4.13-rc6

2017-08-24 Thread Hauke Mehrtens
This fixes some compatibility problems with backports-4.13-rc6. Signed-off-by: Hauke Mehrtens --- .../ath10k-ct/patches/100-kernel_compat.patch | 14 +-- package/kernel/ath10k-ct/patches/110-api_fix.patch | 2 +- .../ath10k-ct/patches/120-mac80211-api.patch | 104 ++

[LEDE-DEV] [RFC 0/4] mac80211: update to backports-4.13-rc6

2017-08-24 Thread Hauke Mehrtens
This updates mac80211 to backports-4.13-rc6 based on kernel 4.13-rc6. This was compile tested on multiple targets and runtime tested on a lantiq device with ath9k and ath10k. I plan to create an official backports release based on kernel 4.13-rcX and use that in this mac80211 version. Please t

[LEDE-DEV] [RFC 3/4] mt76: fix compatibility with mac80211 from 4.13-rc6

2017-08-24 Thread Hauke Mehrtens
This fixes some compatibility problems with backports-4.13-rc6. Signed-off-by: Hauke Mehrtens --- .../kernel/mt76/patches/001-backport-4.13.patch| 86 ++ 1 file changed, 86 insertions(+) create mode 100644 package/kernel/mt76/patches/001-backport-4.13.patch diff --git a

Re: [LEDE-DEV] [PATCH] dnsmasq: backport upstream fix for segfault

2017-08-24 Thread Hans Dedecker
On Thu, Aug 24, 2017 at 8:01 PM, Ash Benz via Lede-dev wrote: > The sender domain has a DMARC Reject/Quarantine policy which disallows > sending mailing list messages using the original "From" header. > > To mitigate this problem, the original message has been wrapped > automatically by the mailin

Re: [LEDE-DEV] [PATCH 2/2] toolchain: gcc: drop MIPS patch

2017-08-24 Thread Arjen de Korte
Citeren Arjen de Korte : Citeren Arjen de Korte : Citeren Kevin Darbyshire-Bryant : On 23/08/17 18:25, Arjen de Korte wrote: While removing the MIPS patch fixes dropbear when using gcc 7.1.0 and '-Os', uhttpd goes tits up with a segfault in liblua. With '-O2' it's fine for both, so I'll

[LEDE-DEV] [PATCH] dnsmasq: backport upstream fix for segfault

2017-08-24 Thread Ash Benz via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Signed-off-by: Ash Benz --- ...-

Re: [LEDE-DEV] [PATCH 2/2] toolchain: gcc: drop MIPS patch

2017-08-24 Thread Arjen de Korte
Citeren Arjen de Korte : Citeren Kevin Darbyshire-Bryant : On 23/08/17 18:25, Arjen de Korte wrote: While removing the MIPS patch fixes dropbear when using gcc 7.1.0 and '-Os', uhttpd goes tits up with a segfault in liblua. With '-O2' it's fine for both, so I'll probably stick with that f

Re: [LEDE-DEV] [PATCH 2/2] musl: bump to latest 1.1.16+ git HEAD

2017-08-24 Thread Kevin Darbyshire-Bryant
Run tested ar71xx Archer c7 - nothing obvious has gone BOOOM! Signed-off-by: Kevin Darbyshire-Bryant ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] busybox: update to 1.27.2

2017-08-24 Thread Kevin Darbyshire-Bryant
On 23/08/17 22:13, Magnus Kroken wrote: Refresh patches, delete patches backported from upstream. This fixes ntpd sync issues (ntpd would not sync if the first provided peer address was unreachable). Signed-off-by: Magnus Kroken --- Runtime tested on x86_64 and powerpc/mpc85xx. Run tested

Re: [LEDE-DEV] MT7620 NAND patch and kernel 4.9

2017-08-24 Thread John Crispin
On 24/08/17 14:22, Robert Marko wrote: Hi, I am working on adding support for Xiaomi Router R3 and most of work is already done. https://wiki.openwrt.org/toh/xiaomi/mir3 Unfortunately, it uses NAND flash for which patch that supported it for MT7620 was dropped when ramips was updated to kernel

[LEDE-DEV] MT7620 NAND patch and kernel 4.9

2017-08-24 Thread Robert Marko
Hi, I am working on adding support for Xiaomi Router R3 and most of work is already done. https://wiki.openwrt.org/toh/xiaomi/mir3 Unfortunately, it uses NAND flash for which patch that supported it for MT7620 was dropped when ramips was updated to kernel 4.9 so therefore NAND does not working wit

Re: [LEDE-DEV] [PATCH 2/2] toolchain: gcc: drop MIPS patch

2017-08-24 Thread Arjen de Korte
Citeren Kevin Darbyshire-Bryant : On 23/08/17 18:25, Arjen de Korte wrote: While removing the MIPS patch fixes dropbear when using gcc 7.1.0 and '-Os', uhttpd goes tits up with a segfault in liblua. With '-O2' it's fine for both, so I'll probably stick with that for now. What about with g

Re: [LEDE-DEV] [PATCH 2/2] toolchain: gcc: drop MIPS patch

2017-08-24 Thread Kevin Darbyshire-Bryant
On 23/08/17 18:25, Arjen de Korte wrote: While removing the MIPS patch fixes dropbear when using gcc 7.1.0 and '-Os', uhttpd goes tits up with a segfault in liblua. With '-O2' it's fine for both, so I'll probably stick with that for now. What about with gcc 7.2.0? _