Re: [OpenWrt-Devel] [PATCH] Support Cisco/Linksys WAP-4410N

2015-04-25 Thread Florian Fainelli
without re-flashing u-boot, so I did not give this a try on a real device, device which is now with Gabor. -- Florian From 8a3c7b1527d114b015286b6e89bf828d3130a340 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 26 Sep 2012 22:10:08 +0200 Subject: [PATCH 1/2] [tools] firmware-utils:

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix 100/10mbps ethernet link issues on mynet range extender

2015-06-05 Thread Florian Fainelli
Florian On Jun 5, 2015 2:18 PM, "Dave Taht" wrote: > > TX delay setting? What else can it do? This is a delay between the transmit data lines and the transmit clock on a RGMII interface. Based on PCB designs, this is something that may have to be configured to align clock and data lines in a way

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix 100/10mbps ethernet link issues on mynet range extender

2015-06-09 Thread Florian Fainelli
On Jun 9, 2015 7:36 AM, "Christian Lamparter" wrote: > > On Wednesday, June 03, 2015 05:20:22 PM Christian Lamparter wrote: > > The mynet range extender hardware is suffering from ethernet > > link loss when booting with a recent openwrt image. This only > > happens on 100mbps links, with 1Gbps sp

Re: [OpenWrt-Devel] [PATCH] Add Support for WeIO Board (Chaos Calmer)

