Hi,
please make sure to test your patches against HEAD prior to sending them.
1) this does not apply, because it was applied already 2 days ago
2) it was wrong 2 days ago already as r47619 just moves the option
further down.
John
On 26/11/2015 08:09, Sebastian Careba wrote:
> From: John
The board is based on mt7621AT cpu, and has 16mb nor flash, 256mb of ram, 2
sata ports, microsd card slot, 1 USB 3.0 port and at least one 2.4 and one 5
ghz antenna.
Signed-off-by: Sebastian Careba
---
.../linux/ramips/base-files/etc/board.d/02_network | 1 +
target/linux/ramips/base-files/e
From: John Crispin
CONFIG_MTK_MTD_NAND was incorrectly disabled by r47619.
Signed-off-by: John Crispin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47640
3c298f89-4303-0410-b956-a3cf2f4a3e73
---
target/linux/ramips/mt7621/config-3.18 | 1 +
1 file changed, 1 insertion(+)
diff --git a/tar
Hi,
as said before, please add version info to your patches.
it is explained here ->
https://dev.openwrt.org/wiki/SubmittingPatches
-> 13. The canonical patch format ΒΆ
John
On 26/11/2015 07:41, Sebastian Careba wrote:
> The board is based on mt7621AT cpu, and has 16mb nor flash, 256mb o
The board is based on mt7621AT cpu, and has 16mb nor flash, 256mb of ram, 2
sata ports, microsd card slot, 1 USB 3.0 port and at least one 2.4 and one 5
ghz antenna.
Signed-off-by: Sebastian Careba
---
.../linux/ramips/base-files/etc/board.d/02_network | 1 +
target/linux/ramips/base-files/e
On 26/11/2015 07:11, Florian Eckert wrote:
> Sounds good,
>
> Lantiq will move as discussed on the openwrt summit.
> Does this mean that in the future other firmwares (older/newer) are
> provided by lantiq?
>
> Flo
>
gphy firmwares for xrx200
DECT firmware
gphy firmwares for xrx300
> 201
On 25/11/2015 23:39, Hauke Mehrtens wrote:
> On 11/25/2015 11:29 AM, John Crispin wrote:
>>
>>
>> On 25/11/2015 10:53, Andre Heider wrote:
>>> Hi,
>>>
>>> On Tue, Nov 24, 2015 at 9:24 PM, Hauke Mehrtens wrote:
+define Package/dsl-vr9-firmware-xdsl/install
+ $(INSTALL_DIR) $(1)/li
Sounds good,
Lantiq will move as discussed on the openwrt summit.
Does this mean that in the future other firmwares (older/newer) are
provided by lantiq?
Flo
2015-11-25 23:39 GMT+01:00 Hauke Mehrtens :
> On 11/25/2015 11:29 AM, John Crispin wrote:
>>
>>
>> On 25/11/2015 10:53, Andre Heider wrote
Hi,
2015-11-25 20:05 GMT+01:00 John Crispin :
> Hi,
>
> On 25/11/2015 18:54, Etienne CHAMPETIER wrote:
> > As requested, i've split up in smaller patches my work
> > I also follow the unwritten code style requirement :)
> >
> > "rework fs jail part" commit is still a bit big
> > but if i split it
On 11/25/2015 11:29 AM, John Crispin wrote:
>
>
> On 25/11/2015 10:53, Andre Heider wrote:
>> Hi,
>>
>> On Tue, Nov 24, 2015 at 9:24 PM, Hauke Mehrtens wrote:
>>> +define Package/dsl-vr9-firmware-xdsl/install
>>> + $(INSTALL_DIR) $(1)/lib/firmware/
>>> + $(INSTALL_DATA) $(PKG_BUILD_D
Felix, is this patch acceptable?
The v2 that made it to Patchwork applies cleanly to the trunk without any
whitespace problems.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-deve
The board is based on mt7621AT cpu, and has 16mb nor flash, 256mb of ram, 2
sata ports, microsd card slot, 1 USB 3.0 port and at least one 2.4 and one 5
ghz antenna.
Signed-off-by: Sebastian Careba
---
.../linux/ramips/base-files/etc/board.d/02_network | 1 +
target/linux/ramips/base-files/e
Hi,
you need to add info to the patch what has changed between versions and
which version this is.
John
On 25/11/2015 21:20, Sebastian Careba wrote:
> The board is based on mt7621AT cpu, and has 16mb nor flash, 256mb of ram, 2
> sata ports, microsd card slot, 1 USB 3.0 port and at least
The board is based on mt7621AT cpu, and has 16mb nor flash, 256mb of ram, 2
sata ports, microsd card slot, 1 USB 3.0 port and at least one 2.4 and one 5
ghz antenna.
Signed-off-by: Sebastian Careba
---
.../linux/ramips/base-files/etc/board.d/02_network | 1 +
target/linux/ramips/base-files/e
Hi,
On 25/11/2015 18:54, Etienne CHAMPETIER wrote:
> As requested, i've split up in smaller patches my work
> I also follow the unwritten code style requirement :)
>
> "rework fs jail part" commit is still a bit big
> but if i split it further i will edit the same line
> in each commit (tell me i
Hi,
our code uses the ifdef pattern in all projects and we would like to
keep it that way.
JOhn
On 25/11/2015 18:54, Etienne CHAMPETIER wrote:
> Signed-off-by: Etienne CHAMPETIER
> ---
> jail/capabilities.h | 1 +
> jail/elf.h | 4 +---
> jail/log.h | 1 +
> jail/secc
this is needed by musl (openwrt DD)
uClibc/glibc is working without this
this partly fixes
https://dev.openwrt.org/ticket/20785
we still don't handle DT_RPATH, DT_RUNPATH, nodeflib, ...
see http://man7.org/linux/man-pages/man8/ld.so.8.html
Signed-off-by: Etienne CHAMPETIER
---
jail/elf.c | 5 +
this make simple script work easily with ujail
Signed-off-by: Etienne CHAMPETIER
---
jail/fs.c | 28
1 file changed, 28 insertions(+)
diff --git a/jail/fs.c b/jail/fs.c
index aeab730..c848700 100644
--- a/jail/fs.c
+++ b/jail/fs.c
@@ -79,6 +79,29 @@ void mount_list_
see
https://docs.oracle.com/cd/E19683-01/817-3677/chapter6-42444/index.html
Signed-off-by: Etienne CHAMPETIER
---
jail/elf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jail/elf.c b/jail/elf.c
index 7c52880..46c19df 100644
--- a/jail/elf.c
+++ b/jail/elf.c
@@ -182,7 +
Change functions to work with full paths (do less split and concat of path)
Store "soname" as key and the fullpath as path in "libraries"
Remove "extras" list and replace it with "mounts" avl_tree
("mounts" also store fullpath)
Add add_path_and_deps() function to handle file/lib openning and
Signed-off-by: Etienne CHAMPETIER
---
jail/jail.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jail/jail.c b/jail/jail.c
index 5b24f63..b7e6946 100644
--- a/jail/jail.c
+++ b/jail/jail.c
@@ -139,7 +139,7 @@ static int mount_bind(const char *root, const char *path,
cons
this code is present since first ujail commit (dfcfcca7)
Signed-off-by: Etienne CHAMPETIER
---
jail/elf.c | 7 +--
jail/jail.c | 8 ++--
2 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/jail/elf.c b/jail/elf.c
index c3a392c..7c52880 100644
--- a/jail/elf.c
+++ b/jail/elf.
Signed-off-by: Etienne CHAMPETIER
---
jail/elf.c | 9 +
jail/jail.c | 9 +
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/jail/elf.c b/jail/elf.c
index 5e22606..2acac71 100644
--- a/jail/elf.c
+++ b/jail/elf.c
@@ -22,6 +22,7 @@
#include
#include
#include
+#
move all libraries search initialisation stuff
into elf.c / init_library_search()
for now we don't handle musl specific files
Signed-off-by: Etienne CHAMPETIER
---
jail/elf.c | 13 +++--
jail/elf.h | 3 +--
jail/jail.c | 6 +-
3 files changed, 13 insertions(+), 9 deletions(-)
d
musl (openwrt DD r47603 x86-64) looks for lib only in /lib,
not in /lib64, and /lib64 is a symlink to /lib, so ujail find
all the libs in /lib64, add them in the jail (only under /lib64)
and then musl fails to find the libs.
uClibc (openwrt CC r47608 x86-64) looks for lib in /lib and
/usr/lib, not
headers must include all there dependencies, no more, no less
(it uses fprintf)
Signed-off-by: Etienne CHAMPETIER
---
jail/elf.c | 1 -
jail/jail.c | 1 -
jail/log.h | 1 +
3 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/jail/elf.c b/jail/elf.c
index fb046b4..6d36215 100644
--- a
headers must include all there dependencies, no more, no less
Signed-off-by: Etienne CHAMPETIER
---
jail/elf.c | 1 +
jail/elf.h | 2 --
jail/jail.c | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jail/elf.c b/jail/elf.c
index 6d36215..5e22606 100644
--- a/jail/elf.c
+++
headers must include all there dependencies, no more, no less
Signed-off-by: Etienne CHAMPETIER
---
jail/preload.c | 2 --
jail/seccomp.c | 2 --
jail/seccomp.h | 3 +++
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/jail/preload.c b/jail/preload.c
index a1cc0b6..5466f27 100644
-
Signed-off-by: Etienne CHAMPETIER
---
jail/capabilities.h | 1 +
jail/elf.h | 4 +---
jail/log.h | 1 +
jail/seccomp.h | 1 +
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/jail/capabilities.h b/jail/capabilities.h
index e6699e9..beb67cc 100644
--- a/jail/ca
As requested, i've split up in smaller patches my work
I also follow the unwritten code style requirement :)
"rework fs jail part" commit is still a bit big
but if i split it further i will edit the same line
in each commit (tell me if it too big)
Etienne CHAMPETIER (17):
ujail: don't add non e
Signed-off-by: Etienne CHAMPETIER
---
jail/elf.c | 28 +++-
jail/elf.h | 4 ++--
jail/jail.c | 2 +-
3 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/jail/elf.c b/jail/elf.c
index 34a5aca..fb046b4 100644
--- a/jail/elf.c
+++ b/jail/elf.c
@@ -69,7 +69,7
extern qualifiers for function definitions doesn't really make sense
Signed-off-by: Etienne CHAMPETIER
---
jail/elf.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/jail/elf.h b/jail/elf.h
index 3ae311e..19ceb3e 100644
--- a/jail/elf.h
+++ b/jail/elf.h
@@ -30,9 +30,9
clone() call need a function with "void *" arg
(else we have a compilation error)
Signed-off-by: Etienne CHAMPETIER
---
jail/jail.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jail/jail.c b/jail/jail.c
index 56dc9ca..9952ed9 100644
--- a/jail/jail.c
+++ b/jail/jail.c
Signed-off-by: Etienne CHAMPETIER
---
jail/elf.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/jail/elf.c b/jail/elf.c
index cbb3051..34a5aca 100644
--- a/jail/elf.c
+++ b/jail/elf.c
@@ -33,6 +33,10 @@ static LIST_HEAD(library_paths);
void alloc_library_path(const
Hi,
Sorry to bump up the thread again. Is there anything blocking to merge
this patch?
If it helps, there are user reports about setting different values of
ath79_eth0_pll_data.pll_1000 here:
https://wiki.openwrt.org/toh/mikrotik/rb2011uias#tracking_reported_experience_with_suggested_patch_f
ARC SDP board sports only 1 network interface - eth0,
so to operate as an access point it requires at least
another interface (preferably wireless),
so USB Wi-Fi dongle is what we want.
And with USB Wi-Fi dongle attached ARC SDP board could be
used as a "dumb" wireless access point.
Now with modi
From: Nick Podolak
Adds the ability for the gre.sh netifd protocol script to honor the multicast
flag
Signed-off-by: Nick Podolak
---
package/network/config/gre/files/gre.sh | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/package/network/config/gre/files/gre.sh
b/pa
From: Nick Podolak
Add multicast flag control to interfaces in netifd
Signed-off-by: Nick Podolak
---
My repeated apologies for butchering the canonical patch message body
formatting. I think I have got the format and my mail client settings correct
this time though.
Thanks for your patience
Hi Sebastian,
Two small comments inline.
* Sebastian Careba (nitrosh...@yahoo.com) wrote:
> The board is based on mt7621AT cpu, and has 16mb nor flash, 256mb of ram, 2
> sata ports, microsd card slot, 1 USB 3.0 port and at least one 2.4 and one 5
> ghz antenna.
>
> Signed-off-by: Sebastian Car
The board is based on mt7621AT cpu, and has 16mb nor flash, 256mb of ram, 2
sata ports, microsd card slot, 1 USB 3.0 port and at least one 2.4 and one 5
ghz antenna.
Signed-off-by: Sebastian Careba
---
.../linux/ramips/base-files/etc/board.d/02_network | 1 +
target/linux/ramips/base-files/e
On 25/11/2015 11:30, John Crispin wrote:
> Hi,
>
> please fix the following things and resend.
>
> * missing ar71xx: [refix in the subject
correction, should be ralink:
> * no patch description
> * missing SoB
>
> John
>
> On 25/11/2015 11:00, Sebastian Careba wrote:
>> From: Sebastia
Hi,
please fix the following things and resend.
* missing ar71xx: [refix in the subject
* no patch description
* missing SoB
John
On 25/11/2015 11:00, Sebastian Careba wrote:
> From: Sebastian Careba
>
> ---
> target/linux/ramips/base-files/etc/diag.sh | 1 +
> target/linux
On 25/11/2015 10:53, Andre Heider wrote:
> Hi,
>
> On Tue, Nov 24, 2015 at 9:24 PM, Hauke Mehrtens wrote:
>> +define Package/dsl-vr9-firmware-xdsl/install
>> + $(INSTALL_DIR) $(1)/lib/firmware/
>> + $(INSTALL_DATA) $(PKG_BUILD_DIR)/LICENSE
>> $(1)/lib/firmware/xcpe_574306_571801.LI
From: Sebastian Careba
---
target/linux/ramips/base-files/etc/diag.sh | 1 +
target/linux/ramips/base-files/lib/ramips.sh | 3 +
.../ramips/base-files/lib/upgrade/platform.sh | 1 +
target/linux/ramips/dts/WITI.dts | 143 +
target/li
Hi,
On Tue, Nov 24, 2015 at 9:24 PM, Hauke Mehrtens wrote:
> +define Package/dsl-vr9-firmware-xdsl/install
> + $(INSTALL_DIR) $(1)/lib/firmware/
> + $(INSTALL_DATA) $(PKG_BUILD_DIR)/LICENSE
> $(1)/lib/firmware/xcpe_574306_571801.LICENSE
> + $(INSTALL_DATA) $(PKG_BUILD_DIR)/xcpe
45 matches
Mail list logo