Hi Tomasz,
On Monday 08 January 2018 11:35 PM, Tomasz Maciej Nowak wrote:
I updated my tree from the previous time You probably saw it. Most of
the features are complete. It requires to edit U-Boot environment with
this value:
bootcmd=load mmc 0:1 0x4d0 boot.scr; source 0x4d0
With that i
On 01/05/2018 05:43 PM, Sandeep Sheriker wrote:
> Hi Hauke,
> Since someone previously had filtered -fstack-protector from
> $(TARGET_CFLAGS) for a reason and don't wanted to break this by removing
> it. However I am able to verify uboot booting successfully on sama5d2,
> sama5d3, sama5d4 Xpl
On 01/05/2018 12:14 AM, Sandeep Sheriker Mallikarjun wrote:
> 1. enabled DMA controller options
> 2. Enabled CMA options
> 3. enabled VFP options
> 4. Add Atmel SD/MMC Driver
>
> Signed-off-by: Sandeep Sheriker Mallikarjun
>
> ---
> target/linux/at91/sama5/config-default | 43
> +++
On 01/09/2018 12:07 AM, Sandeep Sheriker wrote:
> Hi Hauke,
> I have already fixed this and submitted this patch. below is the
> patch link for references.
>
> https://patchwork.ozlabs.org/patch/855788/
>
> Regards,
> Sandeep Sheriker M
Thanks for the hint, I applied this patch now.
Hauke
Merged into my staging tree with
http://git.openwrt.org/?p=openwrt/staging/jow.git;a=commitdiff;h=c3e1e32d1f.
Thank you!
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Merged into my staging tree with
http://git.openwrt.org/?p=openwrt/staging/jow.git;a=commitdiff;h=d0ba8b42f9.
Thank you!
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Merged into my staging tree with
http://git.openwrt.org/?p=openwrt/staging/jow.git;a=commitdiff;h=16849a05a4.
Thank you!
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Because the oldest supported kernel version on the ar71xx target is 4.4,
the condition that the kernel version is smaller than 4.4.0 is always
false. Remove the obsolete check from mach-rb4xx.c to clean up the code
a bit.
Signed-off-by: Gabor Juhos
---
target/linux/ar71xx/files/arch/mips/ath79/m
Because the oldest supported kernel version on the ar71xx target is 4.4,
the condition that the kernel version is smaller than 3.15.0 is always
false. Remove the obsolete checks from the target specific source files
to clean up the code a bit.
Signed-off-by: Gabor Juhos
---
target/linux/ar71xx/f
Gabor Juhos (3):
ar71xx: remove obsolete '< KERNEL_VERSION(3,15,0)' checks
ar71xx: remove obsolete '< KERNEL_VERSION(4,2,0)' check
ar71xx: remove obsolete '< KERNEL_VERSION(4,4,0)' check
target/linux/ar71xx/files/arch/mips/ath79/dev-dsa.c | 5 -
target/linux/ar71xx/files/arch
Because the oldest supported kernel version on the ar71xx target is 4.4,
the condition that the kernel version is smaller than 4.2.0 is always
false. Remove the obsolete check from ag71xx_main.c to clean up the code
a bit.
Signed-off-by: Gabor Juhos
---
.../ar71xx/files/drivers/net/ethernet/athe
Hello,
On Tuesday, January 9, 2018 8:07:16 AM CET Stijn Segers wrote:
> I remember there was quite a bit of gnashing of teeth, when targets in
> master dropped 4.4 support so quickly after 17.01 had been released
> (which made it very cumbersome to backport 4.4 kernel bumps from master
> to the
Hi Stijn,
The reason for moving to 4.14 kernel version is to include Microchip (i.e.
Atmel AT91) new SOC's which are already mainlined in LTS kernel version 4.14. I
have also verified with all SAMA5 Xplained board & sam9x35 Evk board working
with latest kernel version 4.14.
Regards,
Sandeep S
For eclipse users, .project is always created inside the project.
For users of CDT within Eclipse, add also .cproject, thanks Dirk
Feytons.
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index aff13e1136..84e1a9d6d1 100644
--- a/.gitignore
+++ b/.gitig
From: Olof Sivertsson
Drivers may abort a scan by calling cfg80211_scan_done() with a struct
cfg80211_scan_info that sets aborted to true.
To avoid blocking forever consider both NL80211_CMD_NEW_SCAN_RESULTS
and NL80211_CMD_SCAN_ABORTED when waiting for scan results.
Tested with Broadcom's bcmd
The setup code of the OpenMesh OM5P ACv2 device uses nothing
from the mdio-gpio.h header, so remove the inclusion of that.
Also remove the kernel version check which is needed only
because the mdio-gpio.h header exists in a different path
in older kernels.
Compile tested only.
Cc: Sven Eckelmann
> On 5 Jan 2018, at 11:10, Karl Palsson wrote:
>
>
> The freshly released busybox 1.28 has a number of DNS related
> fixes for NTP btw.
>
> ntpd: do run the script at least once in 11 minutes
> ntpd: improve treatment of DNS resolution failures
> ntpd: mention in help text that
17 matches
Mail list logo