2015-06-14 Thread Florian Fainelli
On Jun 14, 2015 2:56 PM, "Drasko DRASKOVIC" wrote: > > Hello, > please find below patch that adds support for WeIO board > (http://we-io.net) to Chaos Calmer master branch. > > The board is based on Carambola2 module from 8Devices, and this patch > adds a separate profile for WeIO. Your patch has

Re: [OpenWrt-Devel] [PATCH] Add support for WeIO board

2015-06-16 Thread Florian Fainelli
Missing Signed-off-by tag and description of the patch. Le 06/16/15 14:06, Drasko DRASKOVIC a écrit : -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Controlling POE passthrough via GPIO

2015-06-22 Thread Florian Fainelli
On 22/06/15 16:48, Lars Kruse wrote: > Hi, > > within our wireless community we are using a couple of devices with the > following features: > * powered via POE through their first ethernet plug > * another device can be powered via the second ethernet plug (POE passthrough > switchable via GPIO

Re: [OpenWrt-Devel] IPtables/NAT

2015-07-05 Thread Florian Fainelli
Hi, Le 5 juil. 2015 20:20, "John kerry" a écrit : > > Hi , > > Hope you are doing great. I am working on Atheros QSDK. You might get better support by contacting whoever maintains this QSDK ad it is an OpenWrt derivative, however as far as OpenWrt is concerned, see below. i am able to compile t

Re: [OpenWrt-Devel] [PATCH 3/3] ar71xx: add spi nand driver support

2015-07-10 Thread Florian Fainelli
On 10/07/15 02:54, Pan, Miaoqing wrote: > Agree with you, I investigated this, tried to merge two into one. E.g. > Implement the common core for spinand, separate vendors related codes, but > give up finally as no device to verify mt29f:( So I only add it to support > for ath79 platform.

Re: [OpenWrt-Devel] Hard float ABI for BCM2708/BCM2709

2015-07-11 Thread Florian Fainelli
Le 11 juil. 2015 09:52, "Matthias Schiffer" a écrit : > > Hi, > I've noticed that OpenWrt currently uses the soft-float ABI in the > Raspberry Pi images. Is there a specific reason hard float is not used, > even though most other distributions like Raspbian have switched to it? I do not think the

Re: [OpenWrt-Devel] [PATCH 2/2] Prevent more gzip timestamps

2015-07-12 Thread Florian Fainelli
2015-07-12 9:41 GMT-07:00 Reiner Herrmann : > To improve reproducibility, prevent the inclusion of timestamps > in the gzip header. This looks fine to me, this also unveils a lot of repetition in how we invoke gzip and its parameters, would you mind factoring this in a variable such that we contro

Re: [OpenWrt-Devel] [PATCH 2/2] Prevent more gzip timestamps

2015-07-14 Thread Florian Fainelli
On 14/07/15 15:05, Reiner Herrmann wrote: > On Sun, Jul 12, 2015 at 12:06:01PM -0700, Florian Fainelli wrote: >> 2015-07-12 9:41 GMT-07:00 Reiner Herrmann : >>> To improve reproducibility, prevent the inclusion of timestamps >>> in the gzip header. >> >> Thi

Re: [OpenWrt-Devel] Split kernel modules out of the base opkg repo?

2015-07-25 Thread Florian Fainelli
On Jul 25, 2015 7:39 AM, "Matthias Schiffer" wrote: > > On 07/25/2015 03:55 PM, John Crispin wrote: > > > > > > On 25/07/2015 14:46, Matthias Schiffer wrote: > >> Hi, > >> I'd like to propose to split the current "base" opkg repo into two, one > >> for userspace applications and one for kernel mod

Re: [OpenWrt-Devel] [PATCH v2 2/3] mcs814x: fix interrupts

2015-07-27 Thread Florian Fainelli
On Jul 27, 2015 3:54 AM, "Günther Kelleter" wrote: > > create explicit 1:1 mapping before mcs814x_alloc_gc/irq_setup_generic_chip > marks all interrupts used and prevents mapping by dts init. > IRQ 0 is the timer interrupt and is not illegal! Is the second hunk of the patch still necessary then?

Re: [OpenWrt-Devel] [PATCH v2 1/3] mcs814x: fix debug UART

2015-07-27 Thread Florian Fainelli
On Jul 27, 2015 3:54 AM, "Günther Kelleter" wrote: > > It was broken since kernel 3.14 True, but your patch does not explain how you are fixing this, which is what matters for a good commit message. Could expand on why migrating to the generic 8250 debug uart code is fixing things? > > Signed-of

Re: [OpenWrt-Devel] [PATCH v2 3/3] mcs814x: use firmware partition splitter on dLAN USB Extender

2015-07-27 Thread Florian Fainelli
On Jul 27, 2015 3:55 AM, "Günther Kelleter" wrote: Looks good to me, having a better commit message would be welcome. > > Signed-off-by: Günther Kelleter > --- > target/linux/mcs814x/config-3.18 | 4 > .../mcs814x/files-3.18/arch/arm/boot/dts/dlan-usb-exte

Re: [OpenWrt-Devel] [PATCH 6/6] malta: set CPU_TYPE:=24kc.

2015-09-01 Thread Florian Fainelli
to why we would want this. > SUBTARGETS:=le be #le64 be64 > INITRAMFS_EXTRA_FILES:= > MAINTAINER:=Florian Fainelli > -- > 1.7.10.4 > ___ > openwrt-devel mailing list > openwrt-devel@lists

Re: [OpenWrt-Devel] [PATCH 4/6] generic: fix unrecognized opcode wsbh when building for MIPS16.

2015-09-01 Thread Florian Fainelli
Le 1 sept. 2015 05:22, "Yousong Zhou" a écrit : > > The issue was found and reported by hynman [1] when compiling reaver for ar71xx > (Big Endian MIPS). > > {standard input}: Assembler messages: > {standard input}:79: Error: unrecognized opcode `wsbh $2,$2' > {standard input}:90: Error

Re: [OpenWrt-Devel] OpenWRT www version banner a security risk

2015-09-13 Thread Florian Fainelli
On Sep 13, 2015 2:00 PM, "Etienne Champetier" wrote: > > Hi Daniel, > > Le 13 sept. 2015 22:04, "Daniel Dickinson" a écrit : > > > > I do think allowing to choose to disable the banner is a minor benefit, however, as I've said, there are much more effective means of preventing accidential exposur

Re: [OpenWrt-Devel] [OpenWrt-Commits] r46981 - trunk/target/linux/generic/patches-3.18

2015-09-16 Thread Florian Fainelli
On 16/09/15 05:08, openwrt-comm...@openwrt.org wrote: > Author: blogic > Date: 2015-09-16 14:08:05 +0200 (Wed, 16 Sep 2015) > New Revision: 46981 > > Modified: >trunk/target/linux/generic/patches-3.18/652-atm_header_changes.patch > Log: > kernel: properly guard the lantiq atm abi hack with an

Re: [OpenWrt-Devel] [PATCH] swconfig: support setting SWITCH_TYPE_LINK attributes

2016-01-13 Thread Florian Fainelli
On Jan 13, 2016 10:07 PM, "Stefan Rompf" wrote: > > Hi, > > On Montag, 11. Januar 2016 23:45:39 Rafał Miłecki wrote: > > > > Any comments to this usage/syntax? It doesn't look too nice (this long > > > quoted string as a value), but swconfig is strongly focused on simple > > > values. > > > > One

Re: [OpenWrt-Devel] [PATCH] kernel/build: Fix SetNfsCmdline to work with new .config.set

2016-02-09 Thread Florian Fainelli
On 09/02/16 09:08, Petr Štetiar wrote: > This patch fixes SetNfsCmdline macro which is currently relying on old > kernel .config file, which has been replaced with intermediate > .config.set file. It was leading to the following kernel build error: > > rm -f linux-4.4/.config.prev > mv linux-4

Re: [OpenWrt-Devel] [PATCH] kernel/build: Fix SetNfsCmdline to work with new .config.set

2016-02-09 Thread Florian Fainelli
Le 09/02/2016 12:16, Petr Štetiar a écrit : > Petr Štetiar [2016-02-09 21:04:14]: > >>>define Kernel/SetNfsCmdline >>> rm -f $(LINUX_DIR)/.config.prev >>> - mv $(LINUX_DIR)/.config $(LINUX_DIR)/.config.old >>> - grep -v "CONFIG_CMDLINE=" $(LINUX_DIR)/.config.old > >>> $(LINUX_DIR)/.c

Re: [OpenWrt-Devel] [PATCH] kernel/build: Fix SetNfsCmdline to work with new .config.set

2016-02-10 Thread Florian Fainelli
Le 10/02/2016 03:43, Petr Štetiar a écrit : > Florian Fainelli [2016-02-09 19:57:22]: > >> Le 09/02/2016 12:16, Petr Štetiar a écrit : >>> Petr Štetiar [2016-02-09 21:04:14]: >>> >>>>>define Kernel/SetNfsCmdline >>>>> rm

Re: [OpenWrt-Devel] [RFC 0/4] Add support for Raspberry Pi 3

2016-02-29 Thread Florian Fainelli
On Feb 29, 2016 12:08 PM, "Álvaro Fernández Rojas" wrote: > > This adds untested support for Raspberry Pi 3. > I will be able to test it when I get my RPi 3 ;D. Will give it a shot tomorrow morning, thanks for quickly sending the patches out. > > In the meantime if anyone already has a RPi 3 and

Re: [OpenWrt-Devel] [RFD] Future

2016-06-29 Thread Florian Fainelli
On 06/29/2016 01:31 PM, Hauke Mehrtens wrote: > On 06/29/2016 04:55 PM, Imre Kaloz wrote: >> All, >> >> There was an opportunity for a mini-meetup between Felix, Luka and >> myself in Paris. We openly discussed the recent events. We've concluded >> that it would be beneficial to members of both Ope

[OpenWrt-Devel] [PATCH ubus] cmake: Fix find_library for ubusd and examples/server

2016-07-01 Thread Florian Fainelli
TARGET_LINK_LIBRARIES accordingly, so do that too with ${json} appended. This was causing linking errors for ubusd and then examples/server using an external toolchain (stbgcc-4.8-1.x). Fixes: 9f52d1769b762 ("cli: use the new json-c library name") Signed-off-by: Floria

Re: [OpenWrt-Devel] Add ARC platforms to platforms wiki

2016-07-21 Thread Florian Fainelli
On 07/21/2016 10:45 AM, Alexey Brodkin wrote: > Hello, > > I'm wondering if there's a chance to add information about ARC > platforms in the Wiki here https://dev.openwrt.org/wiki/platforms? Done > > I think something like this will work > ===

[OpenWrt-Devel] [PATCH firewall3] utils.h: Avoid name clashes for setbit/delbit/hasbit

2016-09-01 Thread Florian Fainelli
Rename to fw3_{set,del,has}bit to avoid name clashes with sys/param.h: /opt/toolchains/stbgcc-4.8-1.5/arm-linux-gnueabihf/sys-root/usr/include/sys/param.h:80:0: note: this is the location of the previous definition #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) Signed-off-by: F

[OpenWrt-Devel] gen_initramfs_list.sh escaping problem or stale dependency file?

2016-09-12 Thread Florian Fainelli
Hi, I have a root filesystem embedding filenames that look like these: /lib/data/: these are essentially files that can be matched against an USB vendor/product id in an easy way. Now, the fun part is that this is only a problem when doing the following (using OpenWrt/LEDE as a build system):

Re: [OpenWrt-Devel] [PATCH] bmips: add new target

2015-10-09 Thread Florian Fainelli
On 09/10/15 13:29, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas Nice, a commit message telling what this is about would have been welcome, especially with the diffstat below which is pretty gigantic. Could you make sure that all patches that are not upstream yet get subm

Re: [OpenWrt-Devel] [PATCH 3/5] brcm63xx: lzma-loader: add BCM3380 support

2015-10-09 Thread Florian Fainelli
On 09/10/15 13:29, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas That is a first step, but there are additional kernel changes required to boot on 3380, are you also going to submit these? > --- > target/linux/brcm63xx/image/lzma-loader/src/board.c | 5 + > 1 file ch

Re: [OpenWrt-Devel] [PATCH 4/5] brcm63xx: fix Netgear CVG834G HCS magic bytes

2015-10-09 Thread Florian Fainelli
On 09/10/15 13:29, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas Acked-by: Florian Fainelli > --- > target/linux/brcm63xx/image/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > mode change 100755 => 100644 target/linux/brcm6

Re: [OpenWrt-Devel] [PATCH 1/5] brcm63xx: fix BCM3368 external interrupts

2015-10-09 Thread Florian Fainelli
On 09/10/15 13:29, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas Acked-by: Florian Fainelli This matches arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h > --- > target/linux/brcm63xx/dts/bcm3368.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

Re: [OpenWrt-Devel] [PATCH 2/5] brcm63xx: lzma-loader: add BCM3368 support

2015-10-09 Thread Florian Fainelli
On 09/10/15 13:29, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas Acked-by: Florian Fainelli > --- > target/linux/brcm63xx/image/lzma-loader/src/board.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/target/linux/brcm63xx

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-10 Thread Florian Fainelli
2015-10-10 10:45 GMT-07:00 nemesis : > On Sat, 10 Oct 2015 00:41:24 +0300, Roman Yeryomin > wrote: >> >> On 9 October 2015 at 21:22, Jo-Philipp Wich wrote: >>> >>> Hi. >>> Moving to Git seemed to have lots of traction at the summit, and I'll add my voice that this sounds like a step in

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-11 Thread Florian Fainelli
2015-10-11 14:16 GMT-07:00 Attila Lendvai : >> Just my 2-cents >> >> IF it isn't BROKENplease DON'T fix it. > > > the question here is: how much time coders (maintainers, contributors, > and users) would spare if the administration was shifted to a > different infrastructure. > > i cannot grow

Re: [OpenWrt-Devel] [PATCH 4/5] malta: convert to router type target.

2015-10-28 Thread Florian Fainelli
ou > --- > target/linux/malta/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile > index c9f1586..0cce15e 100644 > --- a/target/linux/malta/Makefile > +++ b/target/linux/malta/Ma

Re: [OpenWrt-Devel] [PATCH 5/5] malta: use "static" proto for lan interface

2015-10-28 Thread Florian Fainelli
On Oct 28, 2015 5:56 AM, "Yousong Zhou" wrote: > > This is almost the default config of OpenWrt targets (currently even > those sunxi boards with only one ethernet interface use static IP > address for its lan interface). And this is intend intended, because Malta is primarily used under qemu, fr

Re: [OpenWrt-Devel] [PATCH 5/5] malta: use "static" proto for lan interface

2015-10-29 Thread Florian Fainelli
Le 28/10/2015 19:32, Yousong Zhou a écrit : > On 29 October 2015 at 00:19, Florian Fainelli wrote: >> On Oct 28, 2015 5:56 AM, "Yousong Zhou" wrote: >>> >>> This is almost the default config of OpenWrt targets (currently even >>> those sunxi boards

Re: [OpenWrt-Devel] [PATCH v2 0/5] malta: changes for a better testing environment

2015-10-31 Thread Florian Fainelli
gt; compile-tested with 4.0 and 4.1. They have already been applied, but FWIW: Reviewed-by: Florian Fainelli Thanks > > [1] > https://lists.openwrt.org/pipermail/openwrt-devel/2015-September/thread.html#35515 > > v2 <- v1 > > - Instead of setting the devic

Re: [OpenWrt-Devel] [PATCH] update config.guess & config.sub

2015-11-02 Thread Florian Fainelli
.gnu.org/gitweb/?p=config.git;a=tree >>> >>> In particular it adds support for ARC architecture plus some more >>> improvements and fixes. >>> >>> This patch is built-tested against NetGear WNDR3800. >>> >>> Signed

Re: [OpenWrt-Devel] [PATCH 0/7] kirkwood: revamp Linksys EA3500 & EA4500 support

2015-11-07 Thread Florian Fainelli
to see that! Tested-by: Florian Fainelli > > These patches also transition from a single read-write UBIFS to > squashfs on UBI + UBIFS overlay. > > Claudio Leite (7): > kirkwood: enable squashfs-on-ubiblock support > kirkwood: match factory partitions on EA[34]500 >

Re: [OpenWrt-Devel] [PATCH 1/3] swconfig: add SWITCH_TYPE_LINK and support sending link info to user space

2015-12-20 Thread Florian Fainelli
Le 16 déc. 2015 09:19, "Rafał Miłecki" a écrit : > > So far we were sending link data as a string. It got some drawbacks: > 1) Didn't allow writing clean user space apps reading link state. It was >needed to do some screen scraping. > 2) Forced whole PORT_LINK communication to be string based.

Re: [OpenWrt-Devel] [PATCH 2/3] swconfig: support receiving SWITCH_TYPE_LINK from kernel

2015-12-20 Thread Florian Fainelli
Le 16 déc. 2015 09:21, "Rafał Miłecki" a écrit : > > When using cli, print link state the same way kernel used to do it. > This will allow kernel switching PORT_LINK from SWITCH_TYPE_STRING. > > Signed-off-by: Rafał Miłecki > --- [snip] > + link->eee & SWLIB_LINK_FLA

Re: [OpenWrt-Devel] qca8k: ipqess: ipq40xx: Kernel Panic on Adding VLAN Sub-Interface to Bridge

2019-03-19 Thread Florian Fainelli
.100 master br-lan >>(kernel panics) >> >> >> I've traced this to passing of a null pointer to br_vlan_enabled() >> with the diagnostic patch shown in [5] > > Yes, this shouldn't crash. I think Florian has already a patch for this > upstream [6].

Re: [OpenWrt-Devel] [PATCH] gemini: Bring up DSA switches

2019-07-13 Thread Florian Fainelli
On 7/13/2019 4:04 AM, Linus Walleij wrote: > On Fri, Jul 12, 2019 at 8:57 AM Hauke Mehrtens wrote: >> On 7/12/19 8:07 AM, Linus Walleij wrote: > >>> + # These are all connected to eth1 thru VSC7385 >>> + ucidef_set_interfaces_lan_wan "eth1 lan1 lan2 lan3 lan4" "eth0" >> >> This will cr

Re: [OpenWrt-Devel] [PATCH 2/4 RFCv2] net: dsa: Add bindings for Realtek SMI DSAs

2018-08-20 Thread Florian Fainelli
fired by the single > line from the chip. > > This interrupt construction is similar to how we handle > interrupt controllers inside PCI bridges etc. > > Cc: Antti Seppälä > Cc: Roman Yeryomin > Cc: Colin Leitner > Cc: Gabor Juhos > Cc: Florian Fainelli > Cc: devi

Re: [OpenWrt-Devel] gen_initramfs_list.sh escaping problem or stale dependency file?

2016-09-13 Thread Florian Fainelli
On 09/13/2016 12:24 AM, Michal Marek wrote: > On Mon, Sep 12, 2016 at 05:12:15PM -0700, Florian Fainelli wrote: >> Hi, >> >> I have a root filesystem embedding filenames that look like these: >> >> /lib/data/: >> >> these are essentially files that ca

Re: [OpenWrt-Devel] gen_initramfs_list.sh escaping problem or stale dependency file?

2016-09-19 Thread Florian Fainelli
On 09/13/2016 12:24 AM, Michal Marek wrote: > On Mon, Sep 12, 2016 at 05:12:15PM -0700, Florian Fainelli wrote: >> Hi, >> >> I have a root filesystem embedding filenames that look like these: >> >> /lib/data/: >> >> these are essentially files that ca

Re: [OpenWrt-Devel] boot-wrapper-aarch64.git repository missing/inaccessible; cannot build arm64 targets

2016-09-22 Thread Florian Fainelli
On 09/22/2016 02:38 PM, Alexander Duff wrote: > Hello, > > The quick version: a repository (boot-wrapper-aarch64.git) required for > the default build of arm64 OpenWrt targets (default configuration) on > the latest version of trunk seems to have disappeared from the Internet, > and I'm unsure who

Re: [OpenWrt-Devel] [PATCH] CVE-2016-5195 backport to linux-3.18.36 for Chaos Calmer

2016-10-21 Thread Florian Fainelli
On 10/21/2016 07:43 AM, revelstone wrote: > Here is a backport for Chaos Calmer of commit > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=19be0eaffa3ac7d8eb6784ad9bdbc7d67ed8e619]19be0eaffa3ac7d8eb6784ad9bdbc7d67ed8e619 > that patches > https://cve.mitre.org/cgi-bin/cve

Re: [OpenWrt-Devel] [PATCH v2] mac80211: Make wlcore platform-independent

2016-11-10 Thread Florian Fainelli
ards equipped with either module may appear so we > remove dependency on OMAP instead we add dependency on MMC > because this Wi-Fi module uses SDIO interface. > > Signed-off-by: Alexey Brodkin > Cc: Jo-Philipp Wich > Cc: Felix Fietkau > Cc: Imre Kaloz Reviewed-by: Flor

Re: [OpenWrt-Devel] [LEDE-DEV] Talks between OpenWrt and LEDE

2016-12-21 Thread Florian Fainelli
On 12/21/2016 01:46 PM, Alberto Bursi wrote: > On 12/21/2016 09:42 PM, Dave Taht wrote: >> On Wed, Dec 21, 2016 at 12:29 PM, David Lang wrote: >>> On Wed, 21 Dec 2016, Kathy Giori wrote: >>> From a PR perspective, I strongly suggest keeping the term OpenWrt as part of the branding of the

Re: [OpenWrt-Devel] [LEDE-DEV] Talks between OpenWrt and LEDE

2016-12-21 Thread Florian Fainelli
On 12/21/2016 07:30 PM, Val Kulkov wrote: > > On 21 December 2016 at 17:01, Florian Fainelli <mailto:f.faine...@gmail.com>> wrote: > > On 12/21/2016 01:46 PM, Alberto Bursi wrote: > > On 12/21/2016 09:42 PM, Dave Taht wrote: > >> On Wed,

Re: [OpenWrt-Devel] [PATCH 00/22] Conversion of ARMv4 Gemini to DT and multiplatform

2017-01-22 Thread Florian Fainelli
On 01/22/2017 04:15 AM, Linus Walleij wrote: > I got a Gemini platform from Florian Fainelli over at OpenWRT > some time back. I finally got around to "future-proofing" the > platform, which was the idea when he paintakingly sent the box > over to me. I would have happ

Re: [OpenWrt-Devel] [PATCH 00/22] Conversion of ARMv4 Gemini to DT and multiplatform

2017-01-24 Thread Florian Fainelli
On 01/24/2017 12:47 PM, Linus Walleij wrote: > Hans, Florian et al: does any of you have a copy of the kernel source > dump(s) from Teltonika, Raidsonic or Wiliboard? > > Would be nice to have the stuff that vendors are using. > > On Tue, Jan 24, 2017 at 6:24 PM, Hans Ulli Kroll > wrote: > >> A

Re: [OpenWrt-Devel] [PATCH 2/4] ata: Add DT bindings for the Gemini SATA bridge

2017-05-08 Thread Florian Fainelli
On 05/08/2017 02:16 PM, Tom Psyborg wrote: > Is it ever going to be added so this endless spam can end? It's the first iteration of the (S)ATA patchset, and if you are not interested, just ignore the thread. Linus is doing everyone a great favor here by making sure that this platform gets properl

Re: [OpenWrt-Devel] openwrt and lede - remerge proposal

2017-05-09 Thread Florian Fainelli
On 05/08/2017 06:19 AM, John Crispin wrote: > Hi, > > Felix, Imre and myself had 2 calls last week lasting several hours and > discussed the following proposal of conditions for a remerge that we > would like to propose and have people vote on. > > *) branding > - the owrt side sees no option of

Re: [OpenWrt-Devel] [RFC] Pre-seeded files/directories for UBIFS

2017-05-20 Thread Florian Fainelli
Hello, On 05/20/2017 09:12 AM, Richard Weinberger wrote: > Hi! > > These days I had an interesting discussion with Christoph about overlayfs and > its burden. The main use-case of overlayfs in combination with UBIFS is > having a > squashfs as lower and UBIFS as upper directory. Such that all ch

Re: [OpenWrt-Devel] openwrt and lede - remerge proposal V2

2017-05-22 Thread Florian Fainelli
On 05/22/2017 02:02 AM, Rafał Miłecki wrote: > On 05/22/2017 09:40 AM, John Crispin wrote: >> *) branding >> - the owrt side sees no option of using the lede brand >> - a (minor) majority voted for openwrt as a name over lede whilst most >> people said they did not care >> - as the last vote had a

Re: [OpenWrt-Devel] [OpenWrt-Hackers] openwrt and lede - remerge proposal V3

2017-05-29 Thread Florian Fainelli
Le 05/29/17 à 00:03, John Crispin a écrit : > (resend, this time as plain text) > > Hi, > > here is a V3 of the remerge proposal, I tried to fold all the comments > people made into it, if anything is missing let me know. Please remeber > that post remerge anything can be voted on, so cluttering

Re: [OpenWrt-Devel] openwrt and lede - remerge proposal V3

2017-06-13 Thread Florian Fainelli
On 05/28/2017 11:56 PM, John Crispin wrote: > Hi, > > here is a V3 of the remerge proposal, I tried to fold all the comments > people made into it, if anything is missing let me know. Please remeber > that post remerge anything can be voted on, so cluttering the proposal > with many details will d

Re: [OpenWrt-Devel] [LEDE-DEV] MV88E6060 switch

2017-07-23 Thread Florian Fainelli
On Jul 23, 2017 11:28, "Nerijus Baliūnas" wrote: 2017-07-21 19:48, Nerijus Baliūnas via Lede-dev rašė: > How do I configure vlan? Here I changed eth0 to eth0.1: > > config interface 'lan' > option type 'bridge' >option ifname 'eth0.1' >option proto 'static' >optio

Re: [OpenWrt-Devel] [PATCH v3 0/6] staging: Introduce DPAA2 Ethernet Switch driver

2017-10-14 Thread Florian Fainelli
Hi, On 10/14/2017 04:09 AM, Linus Walleij wrote: > Top posting and resending since net...@vger.kernel.org > is the right mail address for this. Mea culpa. > > Linus Walleij > > On Sat, Oct 14, 2017 at 11:35 AM, Linus Walleij > wrote: >> On Thu, Oct 5, 2017 at 11:16 AM, Razvan Stefanescu >> wro

Re: [OpenWrt-Devel] [PATCH v3 0/6] staging: Introduce DPAA2 Ethernet Switch driver

2017-10-14 Thread Florian Fainelli
On October 14, 2017 2:59:22 PM PDT, Linus Walleij wrote: >On Sat, Oct 14, 2017 at 8:52 PM, Florian Fainelli > wrote: > >> The most deployed switch device drivers have been converted to DSA >> already: b53, qca8k (ar83xx in OpenWrt/LEDE) and mtk7530 are all in >> tree,

Re: [OpenWrt-Devel] OpenWrt -> LEDE git tree merge

2017-10-22 Thread Florian Fainelli
On 10/22/2017 11:46 AM, Hauke Mehrtens wrote: > Hi, > > I am working on merging the missing commits from the OpenWrt git > repository into the LEDE repository. > > Here is a list of all non merge commits from the OpenWrt git repository > and their corresponding LEDE commit IDs: > https://github

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v2] merge: add OpenWrt branding

2017-10-27 Thread Florian Fainelli
On 10/27/2017 02:34 AM, p...@oranjevos.nl wrote: > Dear Imre, > > On the info for the version of the patch: my error, must have overlooked the > included version info, it is indeed included. > > About the use of openwrt email addresses in the SOB: > This has been discussed before, and the argume

[OpenWrt-Devel] [PATCH RFC] mac80211: Don't check for platform files with external kernel trees

2018-01-10 Thread Florian Fainelli
When building with an external kernel tree, do not check the different platform files since this is almost guaranteed they are going to differ. Signed-off-by: Florian Fainelli --- package/kernel/mac80211/Makefile | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a

Re: [OpenWrt-Devel] [PATCH 0/5] x86: add support for microcode update

2018-01-17 Thread Florian Fainelli
with ancient BIOSes. > >Once the series is merged into trunk, this could/should be backported >into 17.01 and 15.05 without too much hassle. FWIW: Reviewed-by: Florian Fainelli -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.op

Re: [OpenWrt-Devel] What is the best approach to building the OpenWRT with external Kernel?

2018-03-08 Thread Florian Fainelli
On 03/07/2018 07:20 AM, Jorge Pereira wrote: > Hi, > > I have some specific board delivered with a Kernel 3.18.x that have some > specific changes that definitely I cannot run using another kernel by > now. So, what is the best approach to building the OpenWRT using this > specific Kernel path?

Re: [OpenWrt-Devel] [PATCH v2] kernel: rtl8366-smi: add Realtek switch management via mii-bus

2018-04-03 Thread Florian Fainelli
On 04/03/2018 10:13 AM, Сергей Василюгин wrote: > Current version of rtl8366-smi module support Realtek switch > managment via two gpio lines only. This patch add Realtek switch > management via mii_bus. For my board Tp-link Archer C2 v1 (Mediatek > SoC mt7620a based) dts-file configuration looks l

Re: [OpenWrt-Devel] [PATCH] ath79: add spi nand driver, the source code from

2018-05-17 Thread Florian Fainelli
On 05/17/2018 06:14 PM, Luochongjun wrote: > --- > .../patches-4.9/491-mtd-spi-nand-driver.patch | 2785 > > 1 file changed, 2785 insertions(+) > create mode 100644 > target/linux/ar71xx/patches-4.9/491-mtd-spi-nand-driver.patch Instead of combining all upstream pat

Re: [OpenWrt-Devel] [PATCH 1/3] net: dsa: Add DT bindings for Vitesse VSC73xx switches

2018-06-14 Thread Florian Fainelli
gt; + "vitesse,vsc7395" > + "vitesse,vsc7398" > +- gpio-controller: indicates that this switch is also a GPIO controller, > + see gpio/ Missing reference here? > +- #gpio-cells: this must be set to <2> and indicates that we are a twocell > + GPI

Re: [OpenWrt-Devel] [PATCH 2/3] net: phy: vitesse: Add support for VSC73xx

2018-06-14 Thread Florian Fainelli
good as it can get given the information you have access to. Maybe the guys at Mircochip could help, adding them. Reviewed-by: Florian Fainelli Just one nit below: > --- > drivers/net/phy/vitesse.c | 162 ++ > 1 file changed, 162 insertions(+) > &g

Re: [OpenWrt-Devel] [PATCH 3/3] net: dsa: Add Vitesse VSC73xx DSA router driver

2018-06-14 Thread Florian Fainelli
On 06/14/2018 05:35 AM, Linus Walleij wrote: > This adds a DSA driver for: > > Vitesse VSC7385 SparX-G5 5-port Integrated Gigabit Ethernet Switch > Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch > Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch > Vitess

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-30 Thread Florian Fainelli
2014-06-30 4:30 GMT-07:00 José Vázquez : > 2014-06-29 22:45 GMT+02:00, Jonas Gorski : >> On Sun, Jun 29, 2014 at 10:37 PM, José Vázquez >> wrote: >>> 2014-06-28 19:54 GMT+02:00, Jonas Gorski : Ah, I guess your problem is that something in your openwrt config depends on kmod-random-c

Re: [OpenWrt-Devel] [PATCH 2/4] [rb532] change default package set

2014-07-07 Thread Florian Fainelli
2014-07-07 13:57 GMT-07:00 Roman Yeryomin : > On 7 July 2014 11:52, Felix Fietkau wrote: >> On 2014-07-05 00:36, Roman Yeryomin wrote: >>> There could be no wireless interfaces but ethernets are on board. >>> >>> Signed-off-by: Roman Yeryomin >> Not taking this one. Adding kmod-via-rhine is unnec

Re: [OpenWrt-Devel] [PATCH 2/4] [rb532] change default package set

2014-07-08 Thread Florian Fainelli
2014-07-08 8:01 GMT-07:00 Roman Yeryomin : > On 8 July 2014 04:17, Florian Fainelli wrote: >> 2014-07-07 13:57 GMT-07:00 Roman Yeryomin : >>> On 7 July 2014 11:52, Felix Fietkau wrote: >>>> On 2014-07-05 00:36, Roman Yeryomin wrote: >>>>> There coul

Re: [OpenWrt-Devel] [PATCH 00/17] atheros: checkpatch fixes

2014-07-20 Thread Florian Fainelli
On Jul 20, 2014 11:27 AM, "Daniel Gimpelevich" < dan...@gimpelevich.san-francisco.ca.us> wrote: > > On Tue, 2014-06-24 at 13:51 -0700, Florian Fainelli wrote: > > 2014-06-24 13:30 GMT-07:00 Daniel Gimpelevich > > : > > > On Tue, 2014-06-24 at 12:38 -0

Re: [OpenWrt-Devel] uClibc-ng

2014-07-21 Thread Florian Fainelli
Hello, (adding uclibc and Bernhard) 2014-07-20 12:13 GMT-07:00 Waldemar Brodkorb : > Hello Embedded Linux Hackers, > > it seems there is no plan to release a new uClibc version. > The current maintainer does not response on any public or private mails > about a plan to do a needed release. Theref

Re: [OpenWrt-Devel] uClibc-ng

2014-07-21 Thread Florian Fainelli
2014-07-21 11:42 GMT-07:00 Thomas Petazzoni : > Dear Florian Fainelli, > > On Mon, 21 Jul 2014 11:23:46 -0700, Florian Fainelli wrote: > >> 2014-07-20 12:13 GMT-07:00 Waldemar Brodkorb : >> > Hello Embedded Linux Hackers, >> > >> > it seems the

Re: [OpenWrt-Devel] [PATCH] valgrind: add x86_64 support

2014-07-29 Thread Florian Fainelli
2014-07-29 0:07 GMT-07:00 Alexandru Ardelean : > --- > openwrt/package/devel/valgrind/Makefile | 17 - > 1 file changed, 12 insertions(+), 5 deletions(-) Your patch is missing a Signed-off-by tag, other than that, this looks good to me. > > diff --git a/openwrt/package/devel/valg

Re: [OpenWrt-Devel] Make phy fixups patch generic

2014-07-30 Thread Florian Fainelli
Hi Sergey, 2014-07-30 15:09 GMT-07:00 Sergey Ryazanov : > Hello Hauke, > > could you move your patch, which fix fixups call [1] from brcm47xx > target to the generic patches, since mvswitch driver suffers from the > same problem? > > 1. > https://dev.openwrt.org/browser/trunk/target/linux/brcm47x

Re: [OpenWrt-Devel] [PATCH 3/3] netifd: GRE tunnel support

2014-08-04 Thread Florian Fainelli
On 07/30/14 04:56, Hans Dedecker wrote: Adds support for gre, gretap, grev6 and grev6tap tunnels This commit breaks the build for earlier kernel versions which do not have a bunch of IFLA_IPTUN_* missing constants, could you provide a fallback definition for these earlier Linux kernels? See

Re: [OpenWrt-Devel] [PATCH 1/2] ar8216: add new phyid 0x004dd043 (ar8326)

2014-08-04 Thread Florian Fainelli
On 07/13/14 22:23, Alexander Couzens wrote: Used in ubiquity nanostation xw boards Missing Signed-off-by tag, please re-submit, the same applies to your second patch in this series. --- target/linux/generic/files/drivers/net/phy/ar8216.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OpenWrt-Devel] uClibc

2014-08-04 Thread Florian Fainelli
On 07/25/14 01:16, smile...@gmail.com wrote: /lib/ld-uClibc.so.0: No such file or directory Hallo guys, have any body a idee for the dependency entry? Where is that message coming from? The build process; running an application on your target? We are missing a lot of context here; please m

Re: [OpenWrt-Devel] [PATCH 3/3] netifd: GRE tunnel support

2014-08-05 Thread Florian Fainelli
On Aug 5, 2014 12:50 AM, "Steven Barth" wrote: > > To be fair I introduced IFLA_IPTUN_ stuff earlier with MAP-encapsulation support. My general impression was that we do not care about <3.10 targets any more. > > So even if Hans provides some patches for GRE it will not help much since MAP-support

Re: [OpenWrt-Devel] [PATCH 3/3] netifd: GRE tunnel support

2014-08-06 Thread Florian Fainelli
Hi Steven, On 08/06/2014 04:27 AM, Steven Barth wrote: > Hi Florian, > > I pushed a netifd revision 77a865b5b3ac476e05ff80f3c10d86686285c0da > which disables > ds-lite, map and gre using ifdefs if IFLA_IPTUN_MAX is not defined in > the kernel headers. > > Could you please check if that does the

Re: [OpenWrt-Devel] Moving all feeds to OpenWrt GitHub organisation

2014-08-10 Thread Florian Fainelli
Hello, Le 10 août 2014 09:44, "Etienne Champetier" a écrit : > > > Le 10 août 2014 18:18, "Stefan Monnier" a écrit : > > > > > > It would be great to have all feeds in one place, on GitHub. > > > > I think making oneself dependent upon a commercial company > > without paying it (i.e. without lev

Re: [OpenWrt-Devel] [PATCH 2/4] lantiq: export soc type

2014-08-11 Thread Florian Fainelli
On 08/11/2014 04:59 AM, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > diff --git > a/target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch > b/target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch > new file mode 100644 > index 000..c

Re: [OpenWrt-Devel] kernel module runtime configuration

2014-08-14 Thread Florian Fainelli
Hello Brent, On 08/14/2014 03:45 PM, Brent Thomson wrote: > Hey all. I'm working on my first Linux kernel module. It's an > adaptation of an hd44780-over-GPIO driver. You can see it here: > > https://github.com/brnt/openwrt-hd44780 > > The driver is working fine, but I'd like to allow the us

Re: [OpenWrt-Devel] [PATCH] at91: USB gadget cleanup

2014-08-18 Thread Florian Fainelli
Hi Owen, On 08/18/2014 10:48 AM, Owen Kirby wrote: > It's been a while since I submitted this to the mailing list. Has anyone > had an opportunity to take a look at this patch? Anything I can do to > help move it forward? I have placed it in patchwork as "Under review", will probably get it commi

Re: [OpenWrt-Devel] [RFC] Fix VLAN on Atheros AR8327N

2014-09-17 Thread Florian Fainelli
On 08/31/2014 10:42 AM, Jiri Pirko wrote: > Sat, Jul 19, 2014 at 09:49:38PM CEST, nolt...@gmail.com wrote: >> Commit 40842 reverted the fix for tagged+untagged VLANs on AR8327: >> https://dev.openwrt.org/changeset/40777 >> https://dev.openwrt.org/changeset/40842 >> >> According to jow, some people

Re: [OpenWrt-Devel] [PATCH] [kernel/brcm2708] fix for raspberry pi b+

2014-09-27 Thread Florian Fainelli
On 09/25/14 06:54, Morris Winkler wrote: I attached a fix for package/kernel/brcm2708-gpu-fw/ that i diffed against 14.07 from git.openwrt.org it just patches the Makefile to download a newer source revision from https://github.com/Hexxeh/rpi-firmware/archive/ i tested that on a raspberry p

Re: [OpenWrt-Devel] some questions/observations about building qemu/malta image

2014-09-29 Thread Florian Fainelli
Hello, (short emails for separate issues do help BTW) On 09/29/2014 03:32 PM, Robert P. J. Day wrote: > > a few questions about things i ran into today trying to build a qemu > malta image using the latest git checkout of openwrt -- some are > admittedly trivial, i just want to make sure i'm u

Re: [OpenWrt-Devel] support for D-Link DNS-320 NAS (Marvell Kirkwood)

2014-10-05 Thread Florian Fainelli
On 10/05/14 13:32, Tivadar Szemethy wrote: Hello, I have created a github fork ( https://github.com/szemtiv/openwrt-dns320.git ) that adds support (selectable as a profile from Marvell Kirkwood) for the DNS-320 NAS. Apart from some trivial stuff (based on existing support fot other Kirkwoods), i

Re: [OpenWrt-Devel] ffmpeg on au1500 --disable-mips32r2

2014-10-13 Thread Florian Fainelli
2014-10-13 9:16 GMT-07:00 Dirk Neukirchen : > On 13.10.2014 17:55, Bruno Randolf wrote: >> Hello again, >> >> ffmpeg tries to automatically enable optimizations for the MIPS >> platform, but for au1500 it automatically enables mips32r2, which this >> CPU does not support. >> >> For now, I could fix

Re: [OpenWrt-Devel] [PATCH] [PATCH V2] [boot] /init: allow easier customisation of ramfs boot.

2014-10-13 Thread Florian Fainelli
2014-10-13 12:44 GMT-07:00 John Crispin : > > On 13/10/2014 00:03, Stephen Parry wrote: >> /init is the first pid 1 process in an initramfs environment. This fix adds >> lines to check for the existence of /bin/ramfsinit or /sbin/ramfsinit and >> exec >> if present. This allows packages to switch

Re: [OpenWrt-Devel] cyassl is causing build errors

2014-10-13 Thread Florian Fainelli
2014-10-13 0:20 GMT-07:00 Alive4Ever : > I've experienced many build errors on bb-14.07 because of cyassl. Is there a build log somewhere that shows these build failures or is just download issues at this point? > > For your information, cyassl can't be downloaded directly from its > official sit

Re: [OpenWrt-Devel] [PATCH] [kernel] kernel: add missing symbols for 3.14

2014-10-16 Thread Florian Fainelli
On 10/14/2014 03:59 AM, John Crispin wrote: > these should really go into the at91 config file. the CONFIG_AT91_* > ones for sure but most likely also the others. The others seems like candidate for the generic kernel config to me, since they are shared by more than one ARM platform. earlyprintk

  1   2   3   4   5   6   7   8   9   10   >