Re: [LEDE-DEV] Espressobin mvebu64

2018-01-09 Thread Nishant Sharma
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

Re: [LEDE-DEV] [PATCH v1 1/1] uboot-at91: fix build after fpu activation

2018-01-09 Thread Hauke Mehrtens
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

Re: [LEDE-DEV] [PATCH 1/1] at91: kernel configuration

2018-01-09 Thread Hauke Mehrtens
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 > +++

Re: [LEDE-DEV] [PATCH 4/6] at91bootstrap: make packages hidden

2018-01-09 Thread Hauke Mehrtens
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

[LEDE-DEV] Merged: ar71xx: remove obsolete '< KERNEL_VERSION(4, 4, 0)' check

2018-01-09 Thread Jo-Philipp Wich
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

[LEDE-DEV] Merged: ar71xx: remove obsolete '< KERNEL_VERSION(4, 2, 0)' check

2018-01-09 Thread Jo-Philipp Wich
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

[LEDE-DEV] Merged: ar71xx: remove obsolete '< KERNEL_VERSION(3, 15, 0)' checks

2018-01-09 Thread Jo-Philipp Wich
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

[LEDE-DEV] [PATCH 3/3] ar71xx: remove obsolete '< KERNEL_VERSION(4, 4, 0)' check

2018-01-09 Thread Gabor Juhos
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

[LEDE-DEV] [PATCH 1/3] ar71xx: remove obsolete '< KERNEL_VERSION(3, 15, 0)' checks

2018-01-09 Thread Gabor Juhos
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

[LEDE-DEV] [PATCH 0/3] ar71xx: remove obsolete kernel version checks

2018-01-09 Thread Gabor Juhos
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

[LEDE-DEV] [PATCH 2/3] ar71xx: remove obsolete '< KERNEL_VERSION(4, 2, 0)' check

2018-01-09 Thread Gabor Juhos
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

Re: [LEDE-DEV] Switches between LTS kernels and removal of previous LTSes

2018-01-09 Thread Christian Lamparter
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

Re: [LEDE-DEV] Switches between LTS kernels and removal of previous LTSes

2018-01-09 Thread SandeepSheriker.Mallikarjun
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

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

2018-01-09 Thread Catrinel Catrinescu
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

[LEDE-DEV] [PATCH iwinfo] nl80211: Do not block when driver aborts scan

2018-01-09 Thread osivertsson
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

[LEDE-DEV] [PATCH] ar71xx: drop mdio-gpio.h include from mach-om5pacv2.c

2018-01-09 Thread Gabor Juhos
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

Re: [LEDE-DEV] [PATCH v1] dnsmasq: use SIGUSR2 for dnssec time valid

2018-01-09 Thread Kevin Darbyshire-Bryant
> 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