Re: [LEDE-DEV] [PATCHv2] ipq806x: add support for ZyXEL NBG6817

2016-10-18 Thread John Crispin
On 18/10/2016 09:49, André Valentin wrote: > Hi John, > > thanks for your comments. Please take a look: > > Am 18.10.2016 um 08:22 schrieb John Crispin: > >>> +++ b/target/linux/ipq806x/base-files/lib/preinit/04_set_mtd_ipq806x.sh >>> @@ -0,0 +1,21 @@ >>> +# >>> +# Copyright (C) 2009

[LEDE-DEV] Need help with package dependencies

2016-10-18 Thread Zefir Kurtisi
Hi, to those understanding the package dependency logic by heart, I'm trying to achieve something I assumed to be common, but fail to get there with the help of the available documentation. The short version is this: * package A has an optional feature X provided by package B * package B is

Re: [LEDE-DEV] [PATCHv2] ipq806x: add support for ZyXEL NBG6817

2016-10-18 Thread J Mo
On 10/18/2016 12:00 AM, John Crispin wrote: On 18/10/2016 08:54, J Mo wrote: On 10/17/2016 11:22 PM, John Crispin wrote: +boot_hook_add preinit_main preinit_assign_mtd2block diff --git a/target/linux/ipq806x/base-files/lib/preinit/05_set_iface_mac_ipq806x.sh

Re: [LEDE-DEV] [RFC 3/3] config: ext4: use 1K blocks by default to support online resize2fs

2016-10-18 Thread Alberto Bursi
On 10/17/2016 11:25 PM, Michael Heimpold wrote: > In general, I'm fine with larger default partition size. However, this results > in large images available for download at downloads.lede-project.org... > > mhei Not necessarily, if the disk image filesystem's free space is zeroed (a guide

Re: [LEDE-DEV] [PATCH v3 3/4] base-files, mac80211, broadcom-wl: wifi detection and configuration

2016-10-18 Thread Christian Lamparter
On Tuesday, October 18, 2016 11:31:54 AM CEST Felix Fietkau wrote: > On 2016-10-17 15:59, Christian Lamparter wrote: > > > > Acked-by: Jo-Philipp Wich > > Signed-off-by: Mathias Kresin > > Signed-off-by: Christian Lamparter > Added to my

[LEDE-DEV] [RFC] dwr-512: Image Cracking

2016-10-18 Thread Giuseppe Lippolis
Dear All, I'm working to port the Dlink DWR-512 in openwrt. Currently I'm able to complete the boot and control properly a big part of the system. Nevertheless there is an issue with the oem bootloader. The oem bootloader need to get the firmware in a propietary format. If the format is not

Re: [LEDE-DEV] [RFC] dwr-512: Image Cracking

2016-10-18 Thread Giuseppe Lippolis
If someone is interested in testing the binboy, it can be found here: http://tsd.dlink.com.tw/downloads2008detail.asp download the file: DWR-512_GPL_V2.00b01_20131231_v1.tar.bz2 The "binboy" is stored in the following directory

[LEDE-DEV] [PATCH] base-files: sysfixtime: Allow system time in local timezones

2016-10-18 Thread Petr Štetiar
Currently we're forced to have system time in the UTC timezone as hardware clock, mainly because kernel expects in rtc_hctosys(), that RTC time is held in UTC timezone. With this patch one can now have local system time for example in CEST timezone and RTC time still in UTC with boolean config

Re: [LEDE-DEV] [PATCH] Add support for Comfast E380AC v1 and v2

2016-10-18 Thread John Crispin
On 18/10/2016 07:54, Rafał Miłecki wrote: > On 17 October 2016 at 12:14, Gareth Parker wrote: >> The Comfast E380AC is a single port PoE Dual Band AP. >> >> There are two versions which are only identifiable through the web >> administration interface, v1 has 128mb ram

Re: [LEDE-DEV] [PATCH] Add support for Comfast E380AC v1 and v2

2016-10-18 Thread John Crispin
Hi, 2 ordering comments inline. please prefix the patch subject with "ar71xx: " John On 17/10/2016 12:14, Gareth Parker wrote: > The Comfast E380AC is a single port PoE Dual Band AP. > > There are two versions which are only identifiable through the web > administration interface, v1

Re: [LEDE-DEV] [PATCH] rsyslog: do not daemonize and allow procd to manage rsyslogd

2016-10-18 Thread John Crispin
On 18/10/2016 03:15, Alexis Green wrote: > This allows user to stop and/or restart the daemon. Currently, running > "/etc/init.d/rsyslogd stop" does not stop the daemon once it's started. > > Signed-off-by: Alexis Green > --- > net/rsyslog/files/rsyslog.init | 2 +- > 1 file

Re: [LEDE-DEV] [PATCHv2] ipq806x: add support for ZyXEL NBG6817

2016-10-18 Thread John Crispin
Hi André, few comments inline On 17/10/2016 21:22, André Valentin wrote: > CPU: 1.8GHz ARM, RAM: 512MB > Storage: 4MiB Serial Flash, 3.9GiB MMC > NIC: 2x1GBit/s, 5 external and 2 internal Port Switch > WiFi: Dualband, ATH10k 2.4GHz, 5GHz MU-MIMO > > Changes: > -remove kernel compression changes

Re: [LEDE-DEV] [PATCHv2] ipq806x: add support for ZyXEL NBG6817

2016-10-18 Thread John Crispin
On 18/10/2016 08:54, J Mo wrote: > > > On 10/17/2016 11:22 PM, John Crispin wrote: >>> +boot_hook_add preinit_main preinit_assign_mtd2block >>> > diff --git >>> > a/target/linux/ipq806x/base-files/lib/preinit/05_set_iface_mac_ipq806x.sh >>> >