[LEDE-DEV] [PATCH] .gitignore: add .project for eclipse users

2017-07-19 Thread Catrinel Catrinescu
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

Re: [LEDE-DEV] [PATCH] .gitignore: add .project for eclipse users

2017-07-19 Thread Dirk Feytons
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

[LEDE-DEV] [PATCH] ar71xx:ew-dorin target moved from legacy to generic add ew-dorin-usbboot

2017-07-19 Thread Catrinel Catrinescu
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

[LEDE-DEV] [PATCH v2] ar71xx:ew-dorin target moved from legacy to generic

2017-07-19 Thread 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 --- .../ar71xx/files/arch/mips/ath79/mach-ew-dorin.c | 16 ++-- target/linux/ar71xx/image/generic.mk

Re: [LEDE-DEV] [OpenWrt-Devel] MV88E6060 switch

2017-07-19 Thread Nerijus Baliūnas 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 --- 2017-07-19 04:02, Sergey Ryazanov

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

2017-07-19 Thread Torbjorn Jansson
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:

[LEDE-DEV] [PATCH] ar71xx: add ew-balin platform from Embedded Wireless

2017-07-19 Thread Catrinel Catrinescu
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

Re: [LEDE-DEV] [PATCH procd v2 1/2] init: Check chroot return value in sysupgrade_exec_upgraded()

2017-07-19 Thread Matthias Schiffer
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

Re: [LEDE-DEV] [PATCH v2] ar71xx:ew-dorin target moved from legacy to generic

2017-07-19 Thread Mathias Kresin
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

Re: [LEDE-DEV] [PATCH] ar71xx: add ew-balin platform from Embedded Wireless

2017-07-19 Thread Mathias Kresin
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

Re: [LEDE-DEV] [PATCH v2] ar71xx:ew-dorin target moved from legacy to generic

2017-07-19 Thread Felix Fietkau
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

Re: [LEDE-DEV] [PATCH] ramips: add support for Loewe WMDR-143N

2017-07-19 Thread Mathias Kresin
2017-07-18 21:15 GMT+02:00 Oliver Fleischmann : >>> +&pinctrl { >>> + state_default: pinctrl0 { >>> + gpio { >>> + ralink,group = "i2c", "jtag", "uartf"; >>> + ralink,function = "gpio"; >>> + }; >>> + }; >>> +}; >>

Re: [LEDE-DEV] [PATCH] ar71xx: add ew-balin platform from Embedded Wireless

2017-07-19 Thread Piotr Dymacz
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

[LEDE-DEV] [PATCH procd v3 1/2] init: Check chroot return value in sysupgrade_exec_upgraded()

2017-07-19 Thread Florian Fainelli
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

[LEDE-DEV] [PATCH procd v3 2/2] upgraded: Check chroot() return value

2017-07-19 Thread Florian Fainelli
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

[LEDE-DEV] [PATCH 1/2] busybox: move traceroute applets to /bin

2017-07-19 Thread Daniel Golle
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

[LEDE-DEV] [PATCH 2/2] busybox: move passwd applet to /bin

2017-07-19 Thread Daniel Golle
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.

Re: [LEDE-DEV] [PATCH 1/2] busybox: move traceroute applets to /bin

2017-07-19 Thread Yousong Zhou
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