Re: [LEDE-DEV] Issues building libunwind for x86_32

2017-11-05 Thread Philip Prindeville
> On Nov 5, 2017, at 7:55 PM, Yousong Zhou wrote: > > On 6 November 2017 at 06:28, Philip Prindeville > wrote: >> I’m seeing the following when trying to build a Geode image: >> >> [snip] > > Hi, I have just pushed a change to disable ssp with libunwind [1]. > That should fix the issue. > >

Re: [LEDE-DEV] Issues building libunwind for x86_32

2017-11-05 Thread Yousong Zhou
On 6 November 2017 at 06:28, Philip Prindeville wrote: > I’m seeing the following when trying to build a Geode image: > > > make[6]: Entering directory > '/home/philipp/bertram/lede3/build_dir/target-i386_pentium_musl/libunwind-1.2.1/src' > /bin/bash ../libtool --tag=CC --mode=link i486-openwr

Re: [LEDE-DEV] Issues building libunwind for x86_32

2017-11-05 Thread Philip Prindeville
> On Nov 5, 2017, at 3:28 PM, Philip Prindeville > wrote: > > I’m seeing the following when trying to build a Geode image: > > > make[6]: Entering directory > '/home/philipp/bertram/lede3/build_dir/target-i386_pentium_musl/libunwind-1.2.1/src' > /bin/bash ../libtool --tag=CC --mode=link i

Re: [LEDE-DEV] [RFC] A new developper documentation for OpenWrt/LEDE

2017-11-05 Thread Rich Brown
Hi all, Although I'm not a developer, as someone who cares a lot about documentation, I have a couple thoughts about this proposal. 1) "Throw out all the old stuff, and start fresh." It's easy to propose, and maybe even a good idea. But it's worth asking why don't we already have good dev docs

Re: [LEDE-DEV] [PATCH] ramips: Add support for the Unielec U7621-6

