[LEDE-DEV] Makefile

2018-03-17 Thread e9hack
Hello, can I identify within a makefile if a package was selected for including directly in the image or to build as an external package (select as [*] or [M] during make menuconfig)? Depend on this, I would like to change the installation path and create an additional symlink, e.g.: ifeq ($BUI

Re: [LEDE-DEV] uboot-mxs: fix compile problems related to OpenSSL

2018-03-17 Thread Michael Heimpold
Hi Hauke, some comments below. Am Freitag, 16. März 2018, 19:05:10 CET schrieb Hauke Mehrtens: > Use the UBOOT_MAKE_FLAGS defined in include/u-boot.mk and do not > overwrite them to compile the host tools against the shipped LibreSSL. > In addition add a patch to fix a compile problem when compil

Re: [LEDE-DEV] uboot-mxs: fix compile problems related to OpenSSL

2018-03-17 Thread Hauke Mehrtens
On 03/17/2018 12:34 PM, Michael Heimpold wrote: > Hi Hauke, > > some comments below. > > Am Freitag, 16. März 2018, 19:05:10 CET schrieb Hauke Mehrtens: >> Use the UBOOT_MAKE_FLAGS defined in include/u-boot.mk and do not >> overwrite them to compile the host tools against the shipped LibreSSL. >>

Re: [LEDE-DEV] [PATCH 2/2] mvebu: Add Solidrun RTC init patch.

2018-03-17 Thread Hauke Mehrtens
On 03/16/2018 01:53 AM, Rosen Penev wrote: > Some boards like the Turris Omnia have an RTC chip that does not get > initialized. Initializing the RTC at the driver level helps get rid of > bootloader hacks that write special register values. Please line break your commit message. Will you send

[LEDE-DEV] [PATCH] openvpn: remove deprecated config options

2018-03-17 Thread Hans Dedecker
Remove deprecated config options in 2.5 as described in [0] [0] https://community.openvpn.net/openvpn/wiki/DeprecatedOptions Signed-off-by: Hans Dedecker --- package/network/services/openvpn/Makefile | 2 +- package/network/services/openvpn/files/openvpn.options | 7 --- 2 file

[LEDE-DEV] mvebu: Disable internal RTC on Linksys devices

2018-03-17 Thread Hauke Mehrtens
The internal RTC does not work correctly on these Linksys boards based on Marvell SoCs. It is off by 3 minutes in 10 minutes running, this was reported by multiple users. On the Linksys Mamba device the device tree comment says that no crystal is connected to the internal RTC, this is probably also

Re: [LEDE-DEV] [PATCH 2/2] mvebu: Add Solidrun RTC init patch.

2018-03-17 Thread Rosen Penev
On Sat, Mar 17, 2018 at 6:24 AM, Hauke Mehrtens wrote: > On 03/16/2018 01:53 AM, Rosen Penev wrote: >> Some boards like the Turris Omnia have an RTC chip that does not get >> initialized. Initializing the RTC at the driver level helps get rid of >> bootloader hacks that write special register va

[LEDE-DEV] [PATCH] ramips: add support for TP-Link TL-WR902AC v3

2018-03-17 Thread Peter Lundkvist
TP-Link TL-WR902AC v3 is a pocket-size dual-band (AC750) router based on MediaTek MT7628N + MT7650E. Specification: - MediaTek MT7628N/N (580 Mhz) - 64 MB of RAM - 8 MB of FLASH - 2T2R 2.4 GHz and 1T1R 5 GHz - 1x 10/100 Mbps Ethernet * MT7650 ac chip isn't not supported by LEDE/OpenWrt at the mom

Re: [LEDE-DEV] is SMP for BT Home Hub 5 in 17.01.4?

2018-03-17 Thread Mirko Parthey
On Fri, Mar 16, 2018 at 12:39:40PM +, Mauro Mozzarelli wrote: > Does the latest official release 17.01.4 include SMP for lantiq BT Home Hub 5? No, 17.01.4 is built for uniprocessor mode only. ___ Lede-dev mailing list Lede-dev@lists.infradead.org ht

[LEDE-DEV] apm821xx target: kernel gets too big

2018-03-17 Thread Hauke Mehrtens
Hi, After the upgrade to GCC 7.3 the kernel on the apm821xx target gets too big for the meraki_mr24 device and the build in build bot is failing. Could you please have a look at this problem: http://phase1.builds.lede-project.org/builders/apm821xx%2Fnand Hauke ___