Re: [LEDE-DEV] [PATCH] scripts/download.pl: fail loudly if provided hash is unsupported

2017-09-14 Thread Baptiste Jonglez
Thanks for merging, can this be merged to lede-17.01 as well? On 03-09-17, Baptiste Jonglez wrote: > Currently, if the provided hash is unsupported (length different from 32 > or 64 bytes), we happily download the requested file without any kind of > checksum verification. > > This is quite dange

Re: [LEDE-DEV] [PATCH] ipq806x: Archer C2600: fix switch ports numbering

2017-09-14 Thread Baptiste Jonglez
Can this be merged to lede-17.01? As I mentioned in the commit, it applies cleanly. Thanks, Baptiste On 23-08-17, Baptiste Jonglez wrote: > The order of LAN ports shown in Luci is reversed compared to what is > written on the case of the device. Fix the order so that they match. > > Signed-off

Re: [LEDE-DEV] [PATCH] ath10k: Re-enable intermediate softqueues for all devices

2017-09-14 Thread Toke Høiland-Jørgensen
Toke Høiland-Jørgensen writes: > The upstream ath10k driver disables the intermediate softqueues for some > devices. This patch reverts that behaviour and always enables the > softqueues (and associated bufferbloat fixes). We have had reports of people > running this with good results: > https://

[LEDE-DEV] is there a reason not to use "git --version" to check for git?

2017-09-14 Thread Robert P. J. Day
just noticed the following in include/prereq-build.mk, which checks for an acceptable version of git: $(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.7.12.2, \ git --exec-path | xargs -I % -- grep -q -- --recursive %/git-submodule)) is there a reason that makef

[LEDE-DEV] x86 sysupgrade: preserve partition table

2017-09-14 Thread Nishant Sharma
Hi, I am using Lede 17.01.2 on PCEngines APU2. In order to utilise full 16GB SSD, I resize the partition after "dd"-ing the Lede image to it. On sysupgrade, the partition table is re-written and "/" partition is back to 256 MB. Is there a way the existing partition table or at least "/" par

[LEDE-DEV] is it feasible to use a recent linux distro & LEDE to build openwrt 15.05.1?

2017-09-14 Thread Robert P. J. Day
here's hoping someone can give me a short answer on whether this is possible, or whether it's just not worth the trouble. i was recently handed an existing openwrt-based project, which is based on openwrt 15.05.1. the problem (unsurprisingly) is that some of the structure of openwrt that old

Re: [LEDE-DEV] is there a reason not to use "git --version" to check for git?

2017-09-14 Thread Jo-Philipp Wich
Hi, extracting, sanitizing and testing the version number would be a way more complex one-liner compared to just grepping for the required flag. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/led

Re: [LEDE-DEV] is there a reason not to use "git --version" to check for git?

2017-09-14 Thread Robert P. J. Day
On Thu, 14 Sep 2017, Jo-Philipp Wich wrote: > Hi, > > extracting, sanitizing and testing the version number would be a way > more complex one-liner compared to just grepping for the required flag. ok, i figured there was a reason, thanks. rday --

Re: [LEDE-DEV] is there a reason not to use "git --version" to check for git?

2017-09-14 Thread Jo-Philipp Wich
Hi, extracting, sanitizing and testing the version number would be a way more complex one-liner compared to just grepping for the required flag. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/led

Re: [LEDE-DEV] is it feasible to use a recent linux distro & LEDE to build openwrt 15.05.1?

2017-09-14 Thread Yousong Zhou
On 14 September 2017 at 19:06, Robert P. J. Day wrote: > > here's hoping someone can give me a short answer on whether this is > possible, or whether it's just not worth the trouble. > > i was recently handed an existing openwrt-based project, which is > based on openwrt 15.05.1. the problem (

Re: [LEDE-DEV] [PATCH libubox 2/2] uloop: Enable utracing of multi-threaded programs

2017-09-14 Thread Michal Sojka
On Thu, Sep 14 2017, Yousong Zhou wrote: > On 12 September 2017 at 19:12, Michal Sojka wrote: >> This is needed for Linux < 4.7 or < 4.4.13 to report ptrace events in >> threads. >> >> Signed-off-by: Michal Sojka >> --- >> uloop.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> di

Re: [LEDE-DEV] x86 sysupgrade: preserve partition table

2017-09-14 Thread Philip Prindeville
That’s what the -p flag to sysupgrade is for. Also, there’s not much point in resizing the rootdisk partition: even applying several upgrades and maybe adding some new packages, the amount of used space isn’t going to grow significantly. You’re better off creating a 3rd EXT4 partition as /var o

Re: [LEDE-DEV] [PATCH] ath10k: Re-enable intermediate softqueues for all devices

2017-09-14 Thread Baptiste Jonglez
Hi, On 14-09-17, Toke Høiland-Jørgensen wrote: > Toke Høiland-Jørgensen writes: > > > The upstream ath10k driver disables the intermediate softqueues for some > > devices. This patch reverts that behaviour and always enables the > > softqueues (and associated bufferbloat fixes). We have had repo

Re: [LEDE-DEV] [PATCH] ipq806x: Archer C2600: fix switch ports numbering

2017-09-14 Thread Mathias Kresin
14.09.2017 11:36, Baptiste Jonglez: Can this be merged to lede-17.01? As I mentioned in the commit, it applies cleanly. Done! Mathias ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev