Re: [LEDE-DEV] libubox, procd: init process hangs

2016-05-19 Thread Mats Karrman
On 2016-05-18 15:09, Mats Karrman wrote: On 2016-05-18 14:03, Felix Fietkau wrote: On 2016-05-18 14:00, Mats Karrman wrote: On 2016-05-18 13:01, Felix Fietkau wrote: On 2016-05-18 11:38, Mats Karrman wrote: On 2016-05-17 17:31, Mats Karrman wrote: On 2016-05-17 13:29, Felix Fietkau wrot

Re: [LEDE-DEV] [PATCH 2/4] v2: block.c: Add support for checking vfat filesystems

2016-05-19 Thread Daniel Dickinson
Hopefully before I crash tonight I will have something to report. I'm in the process of a build now. On 16-05-19 02:07 AM, John Crispin wrote: > > > On 18/05/2016 13:28, l...@daniel.thecshore.com wrote: >> From: Daniel Dickinson >> >> v2: Fix mixup of dosfsck checking ext* and e2fsck checking

Re: [LEDE-DEV] Missing signed-off-by

2016-05-19 Thread Kevin Darbyshire-Bryant
Hi Etienne (& list) Yes I've just noticed that too when I looked at them coming back at me via master. I feel really bad! I will submit a new PR with properly signed commits once I've done this email. I guess reverting the unsigned & applying the signed would maintain an obvious history.

Re: [LEDE-DEV] [PATCH 2/4] v2: block.c: Add support for checking vfat filesystems

