Re: [LEDE-DEV] gen_initramfs_list.sh escaping problem or stale dependency file?

2016-09-13 Thread Michal Marek
On Mon, Sep 12, 2016 at 05:12:15PM -0700, Florian Fainelli wrote: > Hi, > > I have a root filesystem embedding filenames that look like these: > > /lib/data/: > > these are essentially files that can be matched against an USB > vendor/product id in an easy way. > > Now, the fun part is that thi

Re: [LEDE-DEV] [PATCH 0/6] Add check-size when append-kernel is used

2016-09-13 Thread Mathias Kresin
12.09.2016 06:33, Chris Blake: > These patches are the outcome of discussions had at > http://lists.infradead.org/pipermail/lede-dev/2016-September/002693.html, > where append-kernel was failing to properly offset kernels due to a typo. Out > of this, it was also > found that kernels are not chec

Re: [LEDE-DEV] A Wiki for LEDE Documentation

2016-09-13 Thread Alberto Bursi
On 09/12/2016 10:42 PM, Jan-Tarek Butt wrote: > Hi, > >> Yeah, I'm also willing to dedicate some hours per week to wiki gardening, >> whatever wiki technology is chosen. > Shall I do set up a dokuwiki on our open wireless community infrastructure? > > cheers > Tarek Ok for me but I'm not a LEDE

[LEDE-DEV] [PATCH] mac80211: stop brcmfmac from selecting all PCIe firmwares

2016-09-13 Thread Rafał Miłecki
From: Rafał Miłecki Now we have firmwares separated and bcm53xx selecting required ones make use of it to actually save that rootfs space. Other targets using brcmfmac (brcm2708 and sunxi) use SDIO interface and firmware so they don't won't be affected. Signed-off-by: Rafał Miłecki --- package

[LEDE-DEV] Metallurgical products

2016-09-13 Thread Tomasz Zambrzycki
Hello, I’m contacting You on behalf of the company that offers solutions for flat and bent steel parts. We have more than 25 years of experience in metal industry and more than 15 years in laser cutting. The quality of our actions has been checked and approved by issuing ISO 9001:2000 certifi

[LEDE-DEV] [PATCH netifd 2/3] interface-ip: DNS name server sorting support in resolv.conf.auto

2016-09-13 Thread Hans Dedecker
Interface name servers when being written to resolv.conf.auto are sorted based on the following parameters: -Primary sorting key is interface dns_metric; name servers having lowest interface dns_metric are listed first -Secondary sorting key is interface metric; in case of equal interface dns_metri

[LEDE-DEV] [PATCH netifd 1/3] bridge: Allow setting multicast_fast_leave_option

2016-09-13 Thread Hans Dedecker
Setting the multicast_fast_leave option of a bridge allows to control the forwarding of multicast traffic when an IGMP/MLD leave is received. In case multicast_leave_option is enabled and a leave is received the multicast membership will immediately be dropped on the bridge port while in the other

[LEDE-DEV] [PATCH netifd 3/3] interface-event: Don't dequeue hotplug event in case of interface reload event

2016-09-13 Thread Hans Dedecker
Dropping hotplug event in case of interface reload results into hotplug scripts not being being run for the interface and thus external actors not being informed about the actual state of the interface. This is clearly visible if the interface auto parameter is set to disabled for multiple interf

Re: [LEDE-DEV] Looking for beta testers for new package: slide-switch

2016-09-13 Thread Jens Steinhauser
> I'd like to make sure the package works on a few more devices before > submitting to the official package feed. So if you have a device with > a slide switch, I'd really appreciate it if you can install the > package and let me know if it works (or doesn't work) for you, either > on this thread o

[LEDE-DEV] [PATCH] uci: decrement package's section counter when free'ing sections

2016-09-13 Thread Reiner Herrmann
The counter is incremented during section allocation, but never decremented. Signed-off-by: Reiner Herrmann --- list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/list.c b/list.c index 321861c..a2be150 100644 --- a/list.c +++ b/list.c @@ -213,6 +213,7 @@ uci_free_section(struct uci_secti

Re: [LEDE-DEV] A Wiki for LEDE Documentation

2016-09-13 Thread Thomas Endt
> We got no answer from LEDE devs apart from jow saying he had some space > on the server and asking what wiki people prefers, but that discussion > died up quickly. > I'd personally prefer your "jump the gun" approach where someone starts > the wiki unofficially and all those that want to contrib

Re: [LEDE-DEV] gen_initramfs_list.sh escaping problem or stale dependency file?

2016-09-13 Thread Florian Fainelli
On 09/13/2016 12:24 AM, Michal Marek wrote: > On Mon, Sep 12, 2016 at 05:12:15PM -0700, Florian Fainelli wrote: >> Hi, >> >> I have a root filesystem embedding filenames that look like these: >> >> /lib/data/: >> >> these are essentially files that can be matched against an USB >> vendor/product id

Re: [LEDE-DEV] A Wiki for LEDE Documentation

2016-09-13 Thread Alberto Bursi
On 09/13/2016 06:50 PM, Thomas Endt wrote: >> We got no answer from LEDE devs apart from jow saying he had some space >> on the server and asking what wiki people prefers, but that discussion >> died up quickly. >> I'd personally prefer your "jump the gun" approach where someone starts >> the wik

[LEDE-DEV] [PATCH 0/2] update QCA988X ath10k-firmware to the latest version

2016-09-13 Thread Martin Blumenstingl
According to Kalle Valo (on the OpenWrt mailing list, see [0]) only firmware binaries from his repository are tested by QCA's internal QA team. Additionally he pointed out that the version used in LEDE so far is from September 2015, despite having a newer version number than the current "stable" v

[LEDE-DEV] [PATCH 1/2] ath10k-firmware: update the qca988x firmware to 10.2.4.70.54

2016-09-13 Thread Martin Blumenstingl
Use firmware version 10.2.4.70.54 from kvalo's git repository. The old version (even though it's version number is greater) is an old version from September 2015. Using only the firmware versions from kvalo's git repo is recommended, because those are tested by QCA's internal QCA. The QCA988X dire

[LEDE-DEV] [PATCH 2/2] ath10k-firmware: bump the PKG_VERSION

2016-09-13 Thread Martin Blumenstingl
Update the PKG_VERSION to indicate that this package now contains newer firmware binaries (as all firmware versions were updated since 2014). Signed-off-by: Martin Blumenstingl --- package/firmware/ath10k-firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packa

Re: [LEDE-DEV] [PATCH] uci: decrement package's section counter when free'ing sections

2016-09-13 Thread Felix Fietkau
On 2016-09-13 16:25, Reiner Herrmann wrote: > The counter is incremented during section allocation, but never > decremented. > > Signed-off-by: Reiner Herrmann > --- > list.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/list.c b/list.c > index 321861c..a2be150 100644 > --- a/list.c

Re: [LEDE-DEV] [PATCH 0/2] update QCA988X ath10k-firmware to the latest version

2016-09-13 Thread Felix Fietkau
On 2016-09-13 21:08, Martin Blumenstingl wrote: > According to Kalle Valo (on the OpenWrt mailing list, see [0]) only > firmware binaries from his repository are tested by QCA's internal QA > team. > > Additionally he pointed out that the version used in LEDE so far is > from September 2015, despi

Re: [LEDE-DEV] A Wiki for LEDE Documentation

2016-09-13 Thread Jan-Tarek Butt
Hi, > I would definetely wait for Jow to answer on this subject. AFAIK he is quite > busy these days. > A LEDE wiki should be part of the LEDE infrastructure, with proper control > and multiple admins, in order to avoid situations like at the beginning of > this year. > > Give Jow a little time t

[LEDE-DEV] OpenWrt Summit Session Announcements

2016-09-13 Thread Eric Schultz
All, I wanted to let everyone know that the sessions for OpenWrt Summit have been announced and are listed at http://openwrtsummit.org. We have a really broad range of sessions this year that address both the technical and industry sides of the OpenWrt/LEDE communities. I think I can speak for the

Re: [LEDE-DEV] A Wiki for LEDE Documentation

2016-09-13 Thread Jo-Philipp Wich
Hi, it is great to see that there is some movement in the wiki discussion :) My personal view (and I suppose that of some other LEDE people too) is that the decision on what wiki software to use, on how to organize submissions and on how to structure it is at the sole discretion of the people wil

Re: [LEDE-DEV] [PATCH] uci: decrement package's section counter when free'ing sections

2016-09-13 Thread Reiner Herrmann
On Tue, Sep 13, 2016 at 10:52:43PM +0200, Felix Fietkau wrote: > On 2016-09-13 16:25, Reiner Herrmann wrote: > > The counter is incremented during section allocation, but never > > decremented. > NACK. n_section is used for hashing only, decrementing it here probably > makes collisions for anonymou

Re: [LEDE-DEV] A Wiki for LEDE Documentation

2016-09-13 Thread Jo-Philipp Wich
Hi Alberto, don't hold back yourself waiting for a response from "the LEDE devs" - those who care about a wiki will likely endorse whatever good solution is proposed and the rest either has no opinion or time to participate in the decision making processes :) Part of the reason that there is no w

Re: [LEDE-DEV] Documentation for router support means the famous Table of Hardware

2016-09-13 Thread Jo-Philipp Wich
Hi Tarek, Thomas Endt and others invested a lot of time to implement a structured table of hardware in the OpenWrt wiki, which means that a lot of detail information is accessible in a SQLite3 database file which should make it easy to generate hardware documentation pages with a little script and

Re: [LEDE-DEV] [RFC 7/7] ramips: set blocksize for dch-m225/dir-860l-b1

2016-09-13 Thread Russell Senior
> Signed-off-by: Mathias Kresin > --- > target/linux/ramips/image/mt7620.mk | 6 -- > target/linux/ramips/image/mt7621.mk | 6 -- > 2 files changed, 8 insertions(+), 4 deletions(-) > > diff --git a/target/linux/ramips/image/mt7620.mk > b/target/linux/ramips/image/mt7620.mk > index 00dd

Re: [LEDE-DEV] [PATCH 0/2] update QCA988X ath10k-firmware to the latest version

2016-09-13 Thread Dave Taht
I had just completed a very large set of tests comparing the now-shown-to-be-old firmware and the candelatech firmware, I'll get to this newer stuff sometime in the next month or so I did not observe much performance differences between the obsolete firmware and the candelatech stuff on normal

Re: [LEDE-DEV] [RFC 7/7] ramips: set blocksize for dch-m225/dir-860l-b1

2016-09-13 Thread Mathias Kresin
14.09.2016 02:02, Russell Senior: diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index e602dfb..acc17c3 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -65,15 +65,17 @@ TARGET_DEVICES += wsr-1166 define Devic