[LEDE-DEV] [PATCH] ar71xx: fix compiler warnings in mdio-bitbang.c for 4.4

2018-01-05 Thread Gabor Juhos
Building Linux 4.4 for ar71xx throws the following warnings in drivers/net/phy/mdio-bitbang.c: CC drivers/net/phy/mdio-bitbang.o In file included from include/linux/irqflags.h:14:0, from drivers/net/phy/mdio-bitbang.c:20: drivers/net/phy/mdio-bitbang.c: In function

Re: [LEDE-DEV] Espressobin mvebu64

2018-01-05 Thread Hauke Mehrtens
On 01/05/2018 09:16 AM, Nishant Sharma wrote: > Hi, > > First of all, congratulations on re-merge of OpenWrt and LEDE. > > Now to the problem being faced. I am trying to build OpenWrt for > Espressobin (http://espressobin.net) as described in their wiki at > http://wiki.espressobin.net/tiki-index

[LEDE-DEV] owrt landing page

2018-01-05 Thread John Crispin
Hi, could someone please help us with rebranding the lede landing page to an openwrt colour/theme ? i would like to see this swithced over within the next 7 days. John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.o

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

2018-01-05 Thread Sandeep Sheriker
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 Xplained boards and sam9x35ek with both patch. (i.e. pat

[LEDE-DEV] [PATCH fstools] libfstools: optimize building directory string for glob

2018-01-05 Thread Rafał Miłecki
From: Rafał Miłecki glob should handle paths like /foo/bar//* so we probably don't need this extra check & code. Signed-off-by: Rafał Miłecki --- This optimization/simplification was suggested by Jo while reviewing [PATCH] libfstools: support file paths longer than 255 chars --- libfstools/ove

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

2018-01-05 Thread Karl Palsson
Kevin Darbyshire-Bryant wrote: > > I don’t have a magic patch for this problem. It seems to me > that ideally busybox ntpd shouldn’t serve time until it has > sync’d. A horrible hack idea: firewall rule to drop incoming > ntp requests from clients… have an ntpd hotplug script that > captures the

Re: [LEDE-DEV] Espressobin mvebu64

2018-01-05 Thread Andre Heider
On 05/01/18 11:27, Nishant Sharma wrote: Hi Andre, On Friday 05 January 2018 03:42 PM, Andre Heider wrote: I'm running debian with its upstream kernel on espressobin just fine, there shouldn't be a reason to use their downstream patches. What does uname -a tell? Is it mainline kernel or you h

Re: [LEDE-DEV] Espressobin mvebu64

2018-01-05 Thread Nishant Sharma
Hi Andre, On Friday 05 January 2018 03:42 PM, Andre Heider wrote: I'm running debian with its upstream kernel on espressobin just fine, there shouldn't be a reason to use their downstream patches. What does uname -a tell? Is it mainline kernel or you had to enable non-free repository as well?

Re: [LEDE-DEV] Espressobin mvebu64

2018-01-05 Thread Nishant Sharma
On Friday 05 January 2018 03:34 PM, Jonas Gorski wrote: In theory yes, but in practice it will require quite a bit of work, depending on how much they departed from how OpenWrt expects targets to be. First of all you need to find someone who is willing to not only do the cleanup work, but also t

Re: [LEDE-DEV] [RFC 1/2] downloads.mk: introduce name-agnostic PROJECT_GIT variable

2018-01-05 Thread Jonas Gorski
On 5 January 2018 at 10:53, Jo-Philipp Wich wrote: > Introduce a name-agnostic PROJECT_GIT variable poiting to > https://git.openwrt.org/ and declare LEDE_GIT and OPENWRT_GIT > as aliases to it. > > After some transition time we can drop this alias variables. > > Signed-off-by: Jo-Philipp Wich G

[LEDE-DEV] Request for a layerscape bootlog

2018-01-05 Thread Koen Vandeputte
Hi All, I'm currently working on PCIe fixes for Designware PCIe IP. The PCIe RC init functions are used by imx6, layerscape, armada8k, keystone, ... As I only have imx6 hardware, could anyone running a layerscape device containing pcie share a full bootlog please? I want to take a look if th

Re: [LEDE-DEV] Espressobin mvebu64

2018-01-05 Thread Andre Heider
On 05/01/18 10:48, Nishant Sharma wrote: On a related note, as their kernel sources are available on github under GPLv2.0, can we bring it to the OpenWrt sources? I can help with it but would need a lot of handholding. I'm running debian with its upstream kernel on espressobin just fine, ther

Re: [LEDE-DEV] Espressobin mvebu64

2018-01-05 Thread Jonas Gorski
Hi Nishant, On 5 January 2018 at 10:48, Nishant Sharma wrote: > Hi Jonas, > > On Friday 05 January 2018 02:24 PM, Jonas Gorski wrote: > (http://espressobin.net) as described in their wiki at >>> >>> >>> http://wiki.espressobin.net/tiki-index.php?page=Build+From+Source+-+OpenWrt >> >> >> Espresso

[LEDE-DEV] [RFC 2/2] treewide: replace LEDE_GIT with PROJECT_GIT

2018-01-05 Thread Jo-Philipp Wich
Remove LEDE_GIT references in favor to the new name-agnostic PROJECT_GIT variable. Signed-off-by: Jo-Philipp Wich --- package/libs/librpc/Makefile | 2 +- package/libs/libubox/Makefile| 2 +- package/libs/uclient/Makefile| 2 +- package/libs/ustream-ssl/Makefi

[LEDE-DEV] [RFC 1/2] downloads.mk: introduce name-agnostic PROJECT_GIT variable

2018-01-05 Thread Jo-Philipp Wich
Introduce a name-agnostic PROJECT_GIT variable poiting to https://git.openwrt.org/ and declare LEDE_GIT and OPENWRT_GIT as aliases to it. After some transition time we can drop this alias variables. Signed-off-by: Jo-Philipp Wich --- include/download.mk | 6 -- 1 file changed, 4 insertions(

Re: [LEDE-DEV] Espressobin mvebu64

2018-01-05 Thread Nishant Sharma
Hi Jonas, On Friday 05 January 2018 02:24 PM, Jonas Gorski wrote: (http://espressobin.net) as described in their wiki at http://wiki.espressobin.net/tiki-index.php?page=Build+From+Source+-+OpenWrt Espressobin/mvebu64 isn't part of the official OpenWrt sources, so you will need to ask them (th

[LEDE-DEV] dropbear/winscp problem

2018-01-05 Thread e9hack
Hi, I face problem, if I access large files with winscp. I've connect a USB stick to the router. It is formatted as ext4. There are stored some large log files (>10MB) on this stick. I'm reading this files with winscp. I do simply a double click on such a file in the remote window. Winscp starts

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

2018-01-05 Thread Kevin Darbyshire-Bryant
> On 5 Jan 2018, at 08:22, e9hack wrote: > > Am 02.01.2018 um 16:29 schrieb Kevin Darbyshire-Bryant: >> Move 'check dnssec timestamp enable' from SIGHUP handler to SIGUSR2. > > Hi, > > your patch fixes the DNS problem for me. Good, as I suspected it would. > > Now I get another ugly behaviou

Re: [LEDE-DEV] Espressobin mvebu64

2018-01-05 Thread Jonas Gorski
Hi Nishant, On 5 January 2018 at 09:16, Nishant Sharma wrote: > Hi, > > First of all, congratulations on re-merge of OpenWrt and LEDE. > > Now to the problem being faced. I am trying to build OpenWrt for Espressobin > (http://espressobin.net) as described in their wiki at > http://wiki.espressobi

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

2018-01-05 Thread e9hack
Am 02.01.2018 um 16:29 schrieb Kevin Darbyshire-Bryant: > Move 'check dnssec timestamp enable' from SIGHUP handler to SIGUSR2. Hi, your patch fixes the DNS problem for me. Now I get another ugly behaviour which is more related to ntpd from busybox. Ntpd answers to ntp request before it did upda

[LEDE-DEV] Espressobin mvebu64

2018-01-05 Thread Nishant Sharma
Hi, First of all, congratulations on re-merge of OpenWrt and LEDE. Now to the problem being faced. I am trying to build OpenWrt for Espressobin (http://espressobin.net) as described in their wiki at http://wiki.espressobin.net/tiki-index.php?page=Build+From+Source+-+OpenWrt It built fine wit