2016-05-19 Thread Daniel Curran-Dickinson
Hi John, It looks like on ar71xx MS_ACL is not defined in linux/fs.h in the default kernel. It must have been added later than 4.1 (I believe that is the version ar71xx is currently on). I guess my desktop system is a newer kernel that has symbols (I didn't have a build tree handy to check at th

Re: [LEDE-DEV] Missing signed-off-by

2016-05-19 Thread John Crispin
On 19/05/2016 09:39, Kevin Darbyshire-Bryant wrote: > Hi Etienne (& list) > > Yes I've just noticed that too when I looked at them coming back at me > via master. I feel really bad! > > I will submit a new PR with properly signed commits once I've done this > email. I guess reverting the unsi

Re: [LEDE-DEV] [PATCH 2/4] v2: block.c: Add support for checking vfat filesystems

2016-05-19 Thread Daniel Curran-Dickinson
Oh, it uses MS_POSIXACL. I'll check if that changes in newer trees. On 16-05-19 03:22 AM, Daniel Dickinson wrote: > Hopefully before I crash tonight I will have something to report. I'm > in the process of a build now. > > On 16-05-19 02:07 AM, John Crispin wrote: >> >> >> On 18/05/2016 13:28,

[LEDE-DEV] [PATCH] conntrack: enable support for netfilter conntrack zones

2016-05-19 Thread Alin Nastac
Storage of such zones is provided by a nf_ct_ext struct, hence conntrack memory foot print will not be increased if zones are not used. --- package/kernel/linux/modules/netfilter.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linu

Re: [LEDE-DEV] Missing signed-off-by

2016-05-19 Thread Kevin Darbyshire-Bryant
On 19/05/16 08:48, John Crispin wrote: On 19/05/2016 09:39, Kevin Darbyshire-Bryant wrote: Hi Etienne (& list) Yes I've just noticed that too when I looked at them coming back at me via master. I feel really bad! I will submit a new PR with properly signed commits once I've done this emai

Re: [LEDE-DEV] Missing signed-off-by

2016-05-19 Thread John Crispin
On 19/05/2016 09:55, Kevin Darbyshire-Bryant wrote: > > > On 19/05/16 08:48, John Crispin wrote: >> >> >> On 19/05/2016 09:39, Kevin Darbyshire-Bryant wrote: >>> Hi Etienne (& list) >>> >>> Yes I've just noticed that too when I looked at them coming back at me >>> via master. I feel really bad

Re: [LEDE-DEV] Missing signed-off-by

2016-05-19 Thread Jo-Philipp Wich
Hi, I reverted the offending commits and pushed the newer, signed ones. Will look into enforcing S-o-b through hooks. Sorry for the mishap. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-de

[LEDE-DEV] WRT1900ACS Testing

2016-05-19 Thread Dheeran Senthilvel
Hi, I am currently running LEDE r274 build dated 18-May-2015. The build seems to be stable as of now, have been flashing the images ever since the snapshot was made available in the repository. Current Status of the device is as follows, # Wireless - both 2.4Ghz (@297MB/

[LEDE-DEV] [PATCH] Added publish/subscribe lua bindings with examples.

2016-05-19 Thread Iain Fraser
Signed-off-by: Iain Fraser --- lua/ubus.c | 233 +++- 1 file changed, 232 insertions(+), 1 deletion(-) diff --git a/lua/ubus.c b/lua/ubus.c index 86e34b7..9941ef6 100644 --- a/lua/ubus.c +++ b/lua/ubus.c @@ -1,6 +1,7 @@ /* * Copyright (

[LEDE-DEV] [PATCH] Lua examples using ubus publish and subscribe.

2016-05-19 Thread Iain Fraser
--- lua/publisher.lua | 60 lua/subscriber.lua | 25 ++ 2 files changed, 85 insertions(+) create mode 100644 lua/publisher.lua create mode 100644 lua/subscriber.lua diff --git a/lua/publisher.lua b/lua/publisher.lua n

[LEDE-DEV] [PATCH] curl: update to 7.49

2016-05-19 Thread Dirk Neukirchen
fixes: CVE-2016-3739: TLS certificate check bypass with mbedTLS/PolarSSL - remove crypto auth compile fix curl changelog of 7.46 states its fixed - fix mbedtls and cyassl usability #19621 : add path to certificate file (from Mozilla via curl) and provide this in a new package tested on ar71xx w

[LEDE-DEV] [PATCH] cyassl/wolfssl: update to 3.9.0

2016-05-19 Thread Dirk Neukirchen
- disable sslv3 (security) - patch is not needed anymore (see src/ssl.c) tested on ar71xx w. curl Signed-off-by: Dirk Neukirchen --- package/libs/cyassl/Makefile | 9 + .../cyassl/patches/300-SSL_set_tlsext_host_name.patch | 19 --- 2 files chan

[LEDE-DEV] [PATCH] perf: disable libcrypto dependency

2016-05-19 Thread Dirk Neukirchen
upstream change: 8ee4646038e47d065d35703e3e343136c4cd42aa fixes dependency w. Kernel 4.6 Signed-off-by: Dirk Neukirchen --- package/devel/perf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index db68387..026def2 100644 ---

[LEDE-DEV] [PATCH] buildsystem: unify host and package configure

2016-05-19 Thread Dirk Neukirchen
- package-defaults.mk and host-build.mk configure could behave differently - there is already _ARGS in place to hand over stuff Signed-off-by: Dirk Neukirchen --- include/host-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/host-build.mk b/include/host-build.

[LEDE-DEV] [PATCH] package: spidev_test: update location for >Kernel 4.5

2016-05-19 Thread Dirk Neukirchen
- document indirect source code fixup affecting spidev_test Signed-off-by: Dirk Neukirchen --- package/utils/spidev_test/Makefile | 9 + 1 file changed, 9 insertions(+) diff --git a/package/utils/spidev_test/Makefile b/package/utils/spidev_test/Makefile index 807039a..382b150 100644 --

Re: [LEDE-DEV] [PATCH] package: spidev_test: update location for >Kernel 4.5

2016-05-19 Thread Felix Fietkau
On 2016-05-19 13:38, Dirk Neukirchen wrote: > - document indirect source code fixup affecting spidev_test > > Signed-off-by: Dirk Neukirchen > --- > package/utils/spidev_test/Makefile | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/package/utils/spidev_test/Makefile > b/packa

Re: [LEDE-DEV] [PATCH] buildsystem: unify host and package configure

2016-05-19 Thread Felix Fietkau
On 2016-05-19 13:38, Dirk Neukirchen wrote: > - package-defaults.mk and host-build.mk configure could behave > differently > - there is already _ARGS in place to hand over stuff > > Signed-off-by: Dirk Neukirchen This change breaks the tools/expat build in a weird way: make[3]: Entering director

Re: [LEDE-DEV] [PATCH RFC 2/2] x86: lift generic x86-32 target

2016-05-19 Thread Daniel Golle
On Thu, May 19, 2016 at 12:02:31AM +0300, Lucian Cristian wrote: > Please keep > CONFIG_PATA_ATIIXP=y > I have several (very capable/low power/versatile) Fujitsu Futro S550 that > need this so it can boot from the internal CF Card The idea is to keep all previously selected options in the new lega

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread Bjørn Mork
John Crispin writes: > On 09/05/2016 09:44, David Lang wrote: > >> I don't think that will be possible because it's different people >> working on each tree. I know the OpenWRT folks deleted the @openwrt >> e-mail addresses for the people working on LEDE. I would assume that >> they have blocked c

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread John Crispin
On 19/05/2016 14:48, Bjørn Mork wrote: > John Crispin writes: >> On 09/05/2016 09:44, David Lang wrote: >> >>> I don't think that will be possible because it's different people >>> working on each tree. I know the OpenWRT folks deleted the @openwrt >>> e-mail addresses for the people working on

Re: [LEDE-DEV] [PATCH] cyassl/wolfssl: update to 3.9.0

2016-05-19 Thread Felix Fietkau
On 2016-05-19 13:27, Dirk Neukirchen wrote: > - disable sslv3 (security) > - patch is not needed anymore (see src/ssl.c) Removal of this patch breaks ustream-ssl (cyassl variant). Please test your changes a bit more carefully. - Felix ___ Lede-dev mail

[LEDE-DEV] [PATCH] libnet-1.2.x: enable HAVE_PACKET_SOCKET

2016-05-19 Thread Alin Nastac
There is already a CONFIGURE_VAR set in here that seem to have the same purpose, but it doesn't do the trick in my cause (autoconf 2.69). --- libs/libnet-1.2.x/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libnet-1.2.x/Makefile b/libs/libnet-1.2.x/Makefile index a791163..062c7b

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread Bjørn Mork
John Crispin writes: > On 19/05/2016 14:48, Bjørn Mork wrote: >> John Crispin writes: >>> On 09/05/2016 09:44, David Lang wrote: >>> I don't think that will be possible because it's different people working on each tree. I know the OpenWRT folks deleted the @openwrt e-mail addresse

[LEDE-DEV] [PATCH] Implemented publish/subscribe lua bindings to libubus-lua with example lua files.

2016-05-19 Thread Iain Fraser
--- lua/publisher.lua | 60 ++ lua/subscriber.lua | 25 ++ lua/ubus.c | 230 +++- 3 files changed, 314 insertions(+), 1 deletion(-) create mode 100755 lua/publisher.lua create mode 100755 lua/subscriber.lua diff --git

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread John Crispin
On 19/05/2016 15:34, Bjørn Mork wrote: > John Crispin writes: >> On 19/05/2016 14:48, Bjørn Mork wrote: >>> John Crispin writes: On 09/05/2016 09:44, David Lang wrote: > I don't think that will be possible because it's different people > working on each tree. I know the OpenWR

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread Jo-Philipp Wich
Dear Bjørn, > But I believe you should realize that for an outsider, the "we are > working on a solution" does not sound too good. It is unclear who > "we" are, but it is very clear that it excludes the reader. This is > defintitely not an invitation to participate. And the completely > cont

[LEDE-DEV] How to start?

2016-05-19 Thread Gabriel F.C. Mazzocato
Hi guys, I made my toolchain with the latest lede source.git, but I'm having trouble understanding the system as a whole. I tried to incorporate two iptables modules (synproxy & rp_filter), as well as update it to 1.6.0 (without NFTables), but it always brakes when building. Altering the makefile

Re: [LEDE-DEV] Bug REPORT: Lantiq - XRX200 - UBIFS image not built

2016-05-19 Thread Daniel Golle
Hi! On Tue, May 17, 2016 at 04:52:46PM +0200, Mathias Kresin wrote: > 2016-05-17 11:51 GMT+02:00 Paul Rowland : > > I updated sources and packages 15 minutes ago, did a make clean and a > > build. The expected file, > > lede-lantiq-xrx200-BTHOMEHUBV5A-ubifs-sysupgrade.tar, was not created. It >

Re: [LEDE-DEV] [PATCH] conntrack: enable support for netfilter conntrack zones

2016-05-19 Thread Jo-Philipp Wich
Hi Alin, I merged your patch into my staging tree at https://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=6c9231baa9c5341c6ee2e213618dcde72d42288b Since your change lacked a proper Signed-off-by I added it on your behalf. Please review the link above and give me your ACK, then I'l

Re: [LEDE-DEV] Bug REPORT: Lantiq - XRX200 - UBIFS image not built

2016-05-19 Thread Mathias Kresin
Hi Daniel, 2016-05-19 18:11 GMT+02:00 Daniel Golle : > I researched and found why ubifs generation was skipped on oxnas and > committed a fix for that (1ea7dba3778562bc85986b21be77af34956e11a0). > Please try and see if that fixes things for you as well. The issue was fixed by felix commit 311faaa

[LEDE-DEV] [PATCH] busybox: sysntpd - Support for NTP servers received via DHCP(v6)

2016-05-19 Thread Hans Dedecker
The busybox ntpd utility currently uses ntp servers specified in uci. This patch allows the ntpd utility to use NTP servers received via DHCP(v6) Following uci parameters have been added: use_dhcp : enables NTP server config via DHCP(v6) dhcp_interface : use NTP servers received only on the

Re: [LEDE-DEV] [PATCH] busybox: sysntpd - Support for NTP servers received via DHCP(v6)

2016-05-19 Thread Jo-Philipp Wich
Hi Hans, staged into https://git.lede-project.org/?p=lede/jow/staging.git A few improvement ideas though; - maybe we can make the jsonfilter dependency conditionally depending on the ntpd applet - maybe pipe the ubus interface status dump directly to jsonfilter - is there any reason to not

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread David Lang
On Thu, 19 May 2016, John Crispin wrote: On 19/05/2016 15:34, Bjørn Mork wrote: John Crispin writes: On 19/05/2016 14:48, Bjørn Mork wrote: John Crispin writes: On 09/05/2016 09:44, David Lang wrote: I don't think that will be possible because it's different people working on each tree.

Re: [LEDE-DEV] How to start?

2016-05-19 Thread David Lang
On Thu, 19 May 2016, Gabriel F.C. Mazzocato wrote: Hi guys, I made my toolchain with the latest lede source.git, but I'm having trouble understanding the system as a whole. I tried to incorporate two iptables modules (synproxy & rp_filter), as well as update it to 1.6.0 (without NFTables), but

Re: [LEDE-DEV] How to start?

2016-05-19 Thread Gabriel F.C. Mazzocato
2016-05-19 15:33 GMT-03:00 David Lang : > > actually, make menuconfig and altering the .config file is the way. This > should pull in all the appropriate dependencies. If you edit the .config > files manually, you need to check that all the dependencies are good > yourself. > The process I followe

Re: [LEDE-DEV] [PATCH] busybox: sysntpd - Support for NTP servers received via DHCP(v6)

2016-05-19 Thread Hans Dedecker
Hi Jo, On Thu, May 19, 2016 at 7:04 PM, Jo-Philipp Wich wrote: > Hi Hans, > > staged into https://git.lede-project.org/?p=lede/jow/staging.git > > A few improvement ideas though; > > - maybe we can make the jsonfilter dependency conditionally depending >on the ntpd applet > - maybe pipe the

Re: [LEDE-DEV] How to start?

2016-05-19 Thread David Lang
On Thu, 19 May 2016, Gabriel F.C. Mazzocato wrote: 2016-05-19 15:33 GMT-03:00 David Lang : actually, make menuconfig and altering the .config file is the way. This should pull in all the appropriate dependencies. If you edit the .config files manually, you need to check that all the dependenci

Re: [LEDE-DEV] How to start?

2016-05-19 Thread Gabriel F.C. Mazzocato
2016-05-19 17:51 GMT-03:00 David Lang : > > Is this something that's not already packaged for LEDE/OpenWRT? > > It's far more complex to add something new than to just select different > options that are already configured. > Yeah. Currently iptables is at 1.4.21 version at both dists. I was tryin

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread Oswald Buddenhagen
On Thu, May 19, 2016 at 04:40:34PM +0200, Jo-Philipp Wich wrote: > Bjørn wrote: > > Yes, this is extremely unfair. Just like the I'm sure some > > developers saw the original LEDE announcement. Good intentions are > > not enough. It's the result that matters. > > I certainly agree but we should

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread Christian Huldt
Den 2016-05-20 kl. 00:09, skrev Oswald Buddenhagen: > On Thu, May 19, 2016 at 04:40:34PM +0200, Jo-Philipp Wich wrote: >> Bjørn wrote: >>> Yes, this is extremely unfair. Just like the I'm sure some >>> developers saw the original LEDE announcement. Good intentions are >>> not enough. It's the res

[LEDE-DEV] [PATCH] nvram: install init.d quirks script on brcm47xx only

2016-05-19 Thread Rafał Miłecki
It contains some quirks for old MIPS devices. Signed-off-by: Rafał Miłecki --- package/utils/nvram/Makefile | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package/utils/nvram/Makefile b/package/utils/nvram/Makefile index ace6a97..c5a4ca4 100644 --- a/package/utils/nv

Re: [LEDE-DEV] "block" fstools wishlist

2016-05-19 Thread Daniel Golle
Hi Karl, I thought a bit about fstools since your post because I also had my difficulties integrating it with applications which require hotplug storage. I agree with and acknowledge all the points you mentioned. In addition I believe that LEDE/OpenWrt generally lacks a high-level concept to inte

[LEDE-DEV] [PATCH 1/2] ath79: enable LNA for TpLink CPE510 on GPIO 18 & 19

2016-05-19 Thread Alexander Couzens
The LNA improves the rx path up to ~20dbm on those devices. --- target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c index

[LEDE-DEV] [PATCH 1/2] ath79: enable LNA for TpLink CPE510 on GPIO 18 & 19

2016-05-19 Thread Alexander Couzens
The LNA improves the rx path up to ~20dbm on those devices. --- target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c index

[LEDE-DEV] [PATCH 2/2] mac80211: add patch 560-ath9k-Update-AR9340-initvals-for-txgain-table-mode-4

2016-05-19 Thread Alexander Couzens
Fix low tx power on TpLink cpe510 devices --- ...e-AR9340-initvals-for-txgain-table-mode-4.patch | 53 ++ 1 file changed, 53 insertions(+) create mode 100644 package/kernel/mac80211/patches/560-ath9k-Update-AR9340-initvals-for-txgain-table-mode-4.patch diff --git a/package/

[LEDE-DEV] iptables 1.6

2016-05-19 Thread Syrone Wong
Hi everyone, I notice someone is trying to get iptables 1.6 working. I disabled nftables compatible layer and added two new modules into the corresponding patch[0]. Please note that there may be something wrong when building with dnsmasq-full which enables conntrack support these days[1] [0]:http

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread Daniel Curran-Dickinson
On 16-05-19 06:09 PM, Oswald Buddenhagen wrote: > On Thu, May 19, 2016 at 04:40:34PM +0200, Jo-Philipp Wich wrote: >> Bjørn wrote: >>> Yes, this is extremely unfair. Just like the I'm sure some >>> developers saw the original LEDE announcement. Good intentions are >>> not enough. It's the result

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread Daniel Dickinson
On 16-05-19 09:31 PM, Daniel Curran-Dickinson wrote: > > Does that mean I think LEDE is perferct? Definitely not, but I've > already seen huge improvements compared to what was happening in > openwrt, and a great deal more openness than was the case in openwrt. > > Do I think there are potenti

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread Daniel Curran-Dickinson
> anyway, that's my perspective as an outsider (who has 15 years of > experience in some *big* openly governed communities) ... Since you obviously feel there are other communities doing this right, perhaps you'd like to share the *names* of these examples so that LEDE can look at what they're doi

[LEDE-DEV] how to update a package to a new upstream version was: Re: How to start?

2016-05-19 Thread David Lang
On Thu, 19 May 2016, Gabriel F.C. Mazzocato wrote: 2016-05-19 17:51 GMT-03:00 David Lang : Is this something that's not already packaged for LEDE/OpenWRT? It's far more complex to add something new than to just select different options that are already configured. Yeah. Currently iptables

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-19 Thread David Lang
On Thu, 19 May 2016, Daniel Curran-Dickinson wrote: Do I think there are potentially problems, like my, and others, impressions, that there is a fair amount of back channel (private) email that *isn't* part of the public discussion that I thing is contrary to the stated goal of transparency, if

Re: [LEDE-DEV] "block" fstools wishlist

2016-05-19 Thread John Crispin
On 20/05/2016 02:24, Daniel Golle wrote: > Hi Karl, > > I thought a bit about fstools since your post because I also had my > difficulties integrating it with applications which require hotplug > storage. I agree with and acknowledge all the points you mentioned. > > In addition I believe that