Re: [LEDE-DEV] procd init script questions ...

2016-11-29 Thread John Crispin
On 30/11/2016 06:11, Dirk Brenken wrote: > Hi list, > > after studying a few mostly incomplete/outdated online docs and > examples on github (lede main source & package repo) procd is still a > kind of "terra incognita" ... at least for me. I don't like to copy & > paste things that I do not und

[LEDE-DEV] procd init script questions ...

2016-11-29 Thread Dirk Brenken
Hi list, after studying a few mostly incomplete/outdated online docs and examples on github (lede main source & package repo) procd is still a kind of "terra incognita" ... at least for me. I don't like to copy & paste things that I do not understand therefore a few (dump/initial) procd questions:

[LEDE-DEV] [PATCH 07/11] orion: Switch to kernel 4.4

2016-11-29 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- target/linux/orion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 8c2a29c0cf09..f0a0ab9acb9e 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile

[LEDE-DEV] [PATCH 00/11] orion updates

2016-11-29 Thread Florian Fainelli
Hi all, This patch series brings the orion platform to kernel 4.4, and starts adding support for the Buffalo Terastation Pro II/Live. Florian Fainelli (11): orion: Fold DT2 setup files into patch orion: Add support for 4.4 kernel orion: Build images for Buffalo Terastation Pro II/Live ker

[LEDE-DEV] [PATCH 02/11] orion: Add support for 4.4 kernel

2016-11-29 Thread Florian Fainelli
Patches and configuration apply just fine on the Marvell Orion target. Signed-off-by: Florian Fainelli --- target/linux/orion/config-4.4 | 422 +++ .../100-wrt350nv2_openwrt_partition_map.patch | 32 ++ .../patches-4.4/101-wnr854t_partition_map.patch|

[LEDE-DEV] [PATCH 11/11] orion: Enable CONFIG_MV_XOR

2016-11-29 Thread Florian Fainelli
This is helpful for Orion-based NAS boxes that have the XOR engine enabled since it provides faster software RAID. Signed-off-by: Florian Fainelli --- target/linux/orion/config-4.4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/orion/config-4.4 b/target/linux/orion/config-4.4

[LEDE-DEV] [PATCH 08/11] orion: Set appropriate DEVICE_TYPE for harddisk target

2016-11-29 Thread Florian Fainelli
The harddisk target is for NAS boxes, so set the DEVICE_TYPE accordingly so we get a sensible default package selection. Signed-off-by: Florian Fainelli --- target/linux/orion/harddisk/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/orion/harddisk/target.mk b/target/l

[LEDE-DEV] [PATCH 01/11] orion: Fold DT2 setup files into patch

2016-11-29 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- .../orion/files/arch/arm/mach-orion5x/dt2-common.h | 82 --- .../orion/files/arch/arm/mach-orion5x/dt2-setup.c | 445 .../orion/patches-3.18/200-dt2_board_support.patch | 562 - 3 files changed, 553 insertions(+), 536 dele

[LEDE-DEV] [PATCH 09/11] kernel: Add missing kernel config symbol

2016-11-29 Thread Florian Fainelli
Add CONFIG_DW_DMAC_PCI Signed-off-by: Florian Fainelli --- target/linux/generic/config-4.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 6ce4afb88617..63e12320efaf 100644 --- a/target/linux/generic/config-4.4 +++ b/tar

[LEDE-DEV] [PATCH 10/11] orion: Add uboot-envtools in the default package list

2016-11-29 Thread Florian Fainelli
Makes sense since most, if not all orion platforms use this bootloader. Signed-off-by: Florian Fainelli --- target/linux/orion/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index f0a0ab9acb9e..e6f29ca98bee

[LEDE-DEV] [PATCH 03/11] orion: Build images for Buffalo Terastation Pro II/Live

2016-11-29 Thread Florian Fainelli
Enable support for this machine in the kernel and also produce valid image files with the correct machine id. Signed-off-by: Florian Fainelli --- target/linux/orion/config-4.4 | 2 +- target/linux/orion/image/generic.mk | 11 +++ 2 files changed, 12 insertions(+), 1 deletion(-) d