2017-11-05 Thread Piotr Dymacz
Hello Kristian, On 05.11.2017 23:26, Kristian Evensen wrote: Hi Piotr and Mathias, On Sun, Nov 5, 2017 at 10:24 PM, Piotr Dymacz wrote: Hello Kristian, On 04.11.2017 21:53, Kristian Evensen wrote: The Unielec U7621-6 (http://www.unielecinc.com/q/news/cn/p/product/detail.html?qd_guid=pyrEj

Re: [LEDE-DEV] [PATCH] ramips: Add support for the Unielec U7621-6

2017-11-05 Thread Piotr Dymacz
Hello Mathias, On 05.11.2017 22:43, Mathias Kresin wrote: 05.11.2017 22:24, Piotr Dymacz: [snip] AFAIK, board with 256/16 MB is the default one (mass production?). Any change means MOQ and customized version. The default one can be easily purchased from Ali..., directly from the vendor. I

[LEDE-DEV] Issues building libunwind for x86_32

2017-11-05 Thread Philip Prindeville
I’m seeing the following when trying to build a Geode image: make[6]: Entering directory '/home/philipp/bertram/lede3/build_dir/target-i386_pentium_musl/libunwind-1.2.1/src' /bin/bash ../libtool --tag=CC --mode=link i486-openwrt-linux-musl-gcc -Os -pipe -march=pentium-mmx -fno-caller-saves

Re: [LEDE-DEV] [PATCH] ramips: Add support for the Unielec U7621-6

2017-11-05 Thread Kristian Evensen
Hi Piotr and Mathias, On Sun, Nov 5, 2017 at 10:24 PM, Piotr Dymacz wrote: > Hello Kristian, > > On 04.11.2017 21:53, Kristian Evensen wrote: >> >> The Unielec U7621-6 >> >> (http://www.unielecinc.com/q/news/cn/p/product/detail.html?qd_guid=pyrEjfTmYf) >> is an MT7621-based router with the follow

Re: [LEDE-DEV] [PATCH] ar71xx: add support for TP-Link TL-WDR7500v6

2017-11-05 Thread Piotr Dymacz
Hello Karol, Thank you for your patch but it seems that it got whitespace mangled and tabs were replaced with spaces. Please, send v2 using git send-email. Also, please see my comments inline, below. On 30.10.2017 20:32, Bizon wrote: Add support for TP-Link TL-WDR7500 V6. Specifications: -

Re: [LEDE-DEV] [PATCH] ramips: Add support for the Unielec U7621-6

2017-11-05 Thread Mathias Kresin
05.11.2017 22:24, Piotr Dymacz: Hello Kristian, On 04.11.2017 21:53, Kristian Evensen wrote: The Unielec U7621-6 (http://www.unielecinc.com/q/news/cn/p/product/detail.html?qd_guid=pyrEjfTmYf) is an MT7621-based router with the following specifications: I got the same board last week and ha

Re: [LEDE-DEV] [PATCH] ramips: Add support for the Unielec U7621-6

2017-11-05 Thread Piotr Dymacz
Hello Kristian, On 04.11.2017 21:53, Kristian Evensen wrote: The Unielec U7621-6 (http://www.unielecinc.com/q/news/cn/p/product/detail.html?qd_guid=pyrEjfTmYf) is an MT7621-based router with the following specifications: I got the same board last week and had some initial support ready locall

Re: [LEDE-DEV] [PATCH] ramips: Add support for the Unielec U7621-6

2017-11-05 Thread Mathias Kresin
05.11.2017 13:56, Kristian Evensen: Hi again, On Sun, Nov 5, 2017 at 12:14 PM, Mathias Kresin wrote: diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 8bd7e0318f..1bdd0024e4 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/im

Re: [LEDE-DEV] [PATCH v3] merge: add OpenWrt branding

2017-11-05 Thread Hauke Mehrtens
Thanks for this good work Zoltan, this is not any easy patch. On 11/04/2017 07:04 PM, Zoltan HERPAI wrote: > Given that we've decided to sail under the same flag for > the benefit of the whole community, and acknowledge the > achievements of the LEDE project, let's start the final > steps of the m

Re: [LEDE-DEV] [PATCH procd] service: Start services normally when seccomp is disabled

2017-11-05 Thread Hans Dedecker
On Fri, Nov 3, 2017 at 10:31 PM, Michal Sojka wrote: > When service init file declares seccomp support (procd_set_param seccomp), > but procd is compiled without seccomp support, the service should be > started normally, because seccomp-trace and utrace are not available. > > Older procd versions

Re: [LEDE-DEV] [PATCH] ramips: Add support for the Unielec U7621-6

2017-11-05 Thread Kristian Evensen
Hi, On Sun, Nov 5, 2017 at 1:47 PM, Kristian Evensen wrote: > By the way, I sometimes see the board cough up different > memory-related errors. For example, I have seen seg. faults for > applications that are run on startup, messages like "CPU 3 Unable to > handle kernel paging request at virtual

Re: [LEDE-DEV] [PATCH] ramips: Add support for the Unielec U7621-6

2017-11-05 Thread Kristian Evensen
Hi again, On Sun, Nov 5, 2017 at 12:14 PM, Mathias Kresin wrote: >> diff --git a/target/linux/ramips/image/mt7621.mk >> b/target/linux/ramips/image/mt7621.mk >> index 8bd7e0318f..1bdd0024e4 100644 >> --- a/target/linux/ramips/image/mt7621.mk >> +++ b/target/linux/ramips/image/mt7621.mk >> @@ -225

Re: [LEDE-DEV] [PATCH v3] merge: add OpenWrt branding

2017-11-05 Thread Felix Fietkau
On 2017-11-04 19:04, Zoltan HERPAI wrote: > Given that we've decided to sail under the same flag for > the benefit of the whole community, and acknowledge the > achievements of the LEDE project, let's start the final > steps of the merge. > > The git and other sources are untouched until the infra

Re: [LEDE-DEV] [PATCH] ramips: Add support for the Unielec U7621-6

2017-11-05 Thread Kristian Evensen
Hi Mathias, Thanks for your comments. On Sun, Nov 5, 2017 at 12:14 PM, Mathias Kresin wrote: > Hey Christian, > > find my comments inline. > > 04.11.2017 21:53, Kristian Evensen: >> >> Notes: >> * According to the specifications on the Unielec website, two LEDs >> should be controllable via GPIO

Re: [LEDE-DEV] [PATCH v1] wireguard: version bump to 0.0.20171101

2017-11-05 Thread Hans Dedecker
On Sun, Nov 5, 2017 at 11:41 AM, Kevin Darbyshire-Bryant wrote: > > >> On 4 Nov 2017, at 17:16, Hans Dedecker wrote: >> >> On Fri, Nov 3, 2017 at 6:01 PM, Kevin Darbyshire-Bryant >> wrote: >>> Update wireguard to latest snapshot: >>> > >> Patch applied in trunk >> >> Thanks >> Hans > > Hi Hans,

Re: [LEDE-DEV] [LUCI] [PATCH 0/2] wifi: 80211r psk_generate_local and ft_ver_ds

2017-11-05 Thread Mathias Kresin
02.11.2017 21:24, Lorenzo Santina: When using a PSK, with ft_psk_generate_local the PMK is generate locally simplifing the configuration of 80211r. With ft_over_ds support the user can now choose if use FT over DS protocol or FT over the Air protocol. Lorenzo Santina (2): wifi: (80211r) add

Re: [LEDE-DEV] [PATCH] ramips: Add support for the Unielec U7621-6

2017-11-05 Thread Mathias Kresin
Hey Christian, find my comments inline. 04.11.2017 21:53, Kristian Evensen: Notes: * According to the specifications on the Unielec website, two LEDs should be controllable via GPIO. I was not able to find the pins. Have you tired to set more/all pinmux groups to function GPIO? Given the fac

Re: [LEDE-DEV] [PATCH v1] wireguard: version bump to 0.0.20171101

2017-11-05 Thread Kevin Darbyshire-Bryant
> On 4 Nov 2017, at 17:16, Hans Dedecker wrote: > > On Fri, Nov 3, 2017 at 6:01 PM, Kevin Darbyshire-Bryant > wrote: >> Update wireguard to latest snapshot: >> > Patch applied in trunk > > Thanks > Hans Hi Hans, Thanks for that - could you also cherry-pick that for 17.01 please. I thoug

Re: [LEDE-DEV] [PATCH] base-files: Don't deconfigure IP settings while using NFS root

2017-11-05 Thread Mathias Kresin
05.11.2017 11:14, Petr Štetiar: Signed-off-by: Petr Štetiar --- Hey Petr, your patch doesn't have a commit message. The commit message should explain why the change is required/what gets fixed by the patch. Please send a v2 with a proper commit message. Mathias __

[LEDE-DEV] [PATCH] base-files: Don't deconfigure IP settings while using NFS root

2017-11-05 Thread Petr Štetiar
Signed-off-by: Petr Štetiar --- package/base-files/files/lib/preinit/10_indicate_preinit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/base-files/files/lib/preinit/10_indicate_preinit b/package/base-files/files/lib/preinit/10_indicate_preinit index 7a97a8d..457ce21 100644 --- a/p