Re: [LEDE-DEV] Release Candidate Test Plan - first draft

2017-01-31 Thread Daniel Golle
Hi! Tested the release candidate on octeon/erlite, most things work nicely so far. Upgrading from 15.05 was tricky though because octeon_board_name is broken in 15.05 and i needed to manually fix it so sysupgrade would work (octeon_board_name() returned 'cavium,octeon-3860' instead of 'erlite' on

Re: [LEDE-DEV] [PATCH] ramips: Add patch to reset SPI flash to 3-byte addressing

2017-01-30 Thread Daniel Golle
Hi Alexandru, On Mon, Jan 30, 2017 at 02:53:43PM -0800, Alexandru Gagniuc wrote: > This patch is designed to workaround an issue where an mt7620 will > hang after a reboot. This happens because the bootrom gets confused > when the SPI flash is left in 4-byte addressing mode. This change > makes su

Re: [LEDE-DEV] Patch to iwinfo to add the ability to load backends from external .so modules

2017-01-30 Thread Daniel Golle
Hi! Please resend your patches with git format-patch or git send-email instead of attaching them as files. This will make sure that people actually get to see them and that they will get listed in our patchwork instance [1]. When doing so, please include 'iwinfo' in the mails' subject prefixes, ie

Re: [LEDE-DEV] [OpenWrt-Devel] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Daniel Golle
On Fri, Jan 13, 2017 at 05:17:23PM +0100, Daniel Golle wrote: > On Fri, Jan 13, 2017 at 04:59:59PM +0100, Johannes Berg wrote: > > > > > The advantage of pull requests is that author information can be > > > preserved more easily. Running git format-patch re

Re: [LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Daniel Golle
On Fri, Jan 13, 2017 at 04:59:59PM +0100, Johannes Berg wrote: > > > The advantage of pull requests is that author information can be > > preserved more easily. Running git format-patch results in most > > patches > > having wrong SMTP sender information due to the assumption that the > > patch au

Re: [LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Daniel Golle
Hi Kalle, On Fri, Jan 13, 2017 at 12:46:56PM +0200, Kalle Valo wrote: > Daniel Golle writes: > > ... > > Please review and comment, so we can get those patches merged! > > No pull requests, please. Instead send these as patches, easier to > review and actually also easi

[LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Daniel Golle
closer to the expected performance when using HT40 modes. And also a lot of new added hardware support: Gabor Juhos wrote code for Rt3883 WiSoC. Daniel Golle implemented support for Rt3352 by designs with external PA as well as for boards using a 20MHz crystal instead of the usual 40MHz. Serge

Re: [LEDE-DEV] [PATCH v2 09/14] rt2x00: rt2x00pci: set PCI MWI only if supported

2017-01-17 Thread Daniel Golle
Hi John, On Tue, Jan 17, 2017 at 08:34:44AM +0100, John Crispin wrote: > here is the original thread related to this patch > > http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2012-November/012227.html nah, that was me apparently trying to submit this upstream once before a

Re: [LEDE-DEV] [PATCH v2 09/14] rt2x00: rt2x00pci: set PCI MWI only if supported

2017-01-16 Thread Daniel Golle
Hi! On Mon, Jan 16, 2017 at 11:08:57AM +0100, Stanislaw Gruszka wrote: > On Mon, Jan 16, 2017 at 04:06:25AM +0100, Daniel Golle wrote: > > From: Claudio Mignanti > > > > This is needed for devices without support for PCI MWI. See also > > https://dev.openwrt.org/chan

Re: [LEDE-DEV] [PATCH] ramips: Add I2C driver to the default kernel config

2017-01-12 Thread Daniel Golle
Just a thought: Isn't there a way to simply have a hotplug handler which calls /sbin/hwclock instead of forcing RTC modules to be built-in? Cheers Daniel On Thu, Jan 12, 2017 at 07:05:00PM -0800, Rosen Penev wrote: > I made a commit that added the RTC driver to the kernel config with > the inten

[LEDE-DEV] upstreaming (most) rt2x00 patches

2017-01-12 Thread Daniel Golle
[I had a typo in the lede-dev address in my first attempt to post this] Hi! The amount of patches on top of rt2x00 has grown into a huge pile during the past couple of years. To get things into a shape that allow discussing and merging them upstream, I created a tree on github based on wireless-d

Re: [LEDE-DEV] Branching LEDE 17.01

2017-01-10 Thread Daniel Golle
Hi! I'd really like to see a rather trivial issue addressed: dnsmasq fails to get notifications on /tmp/resolv.conf.auto changes when running inside ujail. This is because the bind mount obviously won't survive this file being *replaced*, eg. if the DHCP client supplies the DNS server to be used o

[LEDE-DEV] per-device rootfs generated on buildbots

2017-01-08 Thread Daniel Golle
Hi! While testing the current snapshot builds I realized that for some reason the additional default packages to be included for each board aren't selected, ie. DEVICE_PACKAGES seems to be ignored in snapshot builds. Ie. eventhough kmod-rtc-ds1307 is set in DEVICE_PACKAGES for the akitio board (ox

Re: [LEDE-DEV] Release planning

2016-12-24 Thread Daniel Golle
Hi! On Wed, Dec 21, 2016 at 08:13:00PM +0100, Jo-Philipp Wich wrote: > ... > # Open questions > > - Are there any outstanding changes? > > Is there important changes we should wait for before branching the > release? Is there pending stuff in the staging trees which should > absolutely go

Re: [LEDE-DEV] [OpenWrt] [OpenWrt-Devel] Project proposal: The GNUnet of autonomous Things

2016-12-05 Thread Daniel Golle
Hi Hauke, On Mon, Dec 05, 2016 at 01:54:20PM +0100, Hauke Mehrtens wrote: > On 2016-12-05 11:57, Daniel Golle wrote: > > Hi Felix, > > > > On Thu, Dec 01, 2016 at 04:51:30PM +0100, Felix Fietkau wrote: > > > On 2016-12-01 16:38, Daniel Golle wrote: > > >

Re: [LEDE-DEV] [OpenWrt] [OpenWrt-Devel] Project proposal: The GNUnet of autonomous Things

2016-12-05 Thread Daniel Golle
Hi Felix, On Thu, Dec 01, 2016 at 04:51:30PM +0100, Felix Fietkau wrote: > On 2016-12-01 16:38, Daniel Golle wrote: > > Hi Felix, > > > > On Thu, Dec 01, 2016 at 04:12:38PM +0100, Felix Fietkau wrote: > >> On 2016-12-01 16:05, Daniel Golle wrote: > >> >

Re: [LEDE-DEV] [OpenWrt-Devel] [OpenWrt] Project proposal: The GNUnet of autonomous Things

2016-12-03 Thread Daniel Golle
ioning. I'll have a deeper look at lininoIO so we can talk about that in more detail soon. Cheers Daniel > > Best Regards > > Arturo > > 2016-12-01 16:51 GMT+01:00 Felix Fietkau : > > > On 2016-12-01 16:38, Daniel Golle wrote: > > > Hi Felix, >

Re: [LEDE-DEV] [OpenWrt] [OpenWrt-Devel] Project proposal: The GNUnet of autonomous Things

2016-12-01 Thread Daniel Golle
Hi Felix, On Thu, Dec 01, 2016 at 04:12:38PM +0100, Felix Fietkau wrote: > On 2016-12-01 16:05, Daniel Golle wrote: > > Hi Sukru, > > > > On Tue, Nov 22, 2016 at 08:52:57PM +, Sukru Senli wrote: > >> Hi Daniel, > >> > >> Regarding (Phase 2 - u

Re: [LEDE-DEV] [OpenWrt-Devel] Project proposal: The GNUnet of autonomous Things

2016-12-01 Thread Daniel Golle
as it includes sensors, events and actors rather than just access to a configuration model. Cheers Daniel > > Regards, > Sukru > > ____ > From: openwrt-devel [openwrt-devel-boun...@lists.openwrt.org] on behalf of >

Re: [LEDE-DEV] [PATCH] tools: upslug2: Utilize existing bz2 archive

2016-12-01 Thread Daniel Golle
Hi Felix, On Thu, Dec 01, 2016 at 11:47:08AM +0100, Felix Fietkau wrote: > On 2016-11-23 22:00, Florian Fainelli wrote: > > http://downloads.openwrt.org/sources has a copy of the sources, but under > > tar.bz2 file format, so utilize this one since the SVN server is down. > > > > This showed up w

Re: [LEDE-DEV] Project proposal: The GNUnet of autonomous Things

2016-11-23 Thread Daniel Golle
b and devices to communicate. Cheers Daniel > > Hauke > > On 11/17/2016 12:39 PM, Daniel Golle wrote: > > Hi! > > > > I want to suggest a project to be (partially) funded by prpl's OpenWrt > > project grant. > > > > Abstract: > > Impleme

[LEDE-DEV] Project proposal: The GNUnet of autonomous Things

2016-11-17 Thread Daniel Golle
Hi! I want to suggest a project to be (partially) funded by prpl's OpenWrt project grant. Abstract: Implement a secure autotonomous IoT hub using OpenWrt/LEDE's ubus service and the GNUnet P2P framework. Introduction: Despite the ongoing hype about the so-called Internet of Things, the current p

Re: [LEDE-DEV] o2 box 6431 / VGV7510KW22 - SIP with FXS/TAE Ports | owsip or alternative ?

2016-10-04 Thread Daniel Golle
On Mon, Oct 03, 2016 at 01:56:06AM +0200, Hauke Mehrtens wrote: > On 09/23/2016 09:02 PM, Daniel Golle wrote: > > On Fri, Sep 23, 2016 at 08:14:24PM +0200, Dennis Schneck wrote: > >> > >> > >> > >> Hello, > >> i use the o2 box 6431 / VGV75

Re: [LEDE-DEV] o2 box 6431 / VGV7510KW22 - SIP with FXS/TAE Ports | owsip or alternative ?

2016-09-23 Thread Daniel Golle
> Dennis >   > > Gesendet: Freitag, 23. September 2016 um 21:02 Uhr > Von: "Daniel Golle" > An: "Dennis Schneck" > Cc: lede-dev@lists.infradead.org > Betreff: Re: [LEDE-DEV] o2 box 6431 / VGV7510KW22 - SIP with FXS/TAE Ports | > owsip

Re: [LEDE-DEV] o2 box 6431 / VGV7510KW22 - WLAN did not work

2016-09-23 Thread Daniel Golle
t; > Thanks > Dennis >   >   > > Gesendet: Freitag, 23. September 2016 um 21:49 Uhr > Von: "Daniel Golle" > An: "Dennis Schneck" > Cc: lede-dev@lists.infradead.org > Betreff: Re: [LEDE-DEV] o2 box 6431 / VGV7510KW22 - WLAN did not work > On

Re: [LEDE-DEV] o2 box 6431 / VGV7510KW22 - WLAN did not work

2016-09-23 Thread Daniel Golle
On Fri, Sep 23, 2016 at 08:14:03PM +0200, Dennis Schneck wrote: > > > Hello, > i use the o2 box 6431 / VGV7510KW22 with LEDE r1640. > But the wireless did not work. >   > The Kernel Module: rt2800 is loaded > but there is no wlan interface. weird. please post your kernel log and the output o

Re: [LEDE-DEV] o2 box 6431 / VGV7510KW22 - SIP with FXS/TAE Ports | owsip or alternative ?

2016-09-23 Thread Daniel Golle
On Fri, Sep 23, 2016 at 08:14:24PM +0200, Dennis Schneck wrote: > > >   > Hello, > i use the o2 box 6431 / VGV7510KW22 with LEDE r1640. > Like to use my SIP Accout with the 3x FXS Ports (Analog Phone / TAE Ports) >   > I read about owsip but can not find a package. > Is there a simular package fo

Re: [LEDE-DEV] persistent /var (or /data)?

2016-09-23 Thread Daniel Golle
On Fri, Sep 23, 2016 at 07:43:59PM +0200, Bastian Bittorf wrote: > * Daniel Golle [23.09.2016 19:19]: > > [...] > > > On Android and other embedded systems, this whole issue is solved by > > having a designated volume mounted on /data, usually backed by a > > part

[LEDE-DEV] persistent /var (or /data)?

2016-09-23 Thread Daniel Golle
Hi! Please share your thoughts on a rather trivial but yet important issue I'm currently facing: /var happends to be a symlink to /tmp which makes sense on small flash-based systems. For some applications it may be feasible to also offer some convention on where to mount a persistent storage volum

Re: [LEDE-DEV] ubi-auto-create-ubiblock-device-for-rootfs and mtd-qcom-smem-rename-rootfs-ubi patches not working for me

2016-09-01 Thread Daniel Golle
Hi J, On Wed, Aug 31, 2016 at 07:23:43PM -0700, J Mo wrote: > > Hi everyone > > I know there was recently some traffic on the list here about UBI and > mounting rootfs. I caught some of it, but not all of it. Please pardon me if > these are already known issues or this doesn't add anything usefu

Re: [LEDE-DEV] [PATCH 1/2] apm821xx: detect sd-card media changes for the WNDR4700

2016-08-31 Thread Daniel Golle
Hi Christian, On Wed, Aug 31, 2016 at 05:43:28PM +0200, Christian Lamparter wrote: > PS.: What should be done about stale mounts? Because currently removing > the sd-card will cause all affected partitions to be automatically > unmounted as well. So, please keep this also in mind. Doing this in a

Re: [LEDE-DEV] x86 image does not boot on NeoWare CA5

2016-08-31 Thread Daniel Golle
On Wed, Aug 31, 2016 at 09:52:03AM +0200, Paweł Szubert wrote: > Hello everybody, my name is Paweł aka Gimbus and I live in Poland. > I'm new to the list, but I've been using OpenWRT and trying to hack it for a > long time. > I've tried to boot latest LEDE x86 image on NeoWare CA5 terminal (CPU > S

Re: [LEDE-DEV] [PATCH 3/3] init: auto-create ubiblock device for non-UBIFS rootfs on UBI

2016-08-28 Thread Daniel Golle
Hi Boris, thanks for the review! This is more helpful and more of the type of feedback I was hoping for. On Sun, Aug 28, 2016 at 06:54:15PM +0200, Boris Brezillon wrote: > On Sat, 27 Aug 2016 21:44:46 +0200 > Daniel Golle wrote: > > > Signed-off-by: Daniel Golle > > ---

[LEDE-DEV] [PATCH 2/3] mtd: ubiblock: introduce ubiblock_create_dev

2016-08-27 Thread Daniel Golle
Define function ubiblock_create_dev(char *name, dev_t *bdev) which returns the created device by setting the point bdev. This is useful for in-kernel users creating a ubiblock device in order to mount the root filesystem. Signed-off-by: Daniel Golle --- drivers/mtd/ubi/block.c | 11

[LEDE-DEV] [PATCH 3/3] init: auto-create ubiblock device for non-UBIFS rootfs on UBI

2016-08-27 Thread Daniel Golle
Signed-off-by: Daniel Golle --- init/do_mounts.c | 62 +--- 1 file changed, 55 insertions(+), 7 deletions(-) diff --git a/init/do_mounts.c b/init/do_mounts.c index dea5de9..485df12 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c @@ -28,6

[LEDE-DEV] [PATCH 1/3] UBIFS, UBI: move volume string parser from UBIFS to UBI

2016-08-27 Thread Daniel Golle
Signed-off-by: Daniel Golle --- drivers/mtd/ubi/kapi.c | 65 + fs/ubifs/super.c| 64 +--- include/linux/mtd/ubi.h | 1 + 3 files changed, 67 insertions(+), 63 deletions(-) diff --git a/drivers

[LEDE-DEV] [PATCH/RFC 0/3] UBI: unify mouting rootfs based on cmdline parameter

2016-08-27 Thread Daniel Golle
rootfstype=ubifs,squashfs Please comment on the code, which is to considered a loose draft hacked up during this evening -- it's untested and certainly still has a lot of flaws. Yet, I felt it'd be good to discuss the general direction at this early stage. Cheers Daniel Daniel Golle (3):

Re: [LEDE-DEV] mission impossible!! add ubifs

2016-08-23 Thread Daniel Golle
Hi Kenneth, On Tue, Aug 23, 2016 at 12:04:07PM +0200, Kenneth Johansson wrote: > On 2016-08-23 11:40, Daniel Golle wrote: > > On Tue, Aug 23, 2016 at 11:10:11AM +0200, Kenneth Johansson wrote: > > > On 2016-08-23 07:31, Daniel Golle wrote: > > > > > even this d

Re: [LEDE-DEV] mission impossible!! add ubifs

2016-08-23 Thread Daniel Golle
On Tue, Aug 23, 2016 at 11:10:11AM +0200, Kenneth Johansson wrote: > On 2016-08-23 07:31, Daniel Golle wrote: > > > > > even this do not currently work. there is no UBI support of any kind for > > > mt7621 and adding it was what I was asking about. > > There

Re: [LEDE-DEV] mission impossible!! add ubifs

2016-08-22 Thread Daniel Golle
Hi Kenneth, On Mon, Aug 22, 2016 at 11:48:21PM +0200, Kenneth johansson wrote: > On 2016-08-22 22:12, Daniel Golle wrote: > > Hi Kenneth, > > > > On Mon, Aug 22, 2016 at 09:54:46PM +0200, Kenneth Johansson wrote: > > > so I'm on commit 2a170e40860034a9a51573

Re: [LEDE-DEV] TP-Link Archer C7 boot loop

2016-08-22 Thread Daniel Golle
On Mon, Aug 22, 2016 at 10:30:42PM +0200, Jochen Demmer wrote: > Thank you everybody, > > I've been trying for 2 hours straight to unbrick via serial, using a > prolific pl2303 adapter but without success. > > I tried screen, picocom and minicom. I tried Apple's terminal emulator and > iTerm2. Go

Re: [LEDE-DEV] mission impossible!! add ubifs

2016-08-22 Thread Daniel Golle
Hi Kenneth, On Mon, Aug 22, 2016 at 09:54:46PM +0200, Kenneth Johansson wrote: > so I'm on commit 2a170e40860034a9a5157306547c1a333be3845b and moving up to > head is not really an option right now. > > what I want to do is change target mt7621 to generate a rootfs in ubifs, not > ubi so no ubiniz

Re: [LEDE-DEV] [PATCH 2/4] lantiq: switch from 34k to 24k

2016-08-22 Thread Daniel Golle
On Mon, Aug 22, 2016 at 09:59:13AM +0200, Jo-Philipp Wich wrote: > Hi Ash, > > > Perhaps a future version of GCC will have this changed. > > > > Keep them as they are, whether they are aliases (at this point) or not > > is irrelevant. If GCC has them as targets they should be used. > > Resources

Re: [LEDE-DEV] [PATCH] linux/arc*: disable MAC frame filter in DW GMAC

2016-08-16 Thread Daniel Golle
Hi Alexey, On Tue, Aug 16, 2016 at 06:06:20AM +, Alexey Brodkin wrote: > Hi Felix, > > On Wed, 2016-07-27 at 17:19 +0200, Felix Fietkau wrote: > > On 2016-07-27 14:11, Alexey Brodkin wrote: > > > > > > For some [still unknown] reason in ARC SDP boards > > > DW GMAC doesn't enter promiscuous

Re: [LEDE-DEV] Older u-boot mangles UBI from ubinize 1.5.2

2016-08-11 Thread Daniel Golle
Hi, On Thu, Aug 11, 2016 at 05:18:08AM -0700, J Mo wrote: > > > On 08/11/2016 04:28 AM, J Mo wrote: > > > > Hm, I just found another example. I don't know why this didn't turn up > > in my searches yesterday since it's a perfect match with the EXACT > > error. This too was on a QSDK AP148: > >

Re: [LEDE-DEV] Older u-boot mangles UBI from ubinize 1.5.2

2016-08-11 Thread Daniel Golle
Hi J, On Thu, Aug 11, 2016 at 06:15:32AM -0700, J Mo wrote: > > > On 08/11/2016 05:31 AM, Daniel Golle wrote: > > That's what I told you in the previous mail, removing the rootfs= > > parameter from the dts should do the trick, because you just cannot > >

Re: [LEDE-DEV] Older u-boot mangles UBI from ubinize 1.5.2

2016-08-11 Thread Daniel Golle
On Thu, Aug 11, 2016 at 02:22:58PM +0200, Richard Weinberger wrote: > Did you intentional drop linux-mtd from the CC's after I offered you > to discuss your patches on linux-mtd? ;-) I replied twice, once including all the CC's with the intention to contribute to the general debate. And once to le

Re: [LEDE-DEV] Older u-boot mangles UBI from ubinize 1.5.2

2016-08-11 Thread Daniel Golle
Hi! On Thu, Aug 11, 2016 at 04:28:47AM -0700, J Mo wrote: > > I got that good old feeling... like I just jumped onto a bag of flaming poo. > Ha ha > > > > On 08/11/2016 03:40 AM, Daniel Golle wrote: > > > > Understandable. However, we also need to experiment

Re: [LEDE-DEV] Older u-boot mangles UBI from ubinize 1.5.2

2016-08-11 Thread Daniel Golle
Hi Richard, On Thu, Aug 11, 2016 at 11:51:10AM +0200, Richard Weinberger wrote: > Hi! > > On Thu, Aug 11, 2016 at 4:26 AM, J Mo wrote: > > I tried re-flashing my UBI and tftpbooting my kernel before u-boot could > > ever get a chance to mangle it, and now I get much further, though I'm still > >

[LEDE-DEV] CONFIG_KERNEL_CRASHLOG freezes on MT7621

2016-08-10 Thread Daniel Golle
Hi! I was wondering why recent builds no longer boot on the ZBT-WG3526 and ZBT-WG2626. Both boards got 512 MB of RAM and thus got highmem enabled to support the full amount of RAM. The snapshot builds freeze at [0.00] Initmem setup node 0 [mem 0x-0x23ff] Felix g

[LEDE-DEV] [PATCH/RFC] base-files: remove dead code

2016-08-02 Thread Daniel Golle
/etc/init.d/boot tried to create /dev/root based on the kernel's cmdline which won't work on any recent targets. Remove that code now that fstools can detect the mounted rootfs based on /proc/self/mountinfo and /dev/root was long gone anyway. Signed-off-by: Daniel Golle --- package/

[LEDE-DEV] target-specific defaults

2016-07-31 Thread Daniel Golle
hi! i believe that on some targets it would be nice to have cgroups, namespaces, seccomp and misc stuff needed for LXC as well as systemd- based guests enabled by default. currently there is only a single default for those CONFIG_KERNEL_* symbols and changing Config-kernel.in to have them selected

[LEDE-DEV] [PATCH 2/2] docs: index: replace 'router' with 'device'

2016-07-26 Thread Daniel Golle
LEDE also runs on a lot of non-router devices, such as NAS boxes, single-board computers or even inside virtual machines. Signed-off-by: Daniel Golle --- docs/index.txt | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/index.txt b/docs/index.txt

[LEDE-DEV] [PATCH 1/2] docs: development: add instructions for staging trees

2016-07-26 Thread Daniel Golle
Signed-off-by: Daniel Golle --- development.txt | 9 + 1 file changed, 9 insertions(+) diff --git a/development.txt b/development.txt index 3a6..e4fb09b 100644 --- a/development.txt +++ b/development.txt @@ -69,6 +69,15 @@ All patches need to be sent in a format that they are listed

Re: [LEDE-DEV] [PATCH v5] base-files: seed /dev/urandom

2016-07-18 Thread Daniel Golle
Hi Etienne, Hi Arjen, Hi John, Hi Jo, while wondering which process is blocking my rootfs from being unmounted for sysupgrade I discovered that getrandom story going on and while waiting for blocking I/O read from /dev/urandom, it even ignored any TERM or KILL signals. This then prevented the root

Re: [LEDE-DEV] MT7621: 2 or 4 CPUs?

2016-07-15 Thread Daniel Golle
Hi Gaetano, On Fri, Jul 15, 2016 at 11:01:12AM +0200, Gaetano Catalli wrote: > Hello, > > I'm a bit confused about the number of CPUs of MT7621 SoC. > From the MT7621 datasheet: > > "The MT7621 router-on-a-chip includes a 880 MHz MIPS 1004Kc CPU dual-core ..." > > So why does /proc/cpuinfo show

[LEDE-DEV] [PATCH mt76] tx: remove spurious semicolon

2016-07-07 Thread Daniel Golle
Remove spurious semicolon resulting in ieee80211_sta_set_buffered() being always called independent from the result of the expression evaluated by the preceding if-clause. Spotted by gcc-6 while attempting to build the driver outside of the buildroot. Signed-off-by: Daniel Golle --- tx.c | 2

[LEDE-DEV] [Bug CC 15.05.1] ath9k crashes on TL-WR1043NDv1

2016-06-29 Thread Daniel Golle
Hi! I got an interesting bug on a quite ancient ath9k system which used to run stable on BB. Can anyone with more insight of ath9k tell me what's going on? DISTRIB_RELEASE='Chaos Calmer' DISTRIB_REVISION='r49378' system type : Atheros AR9132 rev 2 machine : TP-LINK T

Re: [LEDE-DEV] [RFC] rootfs_data on different MTD outside firmware image

2016-06-18 Thread Daniel Golle
Hi Adrian, On Fri, Jun 17, 2016 at 11:21:07PM -0500, Adrian Panella wrote: > Hi, some Linksys devices (i.e WRT1900AC, EA4500, EA8500,...) have two > different partitions for dual boot, and an additional partition that Linksys > uses for system config (sysconf). > Each of these partitions is of a

Re: [LEDE-DEV] Nand flash partitions

2016-06-12 Thread Daniel Golle
Hi Hauke, On Sun, Jun 12, 2016 at 03:23:58PM +0200, Hauke Mehrtens wrote: > Hi Daniel, > > I work on creating an OpenWrt image which I can just flash over an UGW > (Lantiq's/Intel's OpenWrt distribution) distribution with the normal > U-Boot. Then you do not have to touch the bootloader or the fl

Re: [LEDE-DEV] ar71xx kernel size starts getting oversized

2016-06-04 Thread Daniel Golle
Hi Yousong, the main issue on ar71xx is the high number of mach-*.c files for all the boards being included in *all* images. Once the target has been migrated to device tree (which is a huge amount of work, lynxis has done major progress there), this should easily free 500 kB of the uncompressed k

Re: [LEDE-DEV] [PATCH] mac80211: respect user-set regulatory domain by default

2016-05-31 Thread Daniel Golle
Hi David, On Thu, May 26, 2016 at 02:51:17AM -0700, David Lang wrote: > On Thu, 26 May 2016, Daniel Golle wrote: > > > Hi Daniel! > > > > On Wed, May 25, 2016 at 09:29:23PM -0400, Daniel Dickinson wrote: > > > ... > > > If the FCC hadn't alrea

Re: [LEDE-DEV] [PATCH] mac80211: respect user-set regulatory domain by default

2016-05-26 Thread Daniel Golle
Hi lynxis! On Thu, May 26, 2016 at 02:57:28AM +0200, Alexander Couzens wrote: > ... > I really like this commit. Good to hear that. I believe it's long overdue and the current situation led to quite a lot of problems (such as people needing hackish tools to simply set the regulatory domain to the

Re: [LEDE-DEV] [PATCH] mac80211: respect user-set regulatory domain by default

2016-05-26 Thread Daniel Golle
Hi Daniel! On Wed, May 25, 2016 at 09:29:23PM -0400, Daniel Dickinson wrote: > ... > If the FCC hadn't already completely knobbish and basically eliminated > (or least required one to be much more determined and skilled) the > ability to use OpenWrt/LEDE on new routers in the US anyway, I might >

[LEDE-DEV] [PATCH] mac80211: respect user-set regulatory domain by default

2016-05-25 Thread Daniel Golle
ad of just assume US or China laws). Note that also the current default has great potential of users not ever setting their regulatory domain and thus using inapproriate and potentially illegal frequencies and/or tx-power settings Signed-off-by: Daniel Golle --- Imho we should set World regulatory

Re: [LEDE-DEV] "block" fstools wishlist

2016-05-19 Thread Daniel Golle
Hi Karl, I thought a bit about fstools since your post because I also had my difficulties integrating it with applications which require hotplug storage. I agree with and acknowledge all the points you mentioned. In addition I believe that LEDE/OpenWrt generally lacks a high-level concept to inte

Re: [LEDE-DEV] Bug REPORT: Lantiq - XRX200 - UBIFS image not built

2016-05-19 Thread Daniel Golle
Hi! On Tue, May 17, 2016 at 04:52:46PM +0200, Mathias Kresin wrote: > 2016-05-17 11:51 GMT+02:00 Paul Rowland : > > I updated sources and packages 15 minutes ago, did a make clean and a > > build. The expected file, > > lede-lantiq-xrx200-BTHOMEHUBV5A-ubifs-sysupgrade.tar, was not created. It >

Re: [LEDE-DEV] [PATCH RFC 2/2] x86: lift generic x86-32 target

2016-05-19 Thread Daniel Golle
On Thu, May 19, 2016 at 12:02:31AM +0300, Lucian Cristian wrote: > Please keep > CONFIG_PATA_ATIIXP=y > I have several (very capable/low power/versatile) Fujitsu Futro S550 that > need this so it can boot from the internal CF Card The idea is to keep all previously selected options in the new lega

[LEDE-DEV] [PATCH RFC 2/2] x86: lift generic x86-32 target

2016-05-17 Thread Daniel Golle
* build for pentium4 instead of i486 * enable PAE * enable EFI support * enable KVM guest and host support Signed-off-by: Daniel Golle --- target/linux/x86/generic/config-default | 98 + target/linux/x86/generic/target.mk | 8 ++- 2 files changed, 94

[LEDE-DEV] [PATCH RFC 1/2] x86: reorganize x86_32 support

2016-05-17 Thread Daniel Golle
copy current 'generic' target to new 'legacy' target. Signed-off-by: Daniel Golle --- target/linux/x86/Makefile | 2 +- target/linux/x86/legacy/config-default | 218 target/linux/x86/legacy/profiles/000-Generic.mk |

Re: [LEDE-DEV] [PATCH] include/kernel: Do not strip kernel's Elf

2016-05-16 Thread Daniel Golle
On Mon, May 16, 2016 at 05:42:43PM +0300, Alexey Brodkin wrote: > If an image gets built as an Elf there's a chance > it will be used by developers for debugging purposes. > In that case it's very helpful to keep debugging info > in that image. > > I would think that most OWRT-powered devices in p

Re: [LEDE-DEV] Lantiq NAND

2016-05-08 Thread Daniel Golle
Hi Hauke, On Sun, May 08, 2016 at 11:22:13PM +0200, Hauke Mehrtens wrote: > Hi John, > > How does the Lantiq NAND sysupgrade stuff work? I don't have much insight on Lantiq specifically, but I can tell you a bit about how John and I have integrated UBI support starting from OpenWrt SVN r41121...

<    1   2