[LEDE-DEV] [PATCH 05/11] orion: Make sub-targets augment FEATURES, not re-define it

2016-11-29 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- target/linux/orion/generic/target.mk | 2 +- target/linux/orion/harddisk/target.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/orion/generic/target.mk b/target/linux/orion/generic/target.mk index 451de4e90bbb..7b054edd6

[LEDE-DEV] [PATCH 06/11] orion: Advertise support for RTC

2016-11-29 Thread Florian Fainelli
Otherwise, we can't select RTC_SUPPORT and the corresponding kmod-rtc-* packages. Signed-off-by: Florian Fainelli --- target/linux/orion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 58e74b8e4a77..8c2a

[LEDE-DEV] [PATCH 04/11] kernel: add kernel package for the rs5c372a rtc module

2016-11-29 Thread Florian Fainelli
This RTC is used on the Buffalo Terastation Pro II/Live devices. Signed-off-by: Florian Fainelli --- package/kernel/linux/modules/other.mk | 16 1 file changed, 16 insertions(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 5b

[LEDE-DEV] ath10k firmware crashes in mesh mode on QCA9880

2016-11-29 Thread Benjamin Morgan
When we try to transmit traffic (ping) between two meshed ath10k devices running latest lede we keep experiencing ath10k firmware crashes. This seems to only happen when running in 802.11n/ac mode but not in 802.11a/g mode. Also, from the station dumps it appears that management traffic is flow

Re: [LEDE-DEV] Model detection for UBNT Rocket Ti master

2016-11-29 Thread p . wassi
> I'm currently rebuilding to see wheter it's the comment that follows the > escaped newline > for the first case statement. Ok. A multi-line case statement must not be followed by a comment. My testing device boots up fine again :) Best regards, P. Wassi ___

Re: [LEDE-DEV] Model detection for UBNT Rocket Ti master

2016-11-29 Thread Matthias Schiffer
On 11/29/2016 07:48 PM, p.wa...@gmx.at wrote: > Hi Matthias, > > the patch "ar71xx: add model detection for UBNT Rocket Ti" [1] > currently breaks all ar71xx for me. > During bootup, the serial console shows: >> [5.491732] init: - preinit - >> /etc/preinit: /lib/ar71xx.sh: line 85: syntax erro

[LEDE-DEV] Model detection for UBNT Rocket Ti master

2016-11-29 Thread p . wassi
Hi Matthias, the patch "ar71xx: add model detection for UBNT Rocket Ti" [1] currently breaks all ar71xx for me. During bootup, the serial console shows: > [5.491732] init: - preinit - > /etc/preinit: /lib/ar71xx.sh: line 85: syntax error: unexpected word > (expecting ")") > [5.964739] pro

Re: [LEDE-DEV] web->wiki switch - short glitch in the matrix

2016-11-29 Thread John Crispin
Hi, i see jow has already removed the redirect that we had in place during the transition as a precaution. looks like everything went smooth ... obviously as expected :-) again, thanks for the hard work in bringing up the wiki :-) John On 29/11/2016 17:19, Rich Brown wrote: > Folks, >

Re: [LEDE-DEV] web->wiki switch - short glitch in the matrix

2016-11-29 Thread Rich Brown
Folks, This seems to be working perfectly (I did *not* stay up to see if there would be a glitch). www.lede-project.org and wiki.lede-project.org now lead to the same site. Thanks for all who pitched in. Rich > On Nov 29, 2016, at 3:42 AM, John Crispin wrote: > > Hi, > > we will change DNS

Re: [LEDE-DEV] make -j 4: race between Image/Prepare and device images?

2016-11-29 Thread Rafał Miłecki
On 25 October 2016 at 10:31, Rafał Miłecki wrote: > I just discovered why I was getting some crazy results during my various > kernel > tests. It seems that LEDE doesn't rebuild images as expected with make -j N. > > I think that some/all images may be generated before Image/Prepare step. Weeks a

[LEDE-DEV] web->wiki switch - short glitch in the matrix

2016-11-29 Thread John Crispin
Hi, we will change DNS now to point the main site at the wiki. if all goes well we wont notice any downtime. John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev