Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-10-29 Thread Florian Fainelli
Le 28/10/2014 11:46, Heiner Kallweit a écrit : After a little more thinking about it and looking at the code I basically have two questions: 1. Is it actually needed to exclude certain phy's in ar8xxx_phy_config_aneg? (At least for AR8327 it doesn't get called with an addr != 0 anyway) Else we

Re: [OpenWrt-Devel] Configuring ethernet auto-negotiation off, setting speeds explicitly

2014-11-12 Thread Florian Fainelli
On Nov 11, 2014 6:09 PM, "Shankar Unni" wrote: > > Our box has to deal with a few broken external switches that don't auto-negotiate properly. (Our box is based on an Intel Rangeley Atom, with the IGB driver for eth0/1, and we're running BB, more or less - tip of the barrier_breaker branch). > > I

Re: [OpenWrt-Devel] [PATCH] kernel: 3.18: Fix kmod-ipt-nat

2014-11-23 Thread Florian Fainelli
Le 07/11/2014 07:20, Maxime Ripard a écrit : > The 3.18 kernel introduced new Kconfig options for the xt_nat and iptable_nat > kernel modules, that both belong to the ipt_nat kernel package. > > Enable this new options. > > Signed-off-by: Maxime Ripard FWIW, applied in r43212. -- Florian __

Re: [OpenWrt-Devel] [PATCH 1/2] kernel: Use defconfig instead of full fledged kernel configuration

2014-11-23 Thread Florian Fainelli
Le 18/11/2014 02:27, Maxime Ripard a écrit : > Hi Felix, > > On Sun, Nov 09, 2014 at 11:54:15AM +0100, Felix Fietkau wrote: >> On 2014-11-07 11:58, Maxime Ripard wrote: >>> Rely on the Kconfig defconfig mechanism to fill all the missing options, >>> instead of needing to set them all in the kernel

Re: [OpenWrt-Devel] [PATCH] kernel: 3.18: Fix patch 644 dependency chain

2014-11-27 Thread Florian Fainelli
Le 07/11/2014 02:56, Maxime Ripard a écrit : > This patch introduces some code that is compiled in whenever > CONFIG_BRIDGE_NETFILTER is built, with the code called from code compiled > under > CONFIG_BRIDGE, CONFIG_BRIDGE_IGMP_SNOOPING or CONFIG_BRIDGE_NF_EBTABLES. > > Unfortunately, these optio

Re: [OpenWrt-Devel] [PATCH 3/3][RFC] ag71xx_ar7240 add new switch func export_netdevs

2014-12-09 Thread Florian Fainelli
Le 9 déc. 2014 11:22, "Alexander Couzens" a écrit : > > export_netdevs will export a net device for every port. These netdev represent a port > with out traffic. > When such a device is broght down via ifconfig the port is shutdown and > vice versa. Carrier sense is working too and ethtool can be

Re: [OpenWrt-Devel] [PATCH 1/3] brcm63xx: add bcm6345-gpio driver

2014-12-15 Thread Florian Fainelli
2014-12-12 6:33 GMT-08:00 Jonas Gorski : > On Fri, Dec 12, 2014 at 3:17 PM, John Crispin wrote: >> >> >> On 12/12/2014 15:12, Jonas Gorski wrote: >>> or the gpio-base problem, we should be able to register appropriate >>> platform data for it as OF_DEV_AUXDATA() in of_platform_populate. >>> >>> e.

Re: [OpenWrt-Devel] [PATCH] ramips: HooToo HT-TM02 factory image generation.

2015-01-09 Thread Florian Fainelli
Le 9 janv. 2015 07:09, "Vittorio G (VittGam)" a écrit : > > Il 09.01.2015 10:48 John Crispin ha scritto: > +mkhootoofw.sh "$(DL_DIR)/hootoo_mtd_writer" "$(call sysupname,$(1),$(2))" "$(call imgname,$(1),$(2))-factory.bin" +endef +BuildFirmware/HooToo8M/initramfs=$(call Buil

Re: [OpenWrt-Devel] QEMU 2.0.0

2015-01-21 Thread Florian Fainelli
On 21/01/15 09:08, Ning Ye wrote: > I am just wondering if anyone maintains QEMU in OpenWRT toolchain. I want > to use QEMU 2.0.0 or later as it fixed VHD virtual disk issues. Of course, > it has dependency on other library which is not simple to upgrade. That's > where I am stuck now. Right,

Re: [OpenWrt-Devel] [PATCH] feeds.conf.default: add dlan feed

2015-01-21 Thread Florian Fainelli
On 29/12/14 13:53, Michael Heimpold wrote: > Since mcs814x/dLAN-USB-Extender profile refers to some packages in this > feed, we should list it here. blogic was asking whether these packages could be moved to the main OpenWrt package feed instead, the answer is no, because they are binary-only pack

Re: [OpenWrt-Devel] How to enable EARLY_PRINTK by default on ARM target?

2015-01-25 Thread Florian Fainelli
Le 14/01/2015 22:54, Rafał Miłecki a écrit : > I wanted bcm53xx kernels to be compiled with EARLY_PRINTK by default. > This is safe, we enable "earlyprintk" using bootargs on tested devices > only. > > So I have config option enabled in default configs: >> grep EARLY_PRINTK target/linux/bcm53xx/co

Re: [OpenWrt-Devel] raspberry pi v3.19

2015-02-09 Thread Florian Fainelli
On Feb 9, 2015 4:25 AM, "John Crispin" wrote: > > Hi, > > i synced our rpi port with the upstream tree on github. it boots and i > can see the coloured palette test pic on the hdmi, however ethernet > fails to come up. i attached a uart just to find out that my rpi is > either broken or i am conne

Re: [OpenWrt-Devel] [PATCH v1 0/7] Add custom TRX header option

2015-02-09 Thread Florian Fainelli
On 09/02/15 08:29, Will Sheppard wrote: > Patchset to essentially add custom TRX header to all firmware produced. > > This is most useful for the Belkin routers from my experience. I'm not > how other trx based firmwares modify the header for their own purposes. > > This is applied across the boa

Re: [OpenWrt-Devel] [PATCH v1 0/7] Add custom TRX header option

2015-02-09 Thread Florian Fainelli
On 09/02/15 13:12, Will Sheppard wrote: > Hi - thanks for review; reply inline > > On 9 February 2015 at 20:52, Florian Fainelli <mailto:flor...@openwrt.org>> wrote: > > On 09/02/15 08:29, Will Sheppard wrote: > > Patchset to essentially add custom TRX h

Re: [OpenWrt-Devel] [PATCH 3/3] b53: create slave devices for ports

2015-02-26 Thread Florian Fainelli
On 25/02/15 07:24, Alexandru Ardelean wrote: > Feature implemented and tested on BCM53128. > > Slave devices logic copied from the Linux kernel from Marvell's DSA > driver ( linux/net/dsa/ ). > Also the logic for the Broadcom tag processing has been copied from there. There are different efforts

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

2019-12-01 Thread Florian Fainelli
On 11/27/2019 7:27 AM, Linus Walleij wrote: > On Wed, Nov 27, 2019 at 4:05 PM Petr Štetiar wrote: > >> what's the state of this? It's not clear from the discussion, thanks. > > Sadly I'm as confused as you are. I'm scratching my head about > what to do. I suspect the problem will only get bigg

Re: [RFC PATCH 0/5] add support mikrotik routerboard hex poe

2022-01-13 Thread Florian Fainelli
On 1/13/2022 9:46 AM, Oskari Lemmelä wrote: Hi, On 1/4/22 23:28, Sander Vanheule wrote: Hi, On Sun, 2021-12-26 at 20:41 +0200, Oskari Lemmela wrote: RFC patchset because of following open questions: --- [...] POE driver is implemented as a kernel module. Every port is separate hwmon dev

Re: bcm63xx kernel 5.10

2022-02-04 Thread Florian Fainelli
On 2/4/2022 9:28 AM, Daniel González Cabanelas wrote: Hi Hauke: El vie, 4 feb 2022 a las 0:48, Hauke Mehrtens () escribió: Hi, We would like to switch the bcm63xx target to kernel 5.10. Paul created a pull request for that: https://github.com/openwrt/openwrt/pull/4616 There is still a prob

Re: bcm63xx kernel 5.10

2022-02-04 Thread Florian Fainelli
On 2/4/2022 10:47 AM, Hauke Mehrtens wrote: On 2/4/22 19:23, Florian Fainelli wrote: On 2/4/2022 9:28 AM, Daniel González Cabanelas wrote: Hi Hauke: El vie, 4 feb 2022 a las 0:48, Hauke Mehrtens () escribió: Hi, We would like to switch the bcm63xx target to kernel 5.10. Paul created a

Re: bcm63xx kernel 5.10

2022-02-04 Thread Florian Fainelli
On 2/4/2022 11:21 AM, Álvaro Fernández Rojas wrote: So the problem is that SET_FEATURES and GET_FEATURES isn’t supported by versions 2.1, 2.2 and 4.0 of the nand controller, which are the ones present on bcm63xx, right? Yes, I suspect this is the problem since I do not see CMD_LOW_LEVEL_OP

Re: bcm63xx kernel 5.10

2022-02-04 Thread Florian Fainelli
On 2/4/2022 2:34 PM, Daniel González Cabanelas wrote: El vie, 4 feb 2022 a las 23:02, Florian Fainelli () escribió: On 2/4/2022 11:21 AM, Álvaro Fernández Rojas wrote: So the problem is that SET_FEATURES and GET_FEATURES isn’t supported by versions 2.1, 2.2 and 4.0 of the nand controller

Re: bcm63xx kernel 5.10

2022-02-04 Thread Florian Fainelli
On 2/4/2022 2:45 PM, Florian Fainelli wrote: On 2/4/2022 2:34 PM, Daniel González Cabanelas wrote: El vie, 4 feb 2022 a las 23:02, Florian Fainelli () escribió: On 2/4/2022 11:21 AM, Álvaro Fernández Rojas wrote: So the problem is that SET_FEATURES and GET_FEATURES isn’t supported by

Re: bcm63xx kernel 5.10

2022-02-04 Thread Florian Fainelli
On 2/4/2022 2:50 PM, Florian Fainelli wrote: On 2/4/2022 2:45 PM, Florian Fainelli wrote: On 2/4/2022 2:34 PM, Daniel González Cabanelas wrote: El vie, 4 feb 2022 a las 23:02, Florian Fainelli () escribió: On 2/4/2022 11:21 AM, Álvaro Fernández Rojas wrote: So the problem is that

Re: bcm63xx kernel 5.10

2022-02-08 Thread Florian Fainelli
On 2/4/2022 2:57 PM, Florian Fainelli wrote: On 2/4/2022 2:50 PM, Florian Fainelli wrote: On 2/4/2022 2:45 PM, Florian Fainelli wrote: On 2/4/2022 2:34 PM, Daniel González Cabanelas wrote: El vie, 4 feb 2022 a las 23:02, Florian Fainelli () escribió: On 2/4/2022 11:21 AM, Álvaro

Re: bcm63xx kernel 5.10

2022-02-14 Thread Florian Fainelli
On 2/14/22 11:07 AM, Hauke Mehrtens wrote: > On 2/4/22 00:48, Hauke Mehrtens wrote: >> Hi, >> >> We would like to switch the bcm63xx target to kernel 5.10. Paul >> created a pull request for that: >> https://github.com/openwrt/openwrt/pull/4616 >> >> There is still a problem with Macronix NAND flas

Reaching out to Greg KH for 6 year LTS kernel versions

2022-08-08 Thread Florian Fainelli
Hi, Greg KH has communicated a few times before on his blog [1] that he is seeking the help of individuals and company to help him maintain the LTS kernels and allow them to be made 6 years instead of just the usual 2 years. 5.10 is a 6 year LTS, but 5.15 is not listed as such, although it c

Re: Reaching out to Greg KH for 6 year LTS kernel versions

2022-08-12 Thread Florian Fainelli
On 8/10/22 15:27, Hauke Mehrtens wrote: On 8/9/22 01:15, Florian Fainelli wrote: Hi, Greg KH has communicated a few times before on his blog [1] that he is seeking the help of individuals and company to help him maintain the LTS kernels and allow them to be made 6 years instead of just the

Re: Reaching out to Greg KH for 6 year LTS kernel versions

2022-08-12 Thread Florian Fainelli
On 8/10/22 13:32, Robert Marko wrote: On Wed, 10 Aug 2022 at 22:30, Philip Prindeville wrote: Not to play the devil's advocate but... do we want old kernels hanging out that long? Besides not encouraging people to update to new releases that mitigate discovered CVE's, we'd also not pick up

Re: Reaching out to Greg KH for 6 year LTS kernel versions

2022-08-12 Thread Florian Fainelli
On 8/12/22 11:09, Robert Marko wrote: On Fri, 12 Aug 2022 at 19:54, Florian Fainelli wrote: On 8/10/22 13:32, Robert Marko wrote: On Wed, 10 Aug 2022 at 22:30, Philip Prindeville wrote: Not to play the devil's advocate but... do we want old kernels hanging out that long? Beside

Re: Reaching out to Greg KH for 6 year LTS kernel versions

2022-08-12 Thread Florian Fainelli
On 8/12/22 13:49, Philip Prindeville wrote: On Aug 12, 2022, at 11:54 AM, Florian Fainelli wrote: One aspect I could see is take for instance a device that is widely popular amongst our user base as was TI's ar7 for instance a while back, and for which we might have done a Linux 5.

Re: Reaching out to Greg KH for 6 year LTS kernel versions

2022-08-12 Thread Florian Fainelli
On 8/12/22 13:28, Robert Marko wrote: On Fri, 12 Aug 2022 at 21:45, Florian Fainelli wrote: On 8/12/22 11:09, Robert Marko wrote: On Fri, 12 Aug 2022 at 19:54, Florian Fainelli wrote: On 8/10/22 13:32, Robert Marko wrote: On Wed, 10 Aug 2022 at 22:30, Philip Prindeville wrote: Not to

Re: DSA Mini-tutorial still marked as Work In Progress

2022-09-06 Thread Florian Fainelli
On 9/4/2022 2:32 PM, Arınç ÜNAL wrote: Hi Rich, On 4.09.2022 17:58, Rich Brown wrote: Folks, The DSA Mini-tutorial on the Wiki (https://openwrt.org/docs/guide-user/network/dsa/dsa-mini-tutorial) is still marked as a "Work In Progress" I should know - I wrote this up as we were getting re

Re: DSA Mini-tutorial still marked as Work In Progress

2022-09-07 Thread Florian Fainelli
On 9/7/2022 3:17 PM, David Lang wrote: with DSA, do you HAVE to go through the cpu interface and kernel to bridge different ports on the switch? or can you still do vlan routing inside the switch? DSA offloads the bridge to the switch hardware, so if the hardware switch can do its job and f

Re: DSA Mini-tutorial still marked as Work In Progress

2022-09-07 Thread Florian Fainelli
On 9/7/2022 3:00 PM, Sebastian Moeller wrote: Hi Jo, I was under the impression* that bridge-vlan filtering is something that can be relegated to the switch hardware, while creating a bridge between VLAN interfaces happens in software. Is that wrong? It is incorrect. DSA offloads the brid

Re: Unloading unused kernel modules (NAT speed)

2023-02-03 Thread Florian Fainelli
On 2/3/23 08:18, Rafał Miłecki wrote: Another step in my NAT performance debugging. I realized that my OpenWrt 21.02 based bcm53xx builds can't reach 940 Mb/s because I have qos-scripts installed. It happens even with QoS interface disabled: qos.wan.enabled='0' and with QoS disabled in general:

Re: Question re DeviceTree addressing

2023-04-03 Thread Florian Fainelli
On 4/3/2023 7:00 AM, Caleb James DeLisle wrote: Hello folks, I've been working on trying to port an en7526 and in doing so I'm trying to learn how to at least partially write a DTS file from an old style header full of #defines. I ran into a bit of a quandry, I'm comparing the mt7621.dtsi

Re: [OpenWrt-Devel] [hard floating point]

2013-02-18 Thread Florian Fainelli
On Sun, Feb 17, 2013 at 2:32 PM, Florian Fainelli mailto:flor...@openwrt.org>> wrote: Hello Alberich, Le 17/02/2013 14:26, Alberich de megres a écrit : Hello, I'm trying to compile openwrt for an ARM using an external

Re: [OpenWrt-Devel] Compiling kernel modules with debugging symbols

2013-02-18 Thread Florian Fainelli
Hello Siva, On 02/18/2013 05:11 AM, Sivateja Patibandla wrote: Hi, I'm using attitude adjustment latest stable release. And I'm trying to compile the kernel modules with debugging symbols enables so that I could load the kernel module in gdb. In the menuconfig although I checked "Compile the pa

Re: [OpenWrt-Devel] [PATCH] libqmi: no need to enable traces explicitly

2013-02-18 Thread Florian Fainelli
On 02/11/2013 01:17 PM, Aleksander Morgado wrote: Traces are always built now, and can be enabled/disabled with 'qmi_utils_set_traces_enabled()'. Signed-off-by: Aleksander Morgado Applied in r35653, thanks! -- Florian ___ openwrt-devel mailing lis

Re: [OpenWrt-Devel] [PATCH] [packages] libqmi: include pkg-config file in InstallDev

2013-02-18 Thread Florian Fainelli
On 02/13/2013 01:56 PM, Aleksander Morgado wrote: Signed-off-by: Aleksander Morgado Applied in r35654, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [packages] libjpeg-turbo: add package for test utils, move appropriate targets there

2013-02-18 Thread Florian Fainelli
On 01/19/2013 08:09 PM, Russell Senior wrote: Trying to figure out where jpeggut came from, found a) that it was a typo and b) that it was renamed in r643 from jpegut to tjunittest. In the same revision, jpegtest became tjbench, and later in r733, jcstest was added to test jpeg color space ex

Re: [OpenWrt-Devel] [PATCH] [packages] Fix lib mysql sources list

2013-02-18 Thread Florian Fainelli
On 02/12/2013 05:49 PM, Infactum wrote: All source mirrors in current feed seems to be unavaliable. Patch adds official mysql repo. Signed-off-by: Yegor Ivanov Applied in r35656, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@list

Re: [OpenWrt-Devel] [PATCH] [packages] muninlite: fix getting bridge data

2013-02-18 Thread Florian Fainelli
On 01/25/2013 07:47 PM, Luca Dariz wrote: This patch fix a bug while getting data for interfaces like br-lan, pppoa-wan. Signed-off-by: Luca Dariz Applied in r35657, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 05/13] Migrate au1000 platform to common led helper functions

2013-02-18 Thread Florian Fainelli
On 02/17/2013 09:53 PM, Michael Heimpold wrote: Signed-off-by: Michael Heimpold Applied, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 03/13] Migrate ar7 platform to common led helper functions

2013-02-18 Thread Florian Fainelli
On 02/17/2013 09:53 PM, Michael Heimpold wrote: Signed-off-by: Michael Heimpold Applied, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 07/13] Migrate brcm63xx platform to common led helper functions

2013-02-18 Thread Florian Fainelli
On 02/17/2013 09:53 PM, Michael Heimpold wrote: Signed-off-by: Michael Heimpold Applied, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 12/13] Migrate rb532 platform to common led helper functions

2013-02-18 Thread Florian Fainelli
On 02/17/2013 09:53 PM, Michael Heimpold wrote: Signed-off-by: Michael Heimpold Applied, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 09/13] Migrate cobalt platform to common led helper functions

2013-02-18 Thread Florian Fainelli
On 02/17/2013 09:53 PM, Michael Heimpold wrote: Signed-off-by: Michael Heimpold Applied, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 13/13] Migrate rdc to common led helper functions

2013-02-18 Thread Florian Fainelli
On 02/17/2013 09:53 PM, Michael Heimpold wrote: Signed-off-by: Michael Heimpold Applied, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Linksys E4200v1 Support

2013-02-19 Thread Florian Fainelli
Hello Tijs, On 02/19/2013 10:54 AM, Tijs Van Buggenhout wrote: [snip] CFE> boot -tftp -elf 192.168.1.113:openwrt-brcm47xx-vmlinux.elf Loader:elf Filesys:tftp Dev:eth0 File:192.168.1.113:openwrt-brcm47xx-vmlinux.elf Options:(null) Loading: 0x80001000/6802772 0x8067dd54/234764 Entry at 0x80251

Re: [OpenWrt-Devel] [RFC] [atheros] move to linux kernel v3.8

2013-02-19 Thread Florian Fainelli
Hello Russell, On 02/19/2013 11:46 AM, Russell Senior wrote: This doesn't quite build yet. There are two (known) problems: a) drivers/mtd/devices/ar2315.c: In function 'spiflash_probe': drivers/mtd/devices/ar2315.c:456:5: error: 'struct mtd_info' has no member named 'erase' drive

Re: [OpenWrt-Devel] [hard floating point]

