Re: [LEDE-DEV] [PATCH procd] upgraded: cmake: Find and include uloop.h

2017-06-01 Thread Florian Fainelli
On 05/31/2017 02:09 PM, Matthias Schiffer wrote: > On 05/31/2017 11:02 PM, Florian Fainelli wrote: >> Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for >> libubox/uloop.h. Some external toolchains which do not include standard >> locations would fail to find the header otherwise. >> >>

[LEDE-DEV] Merged: dnsmasq: bump to 2.77

2017-06-01 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=88a52db822. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [PATCH] dnsmasq: bump to 2.77

2017-06-01 Thread Kevin Darbyshire-Bryant
Bump to the 2.77 release after quite a few test & release candidates. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/dnsmasq/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [LEDE-DEV] dnsmasq: please revert/disable "dhcp-script" feature by default

2017-06-01 Thread e9hack
Am 01.06.2017 um 17:07 schrieb Dirk Brenken: > For testing, I've asked these users to comment the following line in > /etc/init.d/dnsmasq and to restart dnsmasq and adblock afterwards. > > # xappend "--dhcp-script=$DHCPSCRIPT" > > After that change everything is working fine again, as

[LEDE-DEV] Remerge logo ideas

2017-06-01 Thread Giuseppe Lippolis
I like the idea and I like the proposed logo. And I really want a sticker applied on my openwrt router. Therefore I supported the request on the https://www.unixstickers.com/ roadmap: https://trello.com/c/QHSfmIQ2/560-openwrt%2Flede-hexagon-sticker If there are enough vote they will produce the

Re: [LEDE-DEV] dnsmasq: please revert/disable "dhcp-script" feature by default

2017-06-01 Thread Dirk Brenken
Hi Jo, many thanks for the links - very interesting. Meanwhile I've received three bug reports from adblock users, that they get oom errors after the "dhcp-script" commit (https://git.lede-project.org/?p=source.git;a=commit;h=b32689afd6a66133 9861086c669e15c936293cf8), e.g. Tue May 30 10:20:09

Re: [LEDE-DEV] [PATCH] dnsmasq: write resolv.conf also when noresolv = 1

2017-06-01 Thread Paul Oranje
Hello Hans, A new version of this small patch is worked on -overlooked your previous comment and have lately been busy with other stuff-, but after studying the code a little more I’ve a few questions. The intended patch changes code that was added with commit

Re: [LEDE-DEV] dropbear & gcc 7.1.0

2017-06-01 Thread Syrone Wong
Forgot to mention, it needs additional CFLAGS to include tommath_class.h correctly, this hasn't been included into my repo. TARGET_CFLAGS += -Ilibtommath/ Best Regards, Syrone Wong On Thu, Jun 1, 2017 at 2:10 PM, Syrone Wong wrote: > Confirmed that with the latest

Re: [LEDE-DEV] Archer c7 corrupted firmware bootloop - tftp aborting - serial not working

2017-06-01 Thread Russell Senior
> "QWeRKUS" == QWeRKUS qwErkus writes: QWeRKUS> Hello, Something went wrong with my last flash of an archer c7 QWeRKUS> v2, and now the device refuses to boot. I'm trying to unbrick QWeRKUS> it without success since. QWeRKUS> 2. I tried to get a serial access to the

Re: [LEDE-DEV] Archer c7 corrupted firmware bootloop - tftp aborting - serial not working

2017-06-01 Thread Kevin Darbyshire-Bryant
On 01/06/17 09:27, QWeRKUS qwErkus wrote: Hello, Something went wrong with my last flash of an archer c7 v2, and now the device refuses to boot. I'm trying to unbrick it without success since. Wasted tons of hours on this, and would really be thankful for any advice/pointers. Advice that

[LEDE-DEV] Archer c7 corrupted firmware bootloop - tftp aborting - serial not working

2017-06-01 Thread QWeRKUS qwErkus
Hello, Something went wrong with my last flash of an archer c7 v2, and now the device refuses to boot. I'm trying to unbrick it without success since. 1. TFTP seems to work, and I can send a recovery bin. I used a stripped firmware from here http://www.friedzombie.com/tplink-stripped-firmware/ -

Re: [LEDE-DEV] USB or SD card not mounted in Omega2+ router with LEDE iamge

2017-06-01 Thread Felix Fietkau
On 2017-05-31 21:58, Arun Kumar wrote: > Hi All, > > I am facing an error where I can't find my USB or SD card and hence cant > upgrade to a new image. > > SD Card or USB device plugged in would be usually automounted at > /tmp/mounts > But after sysupgrading to the latest LEDE image, the

Re: [LEDE-DEV] dropbear & gcc 7.1.0

2017-06-01 Thread Syrone Wong
Confirmed that with the latest libtom*, dropbear works well on MIPS & GCC 7. This repo is based on dropbear 2017.75. https://github.com/wongsyrone/dropbear-test Best Regards, Syrone Wong On Thu, Jun 1, 2017 at 5:48 AM, Syrone Wong wrote: > I checked the bundled libtom*