Re: [LEDE-DEV] [RFC] au1000: drop support

2017-03-09 Thread Bastian Bittorf
* Florian Fainelli [09.03.2017 08:36]: > > partition size, which is 44 blocks and ~2816 kilobytes. Our kernel > > is around 3,3mb...ofcourse i can reduce the size, is that an option > > for that target? > > Is that already a compressed kernel, seems like you could easily get it > down to 1-2MiB w

Re: [LEDE-DEV] [RFC] au1000: drop support / serial console

2017-03-09 Thread Bastian Bittorf
* Florian Fainelli [09.03.2017 08:36]: > Is that already a compressed kernel, seems like you could easily get it > down to 1-2MiB with compression. at the moment i have problems finding the real serial pinout. (YAMON is not enough at this stage). I uploaded 7 pictures here: http://intercity-vpn.d

Re: [LEDE-DEV] NAND JFFS2 question

2017-03-09 Thread hamsi2k
Hi! The UBI is working right - indeed. Thanks for the hint of the bad block table. I'll have a look at it. The background for this is the update routine [0], which does the following: --- memset(&opts, 0, sizeof(opts)); opts.offset = destAddr; opts.l

Re: [LEDE-DEV] Using Conflicts:

2017-03-09 Thread Jo-Philipp Wich
Hi, > Is there a reason we don’t use Conflicts: information from the > packaging to stop overlapping installs from being selected when doing > a build? yes. The buildroot uses Kconfig logic, while Conflicts: is an opkg concept. > I understand that the buildbots build everything… but it should b

Re: [LEDE-DEV] [RFC] au1000: drop support / serial console

2017-03-09 Thread Bruno Randolf
On 09/03/17 08:46, Bastian Bittorf wrote: * Florian Fainelli [09.03.2017 08:36]: Is that already a compressed kernel, seems like you could easily get it down to 1-2MiB with compression. at the moment i have problems finding the real serial pinout. (YAMON is not enough at this stage). I upload

Re: [LEDE-DEV] QCA Dakota support

2017-03-09 Thread K.Mani
Hi Matthew, I built the qsdk, but the device flash failed & bricked. and i get the u-boot prompt only. Can you suggest me the flashing procedure for ipq40xx? https://source.codeaurora.org/quic/qsdk/releases/manifest/qstak/tree/?h=release --caf_AU_LINUX_QSDK_RELEASE_DAKOTA_CS_TARGET_ALL.3.0.10

Re: [LEDE-DEV] QCA Dakota support

2017-03-09 Thread Matthew McClintock
Most of the QCA stuff should be here: https://source.codeaurora.org/quic/qsdk The linux tree should be here: https://source.codeaurora.org/quic/qsdk/oss/kernel/linux-msm/ Searching for a likely branch, I'll go with 'release/dandelion' in general though 'release/*' are good candidates since thos

Re: [LEDE-DEV] QCA Dakota support

2017-03-09 Thread Matthew McClintock
Can you share a full log? What is the flash_type from smem? Is this a nand or nor booting board? I suggest using initramfs first until you get things going. -M On Thu, Mar 9, 2017 at 7:11 AM, K.Mani wrote: > Hi Matthew, > > I built the qsdk, but the device flash failed & bricked. > and i get the

Re: [LEDE-DEV] Using Conflicts:

2017-03-09 Thread Philip Prindeville
> On Mar 9, 2017, at 3:25 AM, Jo-Philipp Wich wrote: > > Hi, > >> Is there a reason we don’t use Conflicts: information from the >> packaging to stop overlapping installs from being selected when doing >> a build? > > yes. The buildroot uses Kconfig logic, while Conflicts: is an opkg concept.

Re: [LEDE-DEV] Please help with submitting contributions

2017-03-09 Thread Hans Ulli Kroll via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi Mauro, On Tue, 7 Mar 2017, Mau

Re: [LEDE-DEV] QCA Dakota support

2017-03-09 Thread Matthew McClintock
On Thu, Mar 9, 2017 at 10:15 AM, K.Mani wrote: > Hi Matthew, > > (IPQ40xx) # smeminfo > flash_type: 0x6 > flash_index:0x0 > flash_chip_select: 0x0 > flash_block_size: 0x1 > flash_density: 0x100 > partition table offset 0x0 > No.: Name

[LEDE-DEV] [PATCH netifd 1/2] interface-ip: set address indicator flag when IPv6 address lifetime changes

2017-03-09 Thread Hans Dedecker
Trigger interface update event when IPv6 address lifetime changes by setting the address indicator flag to inform external subsystems about IPv6 address lifetime change. Signed-off-by: Hans Dedecker --- interface-ip.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interfa

[LEDE-DEV] [PATCH netifd 2/2] interface-ip: set prefix indicator flag when IPv6 prefix lifetime changes

2017-03-09 Thread Hans Dedecker
Trigger interface update event when IPv6 prefix lifetime changes by setting the prefix indicator flag to inform external subsystems (eg hnetd) about IPv6 prefix lifetime changes. Signed-off-by: Hans Dedecker --- interface-ip.c | 4 1 file changed, 4 insertions(+) diff --git a/interface-ip.

Re: [LEDE-DEV] [RFC] au1000: drop support / serial console

2017-03-09 Thread Bastian Bittorf
* Bruno Randolf [09.03.2017 14:15]: > The connector is on the second picture > (http://intercity-vpn.de/files/openwrt/au1000/.800/.html/IMG_20170309_085751.jpg.html), > above the 4G logo. It's actually a 24 pin connector. I updated the > wiki. thanks a lot, it works. will dig deeper, something i

Re: [LEDE-DEV] using sata-port-specific led triggers

2017-03-09 Thread Alberto Bursi
On 03/09/2017 07:56 AM, Mathias Kresin wrote: > > In my opinion it would makes more sense to switch kirkwood to kernel 4.9 > and use the upstream LED Disk Trigger [0][1] which was introduced with > kernel 4.8. > disk-trigger is not port-specific, it's not good for my usecase. My kirkwood device

Re: [LEDE-DEV] QCA Dakota support

2017-03-09 Thread K.Mani
Initramfs image boots fine from the RAM. Regards Mani On Thu, Mar 9, 2017 at 9:53 PM, Matthew McClintock wrote: > On Thu, Mar 9, 2017 at 10:15 AM, K.Mani wrote: >> Hi Matthew, >> >> (IPQ40xx) # smeminfo >> flash_type: 0x6 >> flash_index:0x0 >> flash_chip_select: 0x0

Re: [LEDE-DEV] Supporting crashdumps w/ kexec

2017-03-09 Thread monster_philip
> On Mar 8, 2017, at 8:32 PM, Luiz Angelo Daros de Luca > wrote: > > 1st: Is where does /boot get unmounted, and is there an easy way to > keep it around a bit longer, at least until the init.d scripts have > finished running? > A: /boot (aka sda1) is never mounted on x86/x86_64. It could but i

Re: [LEDE-DEV] using sata-port-specific led triggers

2017-03-09 Thread Alberto Bursi
On 03/08/2017 11:55 PM, Daniel Golle wrote: > Hi Alberto, > > Try adding this patch to target/linux/kirkwood/patches-4.4 in addition > to the changes in target/linux/kirkwood/config-4.4: > > --- a/arch/arm/mach-mvebu/Kconfig 2016-12-29 02:45:26.510509646 +0100 > +++ b/arch/arm/mach-mvebu/Kcon

Re: [LEDE-DEV] [PATCH v3 1/2] ar71xx: Add support for TP-Link MR6400

2017-03-09 Thread Filip Moc
Hi Piotr, > Is there any problem with upgrade under vendor gui on this device? Yes, web-ui rejects factory firmware with the following message: - Error code: 18005 Upgrade unsuccessfully because the version of the upgraded file was incorrect. Please check the file name. - If you unpack any firm

Re: [LEDE-DEV] [PATCH netifd 1/2] interface-ip: set address indicator flag when IPv6 address lifetime changes

2017-03-09 Thread Matthias Schiffer
On 03/09/2017 05:32 PM, Hans Dedecker wrote: > Trigger interface update event when IPv6 address lifetime changes by setting > the address indicator flag to inform external subsystems about IPv6 address > lifetime change. > > Signed-off-by: Hans Dedecker AFAICT, this will cause a lot of ifupdate

[LEDE-DEV] [PATCH umdns] Drop unneeded code to simplify getting hosts over ubus

2017-03-09 Thread Rafał Miłecki
From: Rafał Miłecki This code in umdns_hosts was there since ever but it seems like an unneeded copy & paste part of umdns_browse. In this function we iterate over *host* entries of cached services list. It means the entry field conains values like "example.local". In such case looking for "._"

Re: [LEDE-DEV] [PATCH netifd 1/2] interface-ip: set address indicator flag when IPv6 address lifetime changes

2017-03-09 Thread Hans Dedecker
On Thu, Mar 9, 2017 at 10:20 PM, Matthias Schiffer wrote: > On 03/09/2017 05:32 PM, Hans Dedecker wrote: >> Trigger interface update event when IPv6 address lifetime changes by setting >> the address indicator flag to inform external subsystems about IPv6 address >> lifetime change. >> >> Signed-o

Re: [LEDE-DEV] Supporting crashdumps w/ kexec

2017-03-09 Thread Philip Prindeville
Inline… > On Mar 9, 2017, at 12:35 PM, monster_phi...@redfish-solutions.com wrote: > > >> On Mar 8, 2017, at 8:32 PM, Luiz Angelo Daros de Luca >> wrote: >> >> 1st: Is where does /boot get unmounted, and is there an easy way to >> keep it around a bit longer, at least until the init.d script

[LEDE-DEV] [PATCH v4 1/2] ar71xx: Add support for TP-Link MR6400

2017-03-09 Thread Filip Moc
You can flash via tftp recovery (serve factory image as /mr6400_tp_recovery.bin on 192.168.0.66/24, connect to any ethernet port and power on device while holding the reset button). Flashing via OEM web interface does not work. Hardware Specification (v1.0 EU): - SoC: QCA9531 - Flash: Winbond W2

[LEDE-DEV] Added pull request for improved chan_lantiq to feeds/telephony

2017-03-09 Thread Stefan Koch
Hi I have finished the chan_lantiq porting from asterisk 1.8 to asterisk 11 and asterisk 13. GIT-Repository: https://github.com/kochstefan/asterisk_channel_lantiq.git See branches: asterisk-1_8 (asterisk 1.8 needs glibc) asterisk-11 (asterisk 11 needs musl) asterisk-13 (asterisk 13 needs musl or

Re: [LEDE-DEV] [PATCH netifd 1/2] interface-ip: set address indicator flag when IPv6 address lifetime changes

2017-03-09 Thread Matthias Schiffer
On 03/09/2017 11:03 PM, Hans Dedecker wrote: > On Thu, Mar 9, 2017 at 10:20 PM, Matthias Schiffer > wrote: >> On 03/09/2017 05:32 PM, Hans Dedecker wrote: >>> Trigger interface update event when IPv6 address lifetime changes by setting >>> the address indicator flag to inform external subsystems a

[LEDE-DEV] [PATCH] kernel: fix phy aneg crash

2017-03-09 Thread Tim Harvey
Fix a kernel crash caused when CONFIG_FIXED_PHY used for fixed phy drivers in phy-add-aneg-done-function patch. Signed-off-by: Tim Harvey --- target/linux/generic/patches-3.18/702-phy_add_aneg_done_function.patch | 2 +- target/linux/generic/patches-4.4/702-phy_add_aneg_done_function.patch | 2

[LEDE-DEV] [PATCH] imx6: fix USB for 4.9 kernel

2017-03-09 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/imx6/config-4.9 | 8 1 file changed, 8 insertions(+) diff --git a/target/linux/imx6/config-4.9 b/target/linux/imx6/config-4.9 index 7e569bd..9aafa50 100644 --- a/target/linux/imx6/config-4.9 +++ b/target/linux/imx6/config-4.9 @@ -403,6 +403,11

[LEDE-DEV] [PATCH] imx6: add missing dtb for imx6dl-gw553x

2017-03-09 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/imx6/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index 3ccece7..d836e0e 100644 --- a/target/linux/imx6/image/Makefile +++ b/target/linux/imx6/image/Makefile @@ -78

[LEDE-DEV] [PATCH] imx6: added fixfdt to bootscript

2017-03-09 Thread Tim Harvey
If a 'fixfdt' uboot script exists, execute it prior to bootm to allow easy bootloader env based fdt fixups and tweaks Signed-off-by: Tim Harvey --- target/linux/imx6/image/bootscript-ventana | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/imx6/image/bootscript-ventana b/targ

[LEDE-DEV] [PATCH odhcpd] dhcpv6-ia: add option for dhcpv6 privacy address

2017-03-09 Thread Eric Luehrsen
IP6 SLAAC plus privacy is common. DHCPv6 should be able to provide the same funciton. This way central IT can maintain integrity and traceability. However, individual machines will not be easily placed into a pattern over time by external snooping. 'option dhcpv6_privacy (bool)' is added per inter