2013-02-19 Thread Florian Fainelli
Hello, On 02/18/2013 09:20 PM, Alberich de megres wrote: Hello again, I was looking on how the kernel build works. All error happened when building the kernel at: oldconfig prepare scripts, and modules. The first one is defined into the include/kernel-defaults.mk , wh

Re: [OpenWrt-Devel] [hard floating point]

2013-02-20 Thread Florian Fainelli
Hello Alberich, On 02/19/2013 04:06 PM, Alberich de megres wrote: Hi FLorian, The board contains a Broadcom SoC similar to the one in the raspberry pi (not the same), we have a kernel working for it, but when tryingo to port the openwrt all blowed up. For the moment I did: (it is a work in pro

Re: [OpenWrt-Devel] [hard floating point]

2013-02-20 Thread Florian Fainelli
Hello Alberich, On 02/20/2013 02:46 PM, Alberich de megres wrote: Hi Florian, I think you are right: the point is the toolchain. At the moment we could not release anything. The toolchain targets a normal glibc, I was expecting buildroot would interpert it, or at least give the oportunity to us

Re: [OpenWrt-Devel] [hard floating point]

2013-02-20 Thread Florian Fainelli
Alberich, On 02/20/2013 03:53 PM, Florian Fainelli wrote: Hello Alberich, On 02/20/2013 02:46 PM, Alberich de megres wrote: Hi Florian, I think you are right: the point is the toolchain. At the moment we could not release anything. The toolchain targets a normal glibc, I was expecting

Re: [OpenWrt-Devel] [PATCHv2][orion] Add support for 3.7

2013-02-25 Thread Florian Fainelli
On 02/25/2013 11:05 AM, Imre Kaloz wrote: Hi, On Sat, 23 Feb 2013 16:29:20 +0100, Maarten Bezemer wrote: It seems that Imre Kaloz (the target maintainer) is not available? Is it possible that the patch gets reviewed/committed by someone else? Orion will be moved to DT, so 3.7 support won't

Re: [OpenWrt-Devel] More clever building system: noticing new patches

2013-02-27 Thread Florian Fainelli
On 02/26/2013 07:45 PM, Rafał Miłecki wrote: I've added new patch to my OpenWrt building directory: target/linux/generic/patches-3.8/027-bcma-ignore-extra-GMAC-cores-on-BCM4706.patch Unfortunately executing "make" didn't make OpenWrt use it. It was silently ignored, as I've noticed later that it

Re: [OpenWrt-Devel] More clever building system: noticing new patches

2013-02-27 Thread Florian Fainelli
On 02/27/2013 11:34 AM, Matthijs Kooijman wrote: Hi Florian, I would rather we do not change this, as it breaks the following workflow: - start the initial kernel build - create a new patch using quilt in build_dir/target-*/linux-*/linux-*/ - go through the round of building/testing/changing -

Re: [OpenWrt-Devel] [PATCH] Add support for PMC PM25LQ032 SPI Flash in m25p80.c

2013-02-27 Thread Florian Fainelli
Hello, On 01/31/2013 11:25 AM, Michel Stempin wrote: Hi John, Le 31/01/2013 09:07, John Crispin a écrit : Hi, please also send this patch upstream to the mtd list Ok, but I can't find any upstream patch for the surrounding PMC devices (pm25lv512 and pm25lv010) commited by jogo in revision 2

Re: [OpenWrt-Devel] Maintainer address not reachable [Was: [PATCH] net/freeswitch: Make upstream-defaults package installable]

2013-02-27 Thread Florian Fainelli
Hello, On 01/31/2013 09:11 PM, Uwe Kleine-König wrote: Hello, I just got a mailer daemon notice that open...@slickdeals.endjunk.com didn't get this mail because the mail server for its domain couldn't be connected by mine. Who cares for the patch then? Can you try to reach mazilo over IRC to

Re: [OpenWrt-Devel] EXTERNAL_KERNEL_TREE change ignored

2013-02-27 Thread Florian Fainelli
Hello, On 02/27/2013 06:48 PM, Rafał Miłecki wrote: 2012/9/17 Rafał Miłecki : For development purposes I had to switch to another kernel tree. I use EXTERNAL_KERNEL_TREE, so I just entered "make menuconfig" and changed this option. Unfortunately OpenWRT ignored my change. After loosing some ti

Re: [OpenWrt-Devel] [PATCH trunk 2/2] net/freeswitch: depend on libjpeg-turbo instead of libjpeg

2013-02-28 Thread Florian Fainelli
On 02/28/2013 10:03 AM, Uwe Kleine-König wrote: (added a few people to Cc that were involved with libjpeg-turbo up to now) On Tue, Feb 26, 2013 at 11:43:47AM +0100, Uwe Kleine-König wrote: Without this I get: Package freeswitch is missing dependencies for the following libraries:

Re: [OpenWrt-Devel] [PATCH] [packages] Add func_base64 support in Asterisk 11.x

2013-03-11 Thread Florian Fainelli
On 02/12/2013 05:19 PM, Infactum wrote: Patch add support of func_base64 in Asterisk 11.x feed. Tested for successfull compilation and work. Signed-off-by: Yegor Ivanov Applied in r35954, thanks! -- Florian ___ openwrt-devel mailing list openwrt-d

Re: [OpenWrt-Devel] [PATCH] [packages] php4: add compatibility fix for gmp

2013-03-11 Thread Florian Fainelli
On 02/24/2013 01:26 PM, Russell Senior wrote: gmp modified some if it's internal constants, in particular __GMP_BITS_PER_MP_LIMB. Added a patch to substitute GMP_LIMB_BITS. Also bumped release number and copyright date. Signed-off-by: Russell Senior Applied in r35955, thanks! -- Florian

Re: [OpenWrt-Devel] [PATCH] net-snmp: don't hardcode endianness

2013-03-11 Thread Florian Fainelli
On 02/25/2013 02:19 PM, Jonh Wendell wrote: instead of using 'little' hardcoded, rely on the config I recommend to backport this fix to AA, once this bug prevents MD5 authentication in protocol v3. Signed-off-by: Jonh Wendell mailto:jonh.wend...@oiwifi.com.br>> Applied in r35956, thanks! --

Re: [OpenWrt-Devel] [PATCHv2] [packages] bridge-utils: fix a struct in6_addr reference

2013-03-13 Thread Florian Fainelli
Le 02/27/13 20:45, Russell Senior a écrit : Bridge-utils uses kernel headers. Linux 3.8 has a header, include/uapi/linux/if_bridge.h that uses a struct in6_addr but doesn't define it. The trivial seeming fix of including the header that does define it causes more problems. The problem was d

Re: [OpenWrt-Devel] [PATCH] Update OpenSSL to 1.0.1e, fix Cisco DTLS.

2013-03-19 Thread Florian Fainelli
Le 02/18/13 00:13, David Woodhouse a écrit : On Thu, 2013-02-14 at 13:57 +0100, Florian Fainelli wrote: On 02/14/2013 12:22 AM, David Woodhouse wrote: 1.0.1d had a rushed fix for CVE-2013-0169 which broke in certain circumstances. 1.0.1e has the fix for TLS. Also include a further patch

Re: [OpenWrt-Devel] musl status

2013-03-22 Thread Florian Fainelli
Hello, Le 03/21/13 19:22, Etienne Champetier a écrit : Hi Is openwrt working with musl libc (u-boot-2013.01.01 doesn't compile in latest trunk) or is it a work in progress OpenWrt works for a limited set of packages in trunk/package when using musl. I have only tested the realview and malta

Re: [OpenWrt-Devel] uclibc++ on FreeBSD

2013-03-22 Thread Florian Fainelli
Le 03/11/13 14:51, Waldemar Brodkorb a écrit : Hi, need to unset make to cross-compile with gmake under FreeBSD. Signed-off-by: Waldemar Brodkorb Applied in r36104, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] ipv6/send use flex instead of lex

2013-03-22 Thread Florian Fainelli
Le 03/11/13 15:42, Waldemar Brodkorb a écrit : Hi, flex is build as a tool inside the build system, so use it. Signed-off-by: Waldemar Brodkorb Applied in r36105, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org h

Re: [OpenWrt-Devel] [PATCH] [packages] FIX: zsh would use gdbm if available, failing packaging checks.

2013-03-22 Thread Florian Fainelli
Le 03/13/13 15:05, Francisco Borges a écrit : Signed-off-by: Francisco Borges Applied in r36106, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Sysupgrade fail with eglibc (/lib/ld.so.1 not copied)

2013-03-22 Thread Florian Fainelli
Le 02/18/13 00:57, Etienne Champetier a écrit : Hi With eglibc, "ldd busybox" give us libcrypt.so.1 => /lib/libcrypt.so.1 (0x774be000) libm.so.6 => /lib/libm.so.6 (0x773e4000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x773c) libc.so.6 => /lib/libc.so.6 (0x77276000) /li

Re: [OpenWrt-Devel] [PATCH] [toolchain] gdb: update to 7.5-2012.12-1

2013-03-22 Thread Florian Fainelli
Le 03/12/13 02:30, Daniel Golle a écrit : Signed-off-by: Daniel Golle Applied in r36108, thanks Daniel! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [toolchain] Stop generating a broken symlink in TOOLCHAIN_DIR/lib

2013-03-22 Thread Florian Fainelli
Le samedi 23 mars 2013 00:21:38, John Szakmeister a écrit : > On Thu, Feb 28, 2013 at 5:03 AM, John Szakmeister wrote: > > It turns out that the symlink may exists already by the time the > > toolchain Makefile gets an opportunity to run. While we asked to > > replace the target, ln doesn't do s

Re: [OpenWrt-Devel] will AA ever get out of RC status?

2013-03-28 Thread Florian Fainelli
Hello, Le 03/28/13 14:15, David Woodhouse a écrit : On Thu, 2013-03-28 at 14:12 +0100, Manuel Munz wrote: The fact that the AA branch is frozen since 9 days or so makes me a bit optimistic that there might be a release coming. Not too much optimism, but it could be that it finally comes out ;)

Re: [OpenWrt-Devel] [PATCH][toolchain] eglibc/2.17: add missing ld-search-paths patch

2013-03-29 Thread Florian Fainelli
Le 03/27/13 22:57, Etienne Champetier a écrit : Hi this patch is a copy of trunk/toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch in trunk/toolchain/eglibc/patches/2.17/200-add-ld-search-paths.patch please use svn copy instead of applying it (like in https://dev.openwrt.org/changes

Re: [OpenWrt-Devel] [PATCH 0/5][mips16] Minimal patches for userspace mips16

2013-04-03 Thread Florian Fainelli
Hello Jay, Le 03/04/2013 22:30, Jay Carlson a écrit : I've wanted to do userspace mips16 since around 2002. I've generated a minimum changeset needed to get basic OpenWrt+luci running. This boots and runs on mips/mipsel malta qemu, mipsel malta Imperas sim, and a D-Link DIR-601-A1. It has not be

Re: [OpenWrt-Devel] [PATCH 0/5][mips16] Minimal patches for userspace mips16

2013-04-05 Thread Florian Fainelli
Hello Jay, Le 04/03/13 22:30, Jay Carlson a écrit : I've wanted to do userspace mips16 since around 2002. I've generated a minimum changeset needed to get basic OpenWrt+luci running. This boots and runs on mips/mipsel malta qemu, mipsel malta Imperas sim, and a D-Link DIR-601-A1. It has not been

Re: [OpenWrt-Devel] [PATCH 1/2] mpc85xx: Add P1020RDB board support

2013-04-09 Thread Florian Fainelli
Le 04/09/13 10:08, Helmut Schaa a écrit : Signed-off-by: Helmut Schaa --- Or should we just enable all boards that are available in mainline instead of enabling them one by one? One by one sounds like there will be some kind of live testing at least, while if we enable them all it sounds

Re: [OpenWrt-Devel] [PATCH] Add support for PMC PM25LQ032 SPI Flash in m25p80.c

2013-04-09 Thread Florian Fainelli
Le 04/04/13 12:56, Michel Stempin a écrit : Le 27/02/2013 13:46, Jonas Gorski a écrit : On 27 February 2013 13:25, Florian Fainelli wrote: Hello, On 01/31/2013 11:25 AM, Michel Stempin wrote: Hi John, Le 31/01/2013 09:07, John Crispin a écrit : Hi, please also send this patch

Re: [OpenWrt-Devel] implement modprobe

2013-04-12 Thread Florian Fainelli
Hello, Le 04/12/13 17:37, Jonh Wendell a écrit : 2013/4/12 Thomas Heil mailto:h...@terminal-consulting.de>> Hi, Here are two files that implement modprobe for OpenWrt. Comments are welcome! hi. we already have modprobe in busybox, haven't you seen it? busybox's modprobe requir

Re: [OpenWrt-Devel] Has anyone ported the openwrt on beaglebone?

2013-06-23 Thread Florian Fainelli
Hi, Le 23/06/2013 12:58, Jacek Kikiewicz a écrit : I can see you are running kernel from memory. I had similar problem when doing this. I'd advice two things to start with: 1. Flash kernel somewhere and try to run it from there OR 2. Put it into different spot in memory and then try booting (I h

Re: [OpenWrt-Devel] Help with DTS file

2013-06-24 Thread Florian Fainelli
2013/6/24 jonsm...@gmail.com : > On Sun, Jun 23, 2013 at 5:50 PM, Flávio Silveira wrote: >> Good evening, >> >> I'm trying to create a dts file for my router which is not supported yet >> and I'm stuck on the definition of partitions. >> >> Do I have to follow the same as stock firmware? >> >>

Re: [OpenWrt-Devel] Help with DTS file

2013-06-24 Thread Florian Fainelli
2013/6/24 jonsm...@gmail.com : > On Mon, Jun 24, 2013 at 4:53 AM, Florian Fainelli wrote: >> 2013/6/24 jonsm...@gmail.com : >>> On Sun, Jun 23, 2013 at 5:50 PM, Flávio Silveira wrote: >>>> Good evening, >>>> >>>> I'm trying to create a

Re: [OpenWrt-Devel] Has anyone ported the openwrt on beaglebone?

2013-06-24 Thread Florian Fainelli
2013/6/24 Artur Wronowski : > I have enabled earlyprink and this not help. I think there is a > problem with toolchain or somethink else. Are you sure that you also enabled low-level debugging? I would rather suspect a kernel configuration issue, or a memory configuration issue. ARM kernels have

Re: [OpenWrt-Devel] [PATCH] mklibs: Fix mklibs usage when libs reside in subdirs

2013-06-26 Thread Florian Fainelli
2013/6/26 Helmut Schaa : > On Tue, Jun 25, 2013 at 10:49 AM, Helmut Schaa > wrote: >> - -L /lib \ >> - -L /usr/lib \ >> - -L /usr/lib/ebtables \ >> + `cat $(TMP_DIR)/mklibs-libs | xargs dirname | uniq | sed >> 's:^$(STAGING_DIR_ROOT):-L :'`

Re: [OpenWrt-Devel] port openwrt to BCM4706

2013-07-11 Thread Florian Fainelli
Hello Jonathan, Le jeudi 11 juillet 2013 14:22:25 Jonathan Bagg a écrit : > Anyone interested in porting openwrt to an AP based on a BCM4706? We > will compensate you and ship the hardware to your location. Current > software uses the Broadcom proprietary driver. Wifi chipset is 2x BCM4331. I th

Re: [OpenWrt-Devel] [PATCH] Install ip_tunnel module if other modules need it.

2013-07-18 Thread Florian Fainelli
Hello, Le 18 juil. 2013 05:45, "Nikolay Martynov" a écrit : > > In 3.10 new ip_tunnel module has been created which is used by sit, ipip, gre. > Define ip_tunnel in Kernel Modules config menu and add appropriate dependencies. There is no dependency between kmod-ip_tunnel and Linux 3.10, will tha

Re: [OpenWrt-Devel] Ethernet performance for transfers between VLANs (bcm47xx)

2013-08-08 Thread Florian Fainelli
Hello Rafal, Le jeudi 8 août 2013 22:06:03 Rafał Miłecki a écrit : > Hey, > > I was doing some tests of ethernet performance on Broadcom's SoCs and > I may need your advise on that. > > As you know transfers between separated VLANs aren't really nice for > the CPU. Linux has to receive packets,

Re: [OpenWrt-Devel] [PATCH] mcs814x: enable POSIX file locking

2013-08-09 Thread Florian Fainelli
Le vendredi 9 août 2013 00:42:17 Michael Heimpold a écrit : > opkg (and possible other tools) are currently broken as it requires > file locking support enabled in the kernel. > Without this results in a message like: > > root@OpenWrt:/etc/config# opkg update > Collected errors: > * opkg_conf_loa

Re: [OpenWrt-Devel] Ethernet performance for transfers between VLANs (bcm47xx)

2013-08-13 Thread Florian Fainelli
2013/8/11 Rafał Miłecki : > 2013/8/9 Florian Fainelli : >> I think you might want to run "perf top" and run a relatively long >> transfer, say 60 seconds and see what comes up above 5%. On the MIPS >> platforms that I work with, doing checksum calculation was quite &

Re: [OpenWrt-Devel] Ethernet performance for transfers between VLANs (bcm47xx)

2013-08-14 Thread Florian Fainelli
2013/8/14 Hauke Mehrtens : > On 08/08/2013 10:06 PM, Rafał Miłecki wrote: >> Hey, >> >> I was doing some tests of ethernet performance on Broadcom's SoCs and >> I may need your advise on that. >> >> As you know transfers between separated VLANs aren't really nice for >> the CPU. Linux has to receiv

Re: [OpenWrt-Devel] [RFH][PATCH] perf: package for perf kernel tool

2013-08-14 Thread Florian Fainelli
Hello, Le jeudi 15 août 2013 00:15:47 Rafał Miłecki a écrit : > --- > Hey guys, > > I'm pretty sure some of you have such package already written, but I > couldn't find it, so started writing it by myself. You can find it here: https://dev.openwrt.org/browser/packages/devel/perf ./scripts/feeds

Re: [OpenWrt-Devel] [RFC] BCM6368 an FPU emulation problems.

2013-08-15 Thread Florian Fainelli
Le jeudi 15 août 2013 21:18:53 José Vázquez a écrit : > 2013/8/11, José Vázquez : > > Still we have problems with rootfs_data partition if some openwrt and > > kernel options are changed or added. > > Because nobody answered i decided to blind shooting after reading all > > the info i've could find

Re: [OpenWrt-Devel] Failing x86 builds with eglibc

2013-08-31 Thread Florian Fainelli
2013/8/31 Dirk Neukirchen : > On 31.08.2013 01:28, Philip A. Prindeville wrote: >> make --jobserver-fds=3,4 -j subdir=csu -C csu ..=../ subdir_lib >> make[6]: Entering directory >> `/home/philipp/openwrt2/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc/csu' >> make[6]:

Re: [OpenWrt-Devel] Failing x86 builds with eglibc

2013-09-01 Thread Florian Fainelli
2013/8/31 Sedat Dilek : > On Sat, Aug 31, 2013 at 12:35 PM, Florian Fainelli > wrote: >> 2013/8/31 Dirk Neukirchen : >>> On 31.08.2013 01:28, Philip A. Prindeville wrote: >>>> make --jobserver-fds=3,4 -j subdir=csu -C csu ..=../ subdir_lib >>>> mak

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2013-09-01 Thread Florian Fainelli
Hello, 2013/9/1 José Vázquez : > Each time i select block-mount some config files in /etc appeared > renamed after first reboot. The file content remains unchanged. > - Fresh install: > /etc/config: > 6relayd dropbear fstab network ucitrack wireless > dhcp firewall luci system

Re: [OpenWrt-Devel] [PATCH] build scripts: fix 'make defconfig' damage

2013-09-02 Thread Florian Fainelli
Le mercredi 28 août 2013 14:31:28 Philip A. Prindeville a écrit : > Looking at the target 'defconfig' in include/toplevel, it doesn't directly > reference $(HOME)/.openwrt/defconfig nor does it reference any > prerequisites using it as a target. > > Therefore, building "defconfig" as a target uses

Re: [OpenWrt-Devel] [PATCH] dlan-usb-extender: fix usbdev trigger

2013-09-02 Thread Florian Fainelli
Le mercredi 28 août 2013 20:57:31 Michael Heimpold a écrit : > Every device I connect to the USB port is detected as 2-1, not 1-1. > So adjust the default setting accordingly. > > Signed-off-by: Michael Heimpold Applied in r37882, thanks! -- Florian _

Re: [OpenWrt-Devel] [PATCH] [scripts] scripts/feeds: ensure that --ff is enabled

2013-09-02 Thread Florian Fainelli
Le mercredi 3 juillet 2013 15:32:21 John Szakmeister a écrit : > Users may have merge.ff set to false, which will force merge commits to > be generated. The intent here is to have a fast-forward merge when > possible, so let's make sure fast-forwards are enabled. > > Signed-off-by: John Szakmeist

<    1   2   3   4   5   6   7   8   9   10   >