On 20 July 2017 at 05:52, Daniel Golle wrote:
> busybox currently installs traceroute and traceroute6 into /usr/bin
> which prevents their 'full' iputils variants from being installed.
> Move those applets to /bin so they can coexist with their iputils
> siblings using the same PATH convention alr
busybox currently installs passwd into /usr/bin which prevents its
'full' shadow-utils variant from being installed.
Move the passwd applet to /bin to avoid that collision.
shadow also provides /usr/bin/login which doesn't collide with busybox
as the busybox login applet is installed at /bin/login.
busybox currently installs traceroute and traceroute6 into /usr/bin
which prevents their 'full' iputils variants from being installed.
Move those applets to /bin so they can coexist with their iputils
siblings using the same PATH convention already applied for coreutils
and other drop-in 'full' ver
Check the chroot() return value, fixes unused return value warnings/errors:
procd-2017-06-22-e5e99c46/upgraded/upgraded.c:78:8: error: ignoring return
value of 'chroot', declared with attribute warn_unused_result
[-Werror=unused-result] chroot(".");
Fixes: 056d8ddda8d5 ("upgraded: link dynamicall
chroot() can fail and its return value should be checked against, in that case
do an exit() since this is a fatal condition that we cannot recover from.
Fixes: 63789e51ed91 ("init: add support for sysupgrades triggered from preinit")
Signed-off-by: Florian Fainelli
---
sysupgrade.c | 10
Hello Catrinel,
On 19.07.2017 14:19, Catrinel Catrinescu wrote:
[...]
diff --git a/target/linux/ar71xx/config-4.4 b/target/linux/ar71xx/config-4.4
index e8d907fcd3..2b105fa32b 100644
--- a/target/linux/ar71xx/config-4.4
+++ b/target/linux/ar71xx/config-4.4
@@ -106,6 +106,7 @@ CONFIG_ATH79_MACH
2017-07-18 21:15 GMT+02:00 Oliver Fleischmann :
>>> +&pinctrl {
>>> + state_default: pinctrl0 {
>>> + gpio {
>>> + ralink,group = "i2c", "jtag", "uartf";
>>> + ralink,function = "gpio";
>>> + };
>>> + };
>>> +};
>>
On 2017-07-19 14:58, Mathias Kresin wrote:
> 2017-07-19 11:44 GMT+02:00 Catrinel Catrinescu :
>> Embedded Wireless Dorin platform moved from legacy to generic and
>> changed the STATUS-LED from GPIO23 to GPIO21 for Dorin-Eval 2.2 boards
>>
>> Signed-off-by: Catrinel Catrinescu
>
> Please split th
2017-07-19 14:19 GMT+02:00 Catrinel Catrinescu :
> Add the Embedded Wireless Balin platform, based on AR9344
>
> Signed-off-by: Catrinel Catrinescu
Please include in your commit message a short description of the
hardware and how to install LEDE on it. Have a look at the recent
additions for some
2017-07-19 11:44 GMT+02:00 Catrinel Catrinescu :
> Embedded Wireless Dorin platform moved from legacy to generic and
> changed the STATUS-LED from GPIO23 to GPIO21 for Dorin-Eval 2.2 boards
>
> Signed-off-by: Catrinel Catrinescu
Please split the patch into two. One for switching the board to the
On 07/18/2017 03:33 AM, Florian Fainelli wrote:
> chroot() can fail and its return value should be checked against, in that case
> do an exit() since this is a fatal condition that we cannot recover from.
>
> Fixes: 63789e51ed91 ("init: add support for sysupgrades triggered from
> preinit")
> Sig
Add the Embedded Wireless Balin platform, based on AR9344
Signed-off-by: Catrinel Catrinescu
---
.../linux/ar71xx/base-files/etc/board.d/02_network | 6 ++
target/linux/ar71xx/base-files/etc/diag.sh | 3 +
.../etc/uci-defaults/03_network-switchX-migration | 1 +
target/linux/ar71x
ok, thanks.
i was using my sfp port so would be nice to have it working again.
i assume it is not as easy as adding port 5 to that list?
i know too little of the driver(s) in question to be of any use other
than testing.
next problem is to figure out why 6rd is behaving badly and errors with:
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 ---
2017-07-19 04:02, Sergey Ryazanov
Embedded Wireless Dorin platform moved from legacy to generic and
changed the STATUS-LED from GPIO23 to GPIO21 for Dorin-Eval 2.2 boards
Signed-off-by: Catrinel Catrinescu
---
.../ar71xx/files/arch/mips/ath79/mach-ew-dorin.c | 16 ++--
target/linux/ar71xx/image/generic.mk
Embedded Wireless Dorin Platform moved from legacy to generic.
Add ew-dorin-usbboot target, as part of Dorin platform
Signed-off-by: Catrinel Catrinescu
---
target/linux/ar71xx/base-files/etc/diag.sh | 1 +
target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 ++
.../ar71xx/files/arc
On 19 July 2017 at 09:59, Catrinel Catrinescu wrote:
> For eclipse users, .project is always created inside the project
>
> Signed-off-by: Catrinel Catrinescu
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index aff13e1136..a032dedd81 100644
For eclipse users, .project is always created inside the project
Signed-off-by: Catrinel Catrinescu
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index aff13e1136..a032dedd81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ key-build*
.emac
18 matches
Mail list logo