On 13.5.2016 9:23, Alexandru Ardelean wrote:
Coming back to the patches. Is it a problem with:
1) The UCI C changes ?
2) The dynamic log resize ?
3) The whole thing ?
Depending on what the problem is, we can adapt the patchset.
Or simply drop the whole thing if it's deemed un-needed by the commu
Atten: lynxis
Signed-off-by: Ash Benz
---
target/linux/ar71xx/image/Makefile | 12
1 file changed, 12 deletions(-)
diff --git a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index 3bf005f..a5b1a86 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/targ
Please use a proper prefix for your patch. You can find it e.g. by checking
git log target/linux/ar71xx/image/Makefile
I guess it'll be something like:
ar71xx: image: foo
On 13 May 2016 at 09:34, Ash Benz wrote:
> Atten: lynxis
>
> Signed-off-by: Ash Benz
We have some weird "Atten" in the descr
On 13/05/16 08:33, Hannu Nyman wrote:
On 13.5.2016 9:23, Alexandru Ardelean wrote:
Coming back to the patches. Is it a problem with:
1) The UCI C changes ?
2) The dynamic log resize ?
3) The whole thing ?
Depending on what the problem is, we can adapt the patchset.
Or simply drop the whole th
On 13/05/16 07:23, Alexandru Ardelean wrote:
Short version is: we have a configuration management system on top of
OpenWrt ; system boots with default settings (on every boot), and
config management applies config changes (whether it's right after
boot, or during system's normal operation).
Mayb
Hi All,
I've just seen
https://github.com/lede-project/source/commit/fad8bdfa40df8636a52d770bbab010086c1976ec
go through and wish to raise a concern:
The patch introduces a kernel API change 'qdisc_tree_decrease_qlen'
replaces 'qdisc_tree_decrease_qlen' without a corresponding kernel
version numb
* Conor O'Gorman [13.05.2016 11:52]:
> On 13/05/16 07:23, Alexandru Ardelean wrote:
> >Short version is: we have a configuration management system on top of
> >OpenWrt ; system boots with default settings (on every boot), and
> >config management applies config changes (whether it's right after
>
On Fri, May 13, 2016 at 12:03 PM, Bastian Bittorf
wrote:
> * Conor O'Gorman [13.05.2016 11:52]:
>> On 13/05/16 07:23, Alexandru Ardelean wrote:
>> >Short version is: we have a configuration management system on top of
>> >OpenWrt ; system boots with default settings (on every boot), and
>> >confi
Hey folks
At the battlemesh it was asked if somebody can provide server resources.
I have one physical server which currently does only minor tasks.
Details:
* Intel Atom N2800 (3 cores unused)
* 2GB RAM (~1GB unused)
* up to 300 GB HDD
* officially 100MBit/s
* it runs currently a Tor node (guard
Resubmitting with clearer description:
This is an extra patch for the Archer C2600 v2 series that I submitted on May
9th.
That series adds tplink-safeloader definition to include/image.mk, and so this
patch removes it from target/linux/ar71xx/image/Makefile.
Signed-off-by: Ash Benz
---
target
On Fri, 13 May 2016, Helmut Schaa wrote:
On Fri, May 13, 2016 at 12:03 PM, Bastian Bittorf
wrote:
* Conor O'Gorman [13.05.2016 11:52]:
On 13/05/16 07:23, Alexandru Ardelean wrote:
Short version is: we have a configuration management system on top of
OpenWrt ; system boots with default setti
On Fri, 13 May 2016 20:12:45 +0800
Ash Benz wrote:
> Resubmitting with clearer description:
> This is an extra patch for the Archer C2600 v2 series that I
> submitted on May 9th.
>
> That series adds tplink-safeloader definition to include/image.mk,
> and so this patch removes it from target/lin
From: Graham Fairweather
This patch adds support for the Netgear EVG2000 VoIP Gateway to the
bcm63xx targets.
Ran 'make target/linux/refresh V=s' after update to kernel 4.4.10 from
4.4.8 where the initial patch was added.
This device was not sold to the general public, but rather is/was
provided
On Fri, May 13, 2016 at 8:55 PM, David Lang wrote:
> On Fri, 13 May 2016, Helmut Schaa wrote:
>
>> On Fri, May 13, 2016 at 12:03 PM, Bastian Bittorf
>> wrote:
>>>
>>> * Conor O'Gorman [13.05.2016 11:52]:
On 13/05/16 07:23, Alexandru Ardelean wrote:
>
> Short version is: we have
From: Graham Fairweather
This patch fixes the logged detected CPU ID when an equivalent is used,
like in the case where we have a bcm6369 and configuration for a
bcm6368 is used.
So, it will display 'Detected Broadcom 0x6369 CPU revision b2' instead of
'Detected Broadcom 0x6368 CPU revision b2'.
On Thu, May 12, 2016 at 3:09 PM, Dan Bugnar wrote:
> From: Dan Bugnar
>
> Change the log buffer size and copy the messages.
>
> Signed-off-by: Dan Bugnar
> ---
> log/syslog.c | 37 +++--
> log/syslog.h | 2 +-
> 2 files changed, 16 insertions(+), 23 deletions(-)
This patch is part of the Archer C2600 series, it moves tplink-safeloader from
target/linux/ar71xx/image/Makefile to include/image.mk
Signed-off-by: Ash Benz
---
include/image.mk | 12
target/linux/ar71xx/image/Makefile | 12
2 files changed, 12 inser
On 2016-05-12 14:09, Dan Bugnar wrote:
> From: Dan Bugnar
>
> Add logd link to uci library, to read the system config file and get the
> buffer size.
> Remove the -S option support and use just the option from the config file.
>
> Signed-off-by: Dan Bugnar
I'd prefer a change where logd provid
On Fri, 13 May 2016, Alexandru Ardelean wrote:
On Fri, May 13, 2016 at 8:55 PM, David Lang wrote:
On Fri, 13 May 2016, Helmut Schaa wrote:
I was thinking of a different use-case:
Increasing the buffer size on the fly comes in handy during a debug
session
where you'd like to not interrupt logg
This patch provides a new banner for LEDE
Signed-off-by: L. D. Pinney
---
diff --git a/package/base-files/files/etc/banner
b/package/base-files/files/etc/banner
index ae2f16f..7b19941 100644
--- a/package/base-files/files/etc/banner
+++ b/package/base-files/files/etc/banner
@@ -1,10 +1,11 @@
-
This patch sets the busybox prompt to the default.
It also provides options to colorizes (or not) the command line prompt.
Also optional time display.
Signed-off-by: L. D. Pinney
---
diff --git a/package/base-files/files/etc/profile
b/package/base-files/files/etc/profile
index ad8fe12..3d0320
21 matches
Mail list logo