Re: [LEDE-DEV] [PATCH] Upgrade Vim to 8.0.0.69

2017-02-02 Thread Mathias Kresin
01.02.2017 23:35, Shane Peelar: Signed-off-by: Shane Peelar --- utils/vim/Makefile | 8 utils/vim/patches/001-compile.patch | 41 - 2 files changed, 4 insertions(+), 45 deletions(-) delete mode 100644 utils/vim/patches/001-compile.

[LEDE-DEV] Leap second inserted 2017-01-31 23:59:60

2017-02-02 Thread George Spelvin
A nice rare bug: [50481.486275] Clock: inserting leap second 23:59:60 UTC That was correct at the end of December. Not January! This is 17.01.0-rc1, r3042-ec095b5 on a WNDR3800. The timestamp and my uptime are consistent with the leap second happending at the end of January. I suspect it's the

Re: [LEDE-DEV] [PATCH] Add Friendly Interactive Shell

2017-02-02 Thread Mathias Kresin
01.02.2017 23:36, Shane Peelar: Signed-off-by: Shane Peelar --- utils/fish/Makefile | 71 + utils/fish/patches/0001-configure.patch | 11 + 2 files changed, 82 insertions(+) create mode 100644 utils/fish/Makefile create mode 100644 utils

Re: [LEDE-DEV] [PATCH 1/2] ipq806x/nbg6817: fixup internal mmc and switch configuration in DTS

2017-02-02 Thread Mathias Kresin
01.02.2017 22:08, André Valentin: The setting mmc-ddr-1_8v in the platform dts leads to read errors. The device is unusable and system reboots in a loop. Because NBG6817 is the only mmc device, I commented mmc-ddr-1_8v out in base dts. The second change removes settings now present in base dts.

[LEDE-DEV] [PATCH 1/2 v2] ipq806x/nbg6817: fixup internal mmc and switch configuration in DTS

2017-02-02 Thread André Valentin
The setting mmc-ddr-1_8v in the platform dts leads to read errors. The device is unusable and system reboots in a loop. Because NBG6817 is the only mmc device, I removed it in base dts. The second change removes settings now present in base dts. The third change references was a wrong conversion

Re: [LEDE-DEV] [PATCH 1/2] ipq806x/nbg6817: fixup internal mmc and switch configuration in DTS

2017-02-02 Thread André Valentin
Hi Mathias! I removed this line. Please take a look at v2. Kind regards, André Am 02.02.2017 um 09:34 schrieb Mathias Kresin: > 01.02.2017 22:08, André Valentin: >> The setting mmc-ddr-1_8v in the platform dts leads to read errors. The >> device is unusable and system reboots in a loop. Becaus

[LEDE-DEV] Backporting stuff to lede-17.01

2017-02-02 Thread Rafał Miłecki
Hi, There are few changes that recently went into master and I'd like to see in lede-17.01. Let me what do you think, if backporting any of these is a bad idea. 1) bgmac support for external PHYs 6a853776a502 ("kernel: backport bgmac support for external PHYs") This adds support for some AP devic

Re: [LEDE-DEV] [PATCH 2/2] target/generic: update settings of mx25u3235f

2017-02-02 Thread André Valentin
Hi John, thanks for clarifying this. I'm a bit confused. How should I continue with this now? Kind regards, André smime.p7s Description: S/MIME Cryptographic Signature ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.or

[LEDE-DEV] [PATCH] ramips: Add support for Sanlinking D240

2017-02-02 Thread Kristian Evensen
The Sanlinking Technologies D240 (http://www.sanlinking.com/en/29-dual-4g-wifi-router.html) is basically the same device as the ZBT WE826, so adding support for it in LEDE is straight forward. The differences is that the D240 has two mini-PCIe slots (instead of one), blue LEDs and supports PoE. Wi

Re: [LEDE-DEV] Is there a location for utility scripts?

2017-02-02 Thread Ben Greear
On 02/01/2017 08:44 PM, Rich Brown wrote: On Feb 1, 2017, at 12:25 PM, Ben Greear wrote: On 02/01/2017 09:13 AM, Rich Brown wrote: A multi-part question: 1) Does the LEDE community have any favorite scripts that might be included in the basic LEDE distribution? For example, I wrote a "g

[LEDE-DEV] failed to find a module named netdev-*

2017-02-02 Thread e9hack
Hi, since some days, the syslog of my router is floated by this lines: Wed Feb 1 19:10:24 2017 daemon.err modprobe: failed to find a module named netdev-* If it occurs, between 500 and 1500 lines will be stored. The name is ether continuously netdev-* or it cycles through netdev-ath0, netdev-

[LEDE-DEV] [PATCH] ubusd: fix incomplete copy of shared buf during queue-ing

2017-02-02 Thread Alexandru Ardelean
For a shared ubus_msg_buf, the ubus_msg_ref function will create a copy for queue-ing. Problem is, that during the dequeue (especially) in client_cb, the header is 0-ed (because it's was a newly alloc-ed buffer). And during ubus_msg_writev(), the header info will be ignored by the client. Signed

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

2017-02-02 Thread Stijn Segers
Compile-tested on ar71xx, mt7621 and x86/64. Run-tested on ar71xx and mt7621. (Both on 17.01 branch). Tested-by: Stijn Segers ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] uci proposal

2017-02-02 Thread Petar Paradzik
Hello everyone, Regarding the mandatory anonymous section identifier patch: http://git.openwrt.org/?p=project/uci.git;a=commit;h=df72af474075159ab79ed190d2109eb2d86709bf. Is it ok if naming of anonymous sections was optional, so that it is performed only if the user requests for it? This could b

Re: [LEDE-DEV] Is there a location for utility scripts?

2017-02-02 Thread Rich Brown
Hi Ben, > On Feb 2, 2017, at 8:54 AM, Ben Greear wrote: > > I think you would have to make a new LEDE package to allow users to choose > your script > to be included at compile time so that it is available on the FS. > > Or possibly, it is worth extending ct-bugcheck to have your tool in it an

Re: [LEDE-DEV] [PATCH] ramips: Add support for Sanlinking D240

2017-02-02 Thread Mathias Kresin
Hey Kristian, thanks a lot for the patch. Find my comments inline. 2017-02-02 12:54 GMT+01:00 Kristian Evensen : > The Sanlinking Technologies D240 > (http://www.sanlinking.com/en/29-dual-4g-wifi-router.html) is basically the > same > device as the ZBT WE826, so adding support for it in LEDE is

[LEDE-DEV] initialisation/startup of dnsmasq for multiple instances is broken

2017-02-02 Thread e9hack
Hi, the commit 9525743c076393336cd2129539c974f8a01c7894, dnsmasq: make DHCPv6 viable for standalone dnsmasq install breaks the possibility to run multiple instances of dnsmasq. The option instance is ignored to generate the dhcp-range definition for different instances. Please fix this issue.

[LEDE-DEV] [PATCH LEDE-17.01] kernel: bump to 4.4.46

2017-02-02 Thread Daniel Golle
This backports kernel bump commits from master branch into lede-17.01 20996edd68 Kernel: bump to 4.4.44 4d1515070b kernel: bump to 4.4.45 3becadd56c kernel: bump to 4.4.46 Refreshed patches for all supported targets, references to the chipidea USB driver used to support usbgadget mode on ar71xx ha

Re: [LEDE-DEV] LEDE-17.01 Final Release Notes available

2017-02-02 Thread Leonidas Spyropoulos
On 01/02/17, Rich Brown wrote: > Update on the release documentation. There's a new top-level page to describe > Release Builds at: https://lede-project.org/releases/start > > jow has updated and coalesced the release documentation into a single > directory at /releases/17.01 You can read the im

[LEDE-DEV] NETSHe mac80211 GPL sources

2017-02-02 Thread Daniel Golle
Hi! NETSHe offers a modified version of ath9k, mac80211 and cfg80211 which offers support for TDMA, see: http://netshe.ru/files/doc/en/TDMA_brief_en.pdf Where to download the sourcecode of mac80211 and the modified drivers? Cheers Daniel ___ Lede-d

[LEDE-DEV] initialisation/startup of dnsmasq for multiple instances is broken

2017-02-02 Thread Eric Luehrsen
That should all be happening "within" the instance and all options written to the current instance conf file. Each 'config dhcp name' section is unique to itself yet another layer within this. Precisely, what are you expecting and what isnt happening? Could you cut n paste snippets from uci and

[LEDE-DEV] initialisation/startup of dnsmasq for multiple instances is broken

2017-02-02 Thread Eric Luehrsen
That should all be happening "within" the instance and all options written to the current instance conf file. Each 'config dhcp name' section is unique to itself yet another layer within this. Precisely, what are you expecting and what isnt happening? Could you cut n paste snippets from uci and

Re: [LEDE-DEV] Is there a location for utility scripts?

2017-02-02 Thread Eric Luehrsen
I would strongly recommend two things: (1) a core "packages/.../helpdesk" kit always built into LEDE for this purpose. Maybe some LuCI to run its best parts. (2) Substantial planning and forethought before lobbing a bunch of script code into another package. - Eric __

Re: [LEDE-DEV] NETSHe mac80211 GPL sources

2017-02-02 Thread Stanislav V. Korsakov
Hi Daniel, Please check this article http://netshe.ru/wirelessstack to understand layering of our modifications in Linux wireless stack. You can see that we add proprietary licensed and dual licensed drivers in wireless stack. We provide our GPLed and dual licensed source codes to our customer onl

Re: [LEDE-DEV] NETSHe mac80211 GPL sources

2017-02-02 Thread Linus Lüssing
On Fri, Feb 03, 2017 at 09:35:30AM +0300, Stanislav V. Korsakov wrote: > Please check this article http://netshe.ru/wirelessstack to understand > layering of our modifications in Linux wireless stack. "this module is a proprietary module broker" Wow, that's a fancy name for it :D. _