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
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:
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
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
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|
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
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
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
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
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
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
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
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
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
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
> 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
___
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
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
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,
>
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
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
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
22 matches
Mail list logo