[LEDE-DEV] [PATCH] Add missing APU1 reference to x86 board.d

2017-06-05 Thread Kristian Evensen
x86 board.d only contains a case for the APU2, not the APU1. This causes, for example, network configuration not to be created correctly. Even though the APU1 seems to reaching EOL, there a still a lot of them out there. The APU1 and APU2 is configured in the same way and this patch should also be

Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-06-05 Thread Torbjorn Jansson
On 2017-05-29 11:24, Sven Roederer wrote: This patch adds support for the Ubiquiti EdgeRouter X-SFP and improves support for the EdgeRouter X (PoE-passthrough). Specification: - SoC: MediaTek MT7621AT - Flash: 256 MiB - RAM: 265 MiB - Ethernet: 5 x LAN (1000 Mbps) - UART: 1 x UART on PCB (3.3V,

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

2017-06-05 Thread Paul Oranje
Good morning ! The intended invariant is that /tmp/resolv.conf is handled whenever a resolver listens on 127.0.0.1#53. Within just the scope of dnsmasq, finding the instance that is to be regarded the main instance, seems a fairly simple test: (dnsmasq listens on loopback by default irrespectiv

[LEDE-DEV] [PATCH] added package_list function to imagebuilder

2017-06-05 Thread Paul Spooren
imagebuilder: the imagebuilder can now post all available packages by using make package_list. This is usefull to see all packages with versions (and size) Signed-off-by: Paul Spooren --- target/imagebuilder/files/Makefile | 32 1 file changed, 20 insertions(+),

Re: [LEDE-DEV] Planning v17.01.2

2017-06-05 Thread Paul Spooren
Hi, for my efforts on attended-sysupgrades I'd need luci2-io-helper in the official repositories. Is that possible for the upcoming release? https://github.com/jow-/luci-ng/tree/master/luci2-io-helper Best, Paul Am 04.06.2017 um 21:01 schrieb Jo-Philipp Wich: > Hi, > > I decided to delay 17.01.2

[LEDE-DEV] ddns problem

2017-06-05 Thread Giuseppe Lippolis
Dear All, I have a problem with the pkg ddns-scripts_2.7.6-14_all. I'm using the option service_name 'dyndns.org'. After running the script I get in logread: Mon Jun 5 15:27:27 2017 user.err ddns-scripts[2591]: myddns_ipv4: No or private or invalid IP '100.67.31.70' given! Please check your conf

Re: [LEDE-DEV] ddns problem

2017-06-05 Thread Toke Høiland-Jørgensen
"Giuseppe Lippolis" writes: > Dear All, > I have a problem with the pkg ddns-scripts_2.7.6-14_all. > I'm using the option service_name 'dyndns.org'. > > After running the script I get in logread: > > Mon Jun 5 15:27:27 2017 user.err ddns-scripts[2591]: myddns_ipv4: No or > private or invalid IP

Re: [LEDE-DEV] ATH10K-CT debug messages

2017-06-05 Thread Ben Greear
On 06/04/2017 03:40 AM, Kevin Darbyshire-Bryant wrote: FAO that nice Mr Greer, I'm getting (for free) a nice selection of ath10 debug messages when using the Ath10K-ct firmware & driver in LEDE. A small collection reproduced below. Are they of any interest/use? If you want to disable this, s

[LEDE-DEV] prosody package missing on i386 for lede-17.01

2017-06-05 Thread Florian Eckert 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 --- Are there any reason why does the

Re: [LEDE-DEV] prosody package missing on i386 for lede-17.01

2017-06-05 Thread Hauke Mehrtens
On 06/05/2017 09:15 PM, Florian Eckert wrote: > Are there any reason why does the package prosody is missing for the > following x86 targets? > > packages-17.01/i386_geode > packages-17.01/i386_i486/ > packages-17.01/i386_pentium > packages-17.01/i386_pentium4 > Yes the build of this package is

Re: [LEDE-DEV] ddns problem

2017-06-05 Thread Paul Oranje
Often besides CGNAT for IPv4, you'll have an IPv6 address (and a delegated prefix). The latter may allow access from the Internet. -- Paul > Op 5 jun. 2017, om 17:39 heeft Toke Høiland-Jørgensen het > volgende geschreven: > > "Giuseppe Lippolis" writes: > >> Dear All, >> I have a problem w

Re: [LEDE-DEV] ddns problem

2017-06-05 Thread Eric Luehrsen
On 06/05/2017 11:39 AM, Toke Høiland-Jørgensen wrote: > "Giuseppe Lippolis" writes: >> Dear All, >> I have a problem with the pkg ddns-scripts_2.7.6-14_all. >> I'm using the option service_name 'dyndns.org'. >> >> After running the script I get in logread: >> >> Mon Jun 5 15:27:27 2017 user.err

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

2017-06-05 Thread Eric Luehrsen
On 06/05/2017 06:48 AM, Paul Oranje wrote >The current guard (resolvsym) is now determined with: > if [ ! -x /usr/sbin/dnsmasq -o ! -x /etc/init.d/dnsmasq ] ; then > resolvsym=1 > else > /etc/init.d/dnsmasq enabled || resolvsym=1 > fi > > This assumes that dnsmas