Re: [OpenWrt-Devel] [PATCH] FFmpeg 0.8.12 Version Bump

2013-01-18 Thread Florian Fainelli
On 12/30/2012 09:47 AM, Ian Leonard wrote: Signed-off-by: Ian Leonard --- This should also be a candidate for AA Applied in r35234, thanks Ian! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mail

Re: [OpenWrt-Devel] eglibc/i2c-tools broken ?

2013-01-18 Thread Florian Fainelli
On 01/18/2013 01:33 PM, shazz wrote: the error seems to come from a modification occured in target-mips_r2_eglibc-2.16/linux-ar71xx_generic/linux-3.7.2/include/linux/i2c.h Can someone help me to find which commit has touched this file ? It must have been a un upstream patch, I don't see any of

Re: [OpenWrt-Devel] OpenWRT pull request php5 updates

2013-01-21 Thread Florian Fainelli
Hey Michael, On 01/19/2013 10:58 AM, Michael Heimpold wrote: Hi Florian, please have a look my openwrt-packages php5 branch on GitHub: https://github.com/mhei/openwrt-packages/commits/php5. I not sure whether there still exists any compile time problems (not sure whether you still remember), o

Re: [OpenWrt-Devel] [PATCH][generic] Fix GigaDevice GD25Q32/GD25Q64 SPI Flash bad commit

2013-01-29 Thread Florian Fainelli
On 01/29/2013 01:52 AM, Álvaro Fernández Rojas wrote: Fix GigaDevice GD25Q32/GD25Q64 SPI Flash bad commit. The patch was added to "linux/generic/patches-3.6" instead of "target/linux/generic/patches-3.6". I also fixed a missing patch space and refreshed generic patches. Signed-off-by: Álvaro

Re: [OpenWrt-Devel] [brcm63xx] Re: source code / disassembler / decompiler

2013-01-31 Thread Florian Fainelli
On 01/31/2013 04:55 PM, Bastian Bittorf wrote: * Daniel Gimpelevich [31.01.2013 16:47]: You mean the days before this? http://en.wikipedia.org/wiki/Bowers_v._Baystate_Technologies Any such effort to do this would need to be using the "clean-room" hmmm, correct me but the drivers are GPL l

Re: [OpenWrt-Devel] [brcm63xx] Re: source code for the device dsl-2730u

2013-01-31 Thread Florian Fainelli
On 01/31/2013 05:22 AM, Daniel Gimpelevich wrote: On Thu, 2013-01-31 at 04:12 +, NUCLEAR WAR wrote: This is the source code for the device dsl-2730u kernel Ver

Re: [OpenWrt-Devel] acx-mac80211 (was Re: [brcm63xx] Re: source code / disassembler / decompiler)

2013-01-31 Thread Florian Fainelli
On 01/31/2013 05:58 PM, Christoph Thielecke wrote: Hello, I would be become happy if acx100 (http://acx100.sourceforge.net/, driver for TNETW1130 (ACX111) / TNETW1100 (ACX100) / TNETW1450) would be a clean gpl source and ready to integrate into mainline. This driver has same problem :( It i

Re: [OpenWrt-Devel] How does OpenWRT start "network"?

2013-02-07 Thread Florian Fainelli
Le jeudi 07 février 2013 22:37:36, Hauke Mehrtens a écrit : > On 02/07/2013 06:50 PM, Rafał Miłecki wrote: > > 2013/2/7 Rafał Miłecki : > >> The problem is that in failsafe my ethernet driver works fine (I can > >> ping router and the other way), but in normal mode (with virtual > >> interfaces) it

Re: [OpenWrt-Devel] ping to the list

2013-02-08 Thread Florian Fainelli
On 02/08/2013 10:46 AM, Saverio Proto wrote: Hello list, do you get this email ? I got some bounces to my emails to the list from Mailer Demon of Google with this reason: The recipient server did not accept our requests to connect. Learn more at http://support.google.com/mail/bin/answer.py?ans

Re: [OpenWrt-Devel] How does OpenWRT start "network"?

2013-02-08 Thread Florian Fainelli
Rafal, On 02/08/2013 11:02 AM, Rafał Miłecki wrote: 2013/2/8 Rafał Miłecki : 2013/2/7 Florian Fainelli : Another thing you might want to check, is to ensure that your driver accepts and correctly processes ethernet frames with a vlan tag (especially enough room was made for the incoming skb

Re: [OpenWrt-Devel] Packets from eth0.0 (VLAN tagged) ignored? (was: How does OpenWRT start "network"?)

2013-02-11 Thread Florian Fainelli
Hello Rafal, On 02/11/2013 01:05 PM, Rafał Miłecki wrote: I've added/fixed switch driver for my BCM4706 and now my bgmac driver seems to receive VLAN-tagged packets. I believe that "08 06 00 01" is VLAN 1 tag (08 06 0V ID). That is ARP ethertype (0x0806) and then Hardware type (0x0001), I don'

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

2013-02-12 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. We already received your two previous messages, no need to resend a third time. If you want to make sure your message reached the mailing-list, you can

Re: [OpenWrt-Devel] [PATCH 1/2] uClibc: enable utmpx

2013-02-13 Thread Florian Fainelli
Hello, On 02/13/2013 09:21 AM, Aleksander Morgado wrote: Needed for systemd-udev compilation. When you enable such a feature system-wide for all platforms, it might be a good thing to also get some figures about the size increase of the shared object file. I also wonder if this is not going

Re: [OpenWrt-Devel] [PATCH 2/2] uClibc: enable SSP

2013-02-13 Thread Florian Fainelli
On 02/13/2013 09:21 AM, Aleksander Morgado wrote: Needed for systemd-udev compilation. Why would we need this at all? I would rather you teach systemd-udev about the availability of ssp. Signed-off-by: Aleksander Morgado --- toolchain/uClibc/config-0.9.33.2/common | 2 +- 1 file chan

Re: [OpenWrt-Devel] udev/libudev update

2013-02-13 Thread Florian Fainelli
Hi, On 02/11/2013 09:04 PM, Aleksander Morgado wrote: Hey, I'm trying to prepare an update of udev/libudev to latest upstream. As you may already know, udev/libudev sources are now within systemd. I'm not fully sure how to handle this issue; so I'm hoping to get some advice here. Comments welco

Re: [OpenWrt-Devel] Linksys E4200v1 Support

2013-02-14 Thread Florian Fainelli
Hello, On 02/14/2013 09:39 AM, Tijs Van Buggenhout wrote: [snip] Device eth0: hwaddr 00-00-00-00-00-00, ipaddr 192.168.1.1, mask 255.255.255.0 gateway not set, nameserver not set cfe_led_init: start to set power LED and switch LEDs. Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null) L

Re: [OpenWrt-Devel] [PATCH] Update openconnect to 4.08 (CVE-2012-6128)

2013-02-14 Thread Florian Fainelli
On 02/14/2013 12:41 AM, David Woodhouse wrote: Signed-off-by: David Woodhouse Applied in r35599, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

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

2013-02-14 Thread Florian Fainelli
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 from the 1.0.1 branch which fixes the breakage this introduced for Cisco's outdated pre-standard version of D

Re: [OpenWrt-Devel] [PATCH] Update config-3.7 for x86 (turn off CONFIG_GPIO_ICH)

2013-02-14 Thread Florian Fainelli
On 02/14/2013 12:23 AM, David Woodhouse wrote: Signed-off-by: David Woodhouse Applied in r35601, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] hotplug2 not building with eglibc 2.15 (trunk not building)

2013-02-15 Thread Florian Fainelli
On 02/14/2013 08:26 PM, Etienne Champetier wrote: Thanks. I've tested but it's a dependency problem (see my other mail on the list) Fixed with r35608 -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] Allow hotplug2 to build with EGLIBC (dependency problem)

2013-02-15 Thread Florian Fainelli
On 02/14/2013 08:30 PM, Etienne Champetier wrote: Hi Another version Please apply it, it prevent a fresh trunk from building with eglibc Signed-off-by: Etienne CHAMPETIER Applied a different version in r35608, thanks! -- Florian ___ openwrt-devel m

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

2013-02-17 Thread Florian Fainelli
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 toolchain with hardfp. When openwrt buildroot is compiling the kernel, at the oldconfig prepare scripts i'm getting this error: arm-hardfp-linux-gnueabi-gcc: err

Re: [OpenWrt-Devel] [PATCH] [(kernel|brcm2708)] Kernel update 3.12.2 for target brcm2708 with fixes to many problems on brcm2708

2013-12-02 Thread Florian Fainelli
2013/12/1 Oskari Rauta : > Sorry for posting similar patches twice.. But decided to do it right this > time. > > OpenWRT's kernel for brcm2708/raspberry pi is partially broken. It runs, but > not very well, biggest concern is mmc drivers that: > - cause errors > - root filesystem might suddenly

Re: [OpenWrt-Devel] AR71xx question: Writing to MDIO bus before mdio_register to power up PHYs

2013-12-09 Thread Florian Fainelli
2013/12/9 Felix Kaechele : > Hi there, > > I'm currently trying to figure out a way how to solve the following issue > elegantly (i.e. from the mach file): > > Target Device: WD My Net N750 (AR9344 based, with AR8327N switch) > > Problem: > The device powers down all the PHYs from within the bootlo

Re: [OpenWrt-Devel] AR71xx question: Writing to MDIO bus before mdio_register to power up PHYs

2013-12-09 Thread Florian Fainelli
2013/12/9 Florian Fainelli : > 2013/12/9 Felix Kaechele : >> Hi there, >> >> I'm currently trying to figure out a way how to solve the following issue >> elegantly (i.e. from the mach file): >> >> Target Device: WD My Net N750 (AR9344 based, with AR8327N

Re: [OpenWrt-Devel] ICplus 175D usage

2013-12-31 Thread Florian Fainelli
Le 30 déc. 2013 10:20, "Yegor Yefremov" a écrit : > > I've found the driver under > target/linux/generic/files/drivers/net/phy/ip17xx.c and would like to > know, how does it working and how can I use it in standard > WAN/LAN(switch) configuration? This separation is done using swconfig and config

Re: [OpenWrt-Devel] Getting "Data Cache Parity Error" for P1020 based SMP linux 3.10.15 kernel.

2013-12-31 Thread Florian Fainelli
On Dec 31, 2013 4:22 AM, "John Clark" wrote: > > I've been using a linux 3.3.8 kernel, with no problems on a P1020wlan eval board. However, for my official 'product' board, when I enable 2 CPUs I get a "Data Cache Parity Error" machine check. > > I've checked the configs between the two kernel bui

Re: [OpenWrt-Devel] Build problems on SMACK enabled OS

2013-12-31 Thread Florian Fainelli
On Dec 30, 2013 9:07 PM, "Bogdan Radulescu" wrote: > > Hello, > > I am building OpenWRT on a system that uses SMACK as the default > security system and when it patches some files the build fails because > the patch tries to change some labels. Can you try to regenerate the patch manually? Does t

Re: [OpenWrt-Devel] [RFC] polling port status changes with the swconfig kernel module

2014-01-03 Thread Florian Fainelli
Le 2 janv. 2014 13:27, "Lévai Tamás" a écrit : > > > Running OpenFlow on OpenWrt is a well known use-case. Of‐ > softswitch is a user space implementation of OF software switch. > If you want to use fast failover mechanisms with it, you have to > provide port status information to of

Re: [OpenWrt-Devel] [PATCH] bcm63xx: fix MIPS_L1_CACHE_SHIFT at the kernel config (trunk)

2014-01-10 Thread Florian Fainelli
Howdy, 2014/1/10 Jonas Gorski : > On Wed, Jan 8, 2014 at 10:04 PM, dani wrote: >> Currently the parameter MIPS_L1_CACHE_SHIFT defaults to 5 , but should be 4. >> >> MIPS_L1_CACHE_SHIFT = 5 matches to a cache linesize of 32 bytes, but BCM63xx >> SoCs use cores with >> 16 bytes linesize and theref

Re: [OpenWrt-Devel] [PATCH 2/2] ath10k: add all patches from trunk, change to 10.x firmware

2014-01-16 Thread Florian Fainelli
2014/1/16 Sven Eckelmann : > From: Simon Wunderlich > > The current version of the driver includes a lot of bug fixes necessary to get > 802.11ac connections working at all. These patches also need a never firmware > to work correctly. > > Signed-off-by: Simon Wunderlich > [s...@open-mesh.com: Re

Re: [OpenWrt-Devel] [OpenWrt-Devel, PATCH:, kernel, CONFIG:, kernel] OpenWRT for Raspberry PI - second version

2014-01-19 Thread Florian Fainelli
Le dimanche 19 janvier 2014, 15:43:31 John Crispin a écrit : > > Yeah, well, the first time I introduced this patch, I gave a 8mb patch > > that patches vanilla 3.12.2 kernel for 3.12.2y.. > > I was requested to divide patches from there to sets of patches. Well, > > when I take 8 megabytes and sta

Re: [OpenWrt-Devel] [PATCH] busybox: backport dd conv=swab from 1.22

2014-01-21 Thread Florian Fainelli
2014/1/21 Matti Laakso : > Some boards have the WLAN EEPROM stored in flash in big-endian format, > whereas the driver requires the EEPROM in little-endian format. The > conv=swab option in dd is particularly useful in this case. This patch > backports this feature from busybox-1.22. Since this is

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-01-21 Thread Florian Fainelli
2014/1/21 James Cloos : >> "SM" == Sebastian Moeller writes: > > SM> That truly was reported on semiaccurate.com as an atom part: > SM> > http://semiaccurate.com/2014/01/06/linksys-wrt1900ac-spritual-successor-wrt54g/ > > Thanks for finding that! > > SM> (but later updated with a correcti

Re: [OpenWrt-Devel] b53: leaking packets for a second during initialization?

2014-01-29 Thread Florian Fainelli
2014-01-29 Rafał Miłecki : > 2014-01-28 Jonas Gorski : >> On Tue, Jan 28, 2014 at 8:41 PM, Rafał Miłecki wrote: >>> 2014-01-21 Rafał Miłecki : I believe I'm observing packets leaking between WAN and LAN ports during OpenWrt booting process. That happens on devices with bgmac, but it

Re: [OpenWrt-Devel] [PATCH] bcm63xx: decrease bcm6348 SPI FIFO size

2014-02-05 Thread Florian Fainelli
Hi, Le 02/02/2014 12:01, dani a écrit : Decrease the SPI FIFO size in BMC6348 boards to avoid random reads/writes. The parameter BCM63XX_SPI_MAX_PREPEND is causing the SPI driver exceeds the hardware capabilities when reading transfer lengths over 58 bytes. Decreasing the SPI fifo size exactl

Re: [OpenWrt-Devel] Svn commit help please

2014-02-14 Thread Florian Fainelli
2014-02-14 6:03 GMT-08:00 : > Hi,could one help pls ! > > I could not commit by changes by svn : > > os : linux fedora RH > > file : src/packages/net/ddns-scripts/files/usr/lib/ddns/services > > $ svn ci --username=xxx --password=xxx > net/ddns-scripts/files/usr/lib/ddns/services > > svn: Autho

Re: [OpenWrt-Devel] How to compute kernel version

2014-02-17 Thread Florian Fainelli
2014-02-17 0:11 GMT-08:00 Nils Rennebarth : > Hello, > > I use a custom kernel and module loading failed because the kernel expected > the modules in a different place. openwrt uses the following code, to > compute LINUX_UNAME_VERSION which is later used to compute MODULES_SUBDIR, > i.e. the locati

Re: [OpenWrt-Devel] [PATCH:kernel] OpenWRT for Raspberry PI - _fixed_ second version.

2014-02-28 Thread Florian Fainelli
2014-01-20 2:14 GMT-08:00 Bastian Bittorf : > * Oskari Rauta [20.01.2014 08:19]: >> > Since the current raspberry pi target BCM2708 will never be accepted > > just an idea: maybe it should not be a subtarget of BCM2708 but > a standalone one? than the special patches are not a problem anymore > g

Re: [OpenWrt-Devel] VFP register question for on the brcm2708 platform

2014-03-17 Thread Florian Fainelli
On Mar 17, 2014 4:47 AM, "Derek & Vicky" wrote: > > I'm working on trying to build nginx with modsecurity. > I have modsecurity building making use of apxs and such. But the problem I > running into right now is nginx complains > that when nginx is linking the modules together ld complains that

Re: [OpenWrt-Devel] [PATCH 1/3] kernel/ARM: introduce DMA FIQ IRQ broadcast

2014-03-31 Thread Florian Fainelli
Hi Daniel, 2014-03-31 12:59 GMT-07:00 Daniel : > fiq broadcast DMA cache maintenance is needed for ARM11MPCore, the > to-be-added 'oxnas' hardware target use that core. Missing signed-off-by tags. Full name for Signed-off-by tags will be needed. Did you get upstream blessing on this? > > --- >

Re: [OpenWrt-Devel] target rb532 / routerboard

2014-04-10 Thread Florian Fainelli
2014-04-10 13:39 GMT-07:00 Roman Yeryomin : > On 9 April 2014 15:55, Bastian Bittorf wrote: >> * Imre Kaloz [09.04.2014 14:53]: >>> Because no one tested it since the kernel has been upgraded, and we don't >>> have a board to do anymore ;) >> >> ok, will do some more tests and send a patch with

Re: [OpenWrt-Devel] [PATCH] [packages] libxslt: update to version 1.1.28

2014-04-22 Thread Florian Fainelli
2014-03-31 3:17 GMT-07:00 Jiří Šlachta : > Recently updated libxml2 from version 2.7.8 to 2.9.1 breaks > libxslt build. Library libxslt from version 1.1.27 is compatible > with libxml2 2.9.x. > > Signed-off-by: Lukas Macura > Tested-by: Jiri Slachta Applied in r40556, thanks Jiri! -- Florian __

Re: [OpenWrt-Devel] Power line (PLC) support - atheros platform.

2014-04-25 Thread Florian Fainelli
Hi Jacek, On Apr 25, 2014 1:59 AM, "Jacek Kikiewicz" wrote: > > Hello, > > I am working on porting OpenWRT to D-link DHP-1565 (wiki for it: http://wiki.openwrt.org/toh/d-link/dhp-1565). > It's atheros platform, I have inital support ready (with working switch, wifi, usb etc) but as this comes wit

Re: [OpenWrt-Devel] Power line (PLC) support - atheros platform.

2014-04-25 Thread Florian Fainelli
Hello Jacek, 2014-04-25 9:12 GMT-07:00 Jacek Kikiewicz : > Hello Florian, > > Thanks for replying. > > >> Those chips usually do not require a driver per-se, but just a user space >> program to load their firmware and configuration blob. >> > > Well that would be easier / better. > >> >> If you ca

Re: [OpenWrt-Devel] [PATCH 4/4] include: Allow OpenWrt patch application on git kernel

2014-04-25 Thread Florian Fainelli
2014-04-24 20:43 GMT-07:00 Mathieu Olivari : > By default, OpenWrt doesn't patch the kernel if it's downloaded from > a git tree. This option will allow OpenWrt to download the kernel from > GIT but still allow the user to apply some patches, when enabled. > > It can be very convenient when working

Re: [OpenWrt-Devel] About upstream advanced features for AR8337N switch

2014-04-30 Thread Florian Fainelli
Hi, On Apr 30, 2014 2:43 PM, wrote: > > Hi, > Currently, we delivered ssdk component for ar8337n switch chip via CAF > with more advanced features. I wonder if I can upstream these advance > features to openWRT as an independent component under package directory. > Would you please give me a guid

Re: [OpenWrt-Devel] [Review needed][PATCH] [packages] seeks: fix compile on platforms with VFP

2014-05-05 Thread Florian Fainelli
2014-05-05 11:55 GMT-07:00 Dirk Neukirchen : > This solution might be a little bit dirty - is adding those -mfloat-abi > switches to CXXFLAGS in rules.mk cleaner ? > but they are overwritten in this case so dunno :/ I think this is an okay to fix this, in general how a given set of CFLAGS gets use

Re: [OpenWrt-Devel] [PATCH] ar71xx: enable sysupgrade on wnr2000-v3

2014-05-05 Thread Florian Fainelli
Hi Daniel, 2014-05-05 10:49 GMT-07:00 Daniel : > tested, works. Missing Signed-off-by tag. Hint: use git commit -s to insert automatically if you are using git-svn. > > --- > target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/target/l

Re: [OpenWrt-Devel] [PATCH] [packages] tvheadend: fix compile on platforms with VFP

2014-05-05 Thread Florian Fainelli
2014-05-05 7:17 GMT-07:00 Dirk Neukirchen : > > bundle.o was compiled with incompatible setting resulting in error at linking > Solution: add CFLAGS to Makefile and fix it > > Error found on buildbot for target sunxi > > Error message: > build.linux/tvheadend uses VFP register arguments, ./build.li

Re: [OpenWrt-Devel] [PATCH] [packages] tayga: fix compile on platforms with VFP

2014-05-05 Thread Florian Fainelli
2014-05-05 10:42 GMT-07:00 Dirk Neukirchen : > CFLAGS were set explicitly in configure.ac > and then got included in Makefile; remove them > > fix compile error found on buildbot with arch sunxi > > several compile errors on .o files: > tayga uses VFP register arguments, nat64.o does not > > Signe

Re: [OpenWrt-Devel] [PATCH] haserl: uptate to 0.9.32, add optional lua support

2014-05-05 Thread Florian Fainelli
2014-05-03 14:01 GMT-07:00 Maxim Storchak : > This patch updates haserl to version 0.9.32 and introduces optional lua > support > See http://haserl.sourceforge.net/manpage.html#lbAM > > Note: to implement lua support I had to change build process slightly to > get rid of host precompilation of lua

Re: [OpenWrt-Devel] [PATCH] [packages] new package tgt

2014-05-05 Thread Florian Fainelli
2014-04-06 1:35 GMT-07:00 Maxim Storchak : > This patch provides userspace iSCSI target support. > > https://dev.openwrt.org/ticket/8798 > > Signed-off-by: Maxim Storchak Applied in r40703, thanks! -- Florian ___ openwrt-devel mailing list openwrt-dev

Re: [OpenWrt-Devel] [PATCH v2] [packages] httping: fix build with NLS

2014-05-05 Thread Florian Fainelli
2014-05-05 6:43 GMT-07:00 Dirk Neukirchen : > v2: INTL support was not at default DEPENDS (broke nossl) > > libintl.h was not found when CONFIG_BUILD_NLS was selected > explicit -lintl fixes > undefined reference to `libintl_gettext' > > fixes ticket #15816 > > Signed-off-by: Dirk Neukirchen Appl

Re: [OpenWrt-Devel] [PATCH] ar71xx: enable sysupgrade on wnr2000-v3

2014-05-05 Thread Florian Fainelli
ate here: > > Signed-off-by: Daniel Golle > > On 05/05/2014 09:31 PM, Florian Fainelli wrote: >> Hi Daniel, >> >> 2014-05-05 10:49 GMT-07:00 Daniel : >>> tested, works. >> >> Missing Signed-off-by tag. Hint: use git commit -s to insert >> au

Re: [OpenWrt-Devel] [PATCH] [packages] new package tgt

2014-05-05 Thread Florian Fainelli
2014-05-05 14:47 GMT-07:00 Maxim Storchak : > On 05.05.14 22:35, Florian Fainelli wrote: >> 2014-04-06 1:35 GMT-07:00 Maxim Storchak : >>> This patch provides userspace iSCSI target support. >>> >>> https://dev.openwrt.org/ticket/8798 >>> >>>

Re: [OpenWrt-Devel] [PATCH] [rb532] Fix ext4 and squashfs images

2014-05-06 Thread Florian Fainelli
2014-04-15 15:43 GMT-07:00 Roman Yeryomin : > Not sure why but jffs2 images cannot be fixed in the same way as squashfs so > they are still broken (at least for me). > > Signed-off-by: Roman Yeryomin Applied in r40717, thanks! -- Florian ___ openwrt-

Re: [OpenWrt-Devel] [PATCH] [packages] exim: new package

2014-05-06 Thread Florian Fainelli
2014-04-05 5:10 GMT-07:00 Adam Nielsen : > This adds support for building the Exim MTA as a package. The standard > options > are configurable through the menuconfig system, with support in place for some > of the more advanced options (currently flagged as BROKEN), should someone > wish > to ad

Re: [OpenWrt-Devel] [PATCH] [apex]: Change Source URL for Apex package

2014-05-06 Thread Florian Fainelli
2014-04-03 18:54 GMT-07:00 Riley Baird (Orthogonal) : > As both of the PKG_SOURCE_URLs within the Apex Makefile appear to be no > longer functional, this patch changes the source URL to the OpenWRT > downloads page. Apologies for resubmitting, but there was a syntax error > in the previous patch (

Re: [OpenWrt-Devel] [PATCH 1/3] Made several parts of gnutls configurable and updated to 3.2.14.

2014-05-07 Thread Florian Fainelli
Hi Nikos, 2014-05-07 14:32 GMT-07:00 Nikos Mavrogiannopoulos : Could you resubmit these patches with your Signed-off-by tag? They look good otherwise, thank you! > > --- > libs/gnutls/Config.in | 33 +++ > libs/gnutls/Makefile | 62 > +++

Re: [OpenWrt-Devel] [PATCH 1/3] Made several parts of gnutls configurable and updated to 3.2.14.

2014-05-07 Thread Florian Fainelli
2014-05-07 14:56 GMT-07:00 Nikos Mavrogiannopoulos : > > Signed-off-by: Nikos Mavrogiannopoulos Applied in r40721, had to disable cryptodev since it was missing a bunch of definitions to build. thanks! -- Florian ___ openwrt-devel mailing list openwrt

Re: [OpenWrt-Devel] [PATCH 3/3] Allow gnutls to be compiled using nettle-mini.

2014-05-07 Thread Florian Fainelli
2014-05-07 14:56 GMT-07:00 Nikos Mavrogiannopoulos : > > Signed-off-by: Nikos Mavrogiannopoulos Applied in r40723, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/ope

Re: [OpenWrt-Devel] Adding CONFIG_I2C_CHARDEV

2014-05-14 Thread Florian Fainelli
Hi, 2014-05-14 16:01 GMT-07:00 Drasko DRASKOVIC : > Hi all, > I want to enable i2c support to my ATH9 Carambola2 device, but I can > not reach kernel's CONFIG_I2C_CHARDEV=y from menuconfig. > > Is it OK to chage this directly via `make target/linux/clean` or > kernel config should be affected only

Re: [OpenWrt-Devel] [PATCH] [packages] nettle: disable parallel build

2014-05-17 Thread Florian Fainelli
Hi Dirk, 2014-05-04 6:24 GMT-07:00 Dirk Neukirchen : > removes random build failures like > mv: cannot stat 'ecc-192.hT': No such file or directory > or > mv: cannot stat 'ecc-256.hT': No such file or directory > or > mv: cannot stat 'ecc-521.hT': No such file or directory > Makefile:309: recipe f

Re: [OpenWrt-Devel] [PATCH/RFC] Check for openssl development headers during prereq

2014-05-19 Thread Florian Fainelli
Hi Michael, 2014-05-17 12:08 GMT-07:00 Michael Heimpold : > Some host tools needs the host openssl headers in place, e.g. > U-Boot's mkimage. We could try to make this check configuration > dependent but I think it's not worth it. > Also the check might be smarter - but it just works :-) Should w

Re: [OpenWrt-Devel] [PATCH] [kmod-spidev] Enable CONFIG_SPI_SPIDEV when selecting kmod-spidev

2014-05-19 Thread Florian Fainelli
2014-05-13 8:24 GMT-07:00 Álvaro Fernández Rojas : > Without this patch /dev/spidev*.* only appears if CONFIG_SPI_SPIDEV is > manually selected and set to "y" from the kernel config. > > Signed-off-by: Álvaro Fernández Rojas Applied in r40784, thanks! -- Florian _

Re: [OpenWrt-Devel] [PATCH][shairport] Update to latest version and switch to procd

2014-05-19 Thread Florian Fainelli
2014-05-08 7:55 GMT-07:00 Álvaro Fernández Rojas : > Update to latest version and switch to procd. > > Signed-off-by: Álvaro Fernández Rojas Applied in r40785, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://li

Re: [OpenWrt-Devel] [PATCH][PACKAGES] libexif update to 0.6.21

2014-05-19 Thread Florian Fainelli
2014-05-04 18:51 GMT-07:00 Ian Leonard : > Update libexif to 0.6.21. Add package licensing information and refresh patch. > > Signed-off-by: Ian Leonard Applied in r40786, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.or

Re: [OpenWrt-Devel] [Patch] [packages] empdcd: fix compile on platforms with VFP

2014-05-19 Thread Florian Fainelli
2014-05-11 10:04 GMT-07:00 Dirk Neukirchen : > on platforms with VFP/hardfloat ld fails with: > empcd uses VFP register arguments, empcd.o does not > empcd uses VFP register arguments, keyeventtable.o does not > empcd uses VFP register arguments, support/mpc-0.12.2/src/libmpdclient.o does > not >

Re: [OpenWrt-Devel] [Patch][packages] jtg: fix compile on platforms with VFP

2014-05-19 Thread Florian Fainelli
2014-05-11 10:06 GMT-07:00 Dirk Neukirchen : > buildbot reported error on platforms with VFP (sunxi,imx6,omap): > ld: error: jtg uses VFP register arguments, /tmp/ccewx1gu.o does not > > CFLAGS were overwritten so append them instead > > Signed-off-by: Dirk Neukirchen Applied in r40788, thanks! -

Re: [OpenWrt-Devel] [Patch] [packages] mdk3: fix compile on platforms with VFP

2014-05-19 Thread Florian Fainelli
2014-05-11 10:07 GMT-07:00 Dirk Neukirchen : > > buildbot reported error on platforms with VFP (sunxi,imx6,omap): > mdk3 uses VFP register arguments, /tmp/ccBN2WMD.o does not > mdk3 uses VFP register arguments, osdep/libosdep.a(osdep.o) does not > mdk3 uses VFP register arguments, osdep/libosdep.a(

Re: [OpenWrt-Devel] [Patch] [packages] netpipe: fix compile on platforms with VFP

2014-05-19 Thread Florian Fainelli
2014-05-11 10:08 GMT-07:00 Dirk Neukirchen : > buildbot reported error on platforms with VFP (sunxi,imx6,omap): > NPtcp uses VFP register arguments, /tmp/.o does not > > CFLAGS were overwritten so append them instead > > Signed-off-by: Dirk Neukirchen Applied in r40790, thanks! -- Florian __

Re: [OpenWrt-Devel] [PATCH 1/3] [packages] libftdi: fix build for x86_64 target

2014-05-19 Thread Florian Fainelli
2014-05-09 18:26 GMT-07:00 Álvaro Fernández Rojas : > libftdi: fix build for x86_64 target. > > Signed-off-by: Álvaro Fernández Rojas Applied in r40792, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.open

Re: [OpenWrt-Devel] [Patch] [packages] openrrcp: fix compile on platforms with VFP

2014-05-19 Thread Florian Fainelli
2014-05-11 10:09 GMT-07:00 Dirk Neukirchen : > > > buildbot reported error on platforms with VFP (sunxi,imx6,omap): > ld: error: ../bin/rtl83xx uses VFP register arguments, /tmp/o does not > > CFLAGS were created by acustom shellscript that was setting host > includes paths. this was disabled >

Re: [OpenWrt-Devel] [PATCH 2/3] [packages] dmidecode: Update to latest version and enable build for x86_64 target

2014-05-19 Thread Florian Fainelli
2014-05-09 18:27 GMT-07:00 Álvaro Fernández Rojas : > dmidecode: Update to latest version and enable build for x86_64 target. > > Signed-off-by: Álvaro Fernández Rojas Applied in r40793, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@l

Re: [OpenWrt-Devel] [PATCH v3 3/3] [packages] flashrom: Update to latest version and remove unneeded dependencies

2014-05-19 Thread Florian Fainelli
2014-05-09 18:29 GMT-07:00 Álvaro Fernández Rojas : > flashrom: Update to latest version and remove unneeded dependencies. > > Signed-off-by: Álvaro Fernández Rojas Applied in r40794, ,thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@li

Re: [OpenWrt-Devel] [PATCH 1/2] Do not try to install gnutls-cli or server when OCSP is disabled.

2014-05-19 Thread Florian Fainelli
2014-05-08 1:12 GMT-07:00 Nikos Mavrogiannopoulos : > These tools aren't compiled in that case. > > Signed-off-by: Nikos Mavrogiannopoulos Applied in r40796, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lis

Re: [OpenWrt-Devel] [PATCH 2/2] Added ocserv 0.3.5, an SSL VPN server.

2014-05-19 Thread Florian Fainelli
2014-05-08 1:12 GMT-07:00 Nikos Mavrogiannopoulos : > > This server is compatible with the openconnect client, > and cisco's anyconnect clients. > > Signed-off-by: Nikos Mavrogiannopoulos Applied in r40797, thanks, please verify that I fixed the libcrypt and libprotobuf-c dependencies correctly.

Re: [OpenWrt-Devel] [PATCH] dnsmasq: Allow creating static DNS entries from static lease entries

2014-05-19 Thread Florian Fainelli
2014-04-28 23:50 GMT-07:00 Kevin Cernekee : > DHCP entries in /etc/config/dhcp will not automatically create A or PTR > records. Add an "option dns" directive which appends an entry to > /tmp/hosts/dhcp to facilitate forward and reverse DNS lookups. For > instance, this item: > > config host

Re: [OpenWrt-Devel] [PATCH/RFC] Check for openssl development headers during prereq

2014-05-20 Thread Florian Fainelli
2014-05-20 6:02 GMT-07:00 Michael Heimpold : > Hi Florian, > > >> >> Should we build a host version of OpenSSL (or LibreSSL now?) which has >> evp enabled instead and link u-boot mkimage against it? >> > > this would be another approach. > > I see the following... > > Pros: > - fewer deps to the ho

Re: [OpenWrt-Devel] [PATCH 3/3] bcm53xx_brcm: add sysupgrade support

2014-05-22 Thread Florian Fainelli
2014-05-22 13:16 GMT-07:00 André Valentin : > > Signed-off-by: André Valentin > --- > .../base-files/lib/upgrade/platform.sh | 108 > > 1 file changed, 108 insertions(+) > create mode 100755 > target/linux/bcm53xx_brcm/base-files/lib/upgrade/platform.sh > > di

Re: [OpenWrt-Devel] ramips: add ZyXEL Keenetic series to build system (patch)

2014-05-24 Thread Florian Fainelli
Hello, 2014-02-26 10:28 GMT-08:00 Soul Trace : > Hello. > > This patch adds ZyXEL Keenetic series profile and neccesary for creating > Factory images for this routers tool to build system. > This patch also available at pastebin: http://pastebin.com/raw.php?i=Su918N9r > > I will send patches add

Re: [OpenWrt-Devel] [PATCH] l2tpv3tun: added include paths to Linux UABI and fixed dependencies on libnl

2014-05-26 Thread Florian Fainelli
Hi, 2014-02-17 23:03 GMT-08:00 Michel Stempin : > Signed-off-by: Michel Stempin I just processed this patch in my patchwork backlog, and actually applied a similar but different fix to make l2tpv3tun to link against libnl-tiny instead of libnl-3. > --- > net/l2tpv3tun/Makefile |4 ++-- > 1

Re: [OpenWrt-Devel] RFC: convert PKG_LICENSE fields to SPDX identifiers

2014-06-03 Thread Florian Fainelli
Hi Michael, 2014-06-03 14:50 GMT-07:00 Michael Heimpold : > Hi all, > > "recently", the PKG_LICENSE field was introduced in commit > https://dev.openwrt.org/changeset/33861 > > I really like the approach to add such license information to each > package, so that generating license clearing reports

Re: [OpenWrt-Devel] [PATCH] openssl: version bump

2014-06-05 Thread Florian Fainelli
On Jun 5, 2014 2:54 PM, "joerg jungermann" wrote: > > > > today appeared another serious vulnerability in openssl. More info is > > > here http://ccsinjection.lepidum.co.jp. Users are advised to update to > > > openssl 1.0.1h. > > Thank you for your patch, it was committed in r41026 and 41027. > W

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

2014-06-06 Thread Florian Fainelli
2014-06-06 12:46 GMT-07:00 José Vázquez Fernández : > Select HW_RANDOM_BCM63XX only in the SoCs that support it. > > Only BCM6368, BCM6362 and BCM63268 have a hardware random numbers generator, > so, if none of these are selected, don't compile a driver that has no > effect. > > Tested with BCM6358

Re: [OpenWrt-Devel] mempool support question for building software

2014-06-06 Thread Florian Fainelli
2014-06-06 15:35 GMT-07:00 Derek Werthmuller : > I'm trying to build a new version of clamav for the brcm2708 platform and > have some questions about the new build dependencies for the latest version > of clamav 98.3. 98.1 built OK and didn't use openssl. > > The configure portion of the build is

Re: [OpenWrt-Devel] CONFIG_RPS flag activation

2014-06-12 Thread Florian Fainelli
2014-06-12 16:22 GMT-07:00 Carlos Ferreira : > Hello all! > Can anyone tell me how can activate the CONFIG_RPS flag for the target x86 > generic? > I have tried to add a CONFIG_RPS=y to the config-3.3 file in the > target/linux/x86/generic dir and recompile, but i got no luck. In the > kernel_menuc

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

2014-06-24 Thread Florian Fainelli
2014-06-24 12:15 GMT-07:00 Daniel Gimpelevich : > This is much appreciated, but what is really needed for upstream merge > is converting the target to device tree usage. Well, that is all debatable, Device Tree only makes sense if there are: - new platforms/SoCs variants/boards being productized

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

2014-06-24 Thread Florian Fainelli
Hi Sergey, 2014-06-09 17:29 GMT-07:00 Sergey Ryazanov : > This series is an attempt to cleanup checkpatch generated warnings and errors > to make AR231x patches suitable for upstream merge. You might want to take a look at the recent SPI-NOR framework that MTD came up with, this might allow you t

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

2014-06-24 Thread Florian Fainelli
2014-06-24 13:30 GMT-07:00 Daniel Gimpelevich : > On Tue, 2014-06-24 at 12:38 -0700, Florian Fainelli wrote: >> I think AR231x has none of those, it's an End of Life platform, the >> code base has been mostly static and well know for a while, so I would >> argue that Devi

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

2014-06-24 Thread Florian Fainelli
2014-06-24 15:30 GMT-07:00 Sergey Ryazanov : > 2014-06-25 0:30 GMT+04:00 Daniel Gimpelevich > : >> plus the AR2317 watchdog operates completely differently from the >> AR2315 one. > > Hm, I am missed that. Thank you Daniel for your note. > >> What solution do you propose? > > As Florian mention, a

Re: [OpenWrt-Devel] Few question about compiling your own firmware images

2014-06-24 Thread Florian Fainelli
Hello, On Jun 24, 2014 4:07 PM, "Jonas Liepuonius" wrote: > > So I recently decided to compile my own OpenWRT images, and I have a few questions: > > 1. Is there a way to preset the default IP address? The default is 192.168.1.1 but I want to change it to something like 10.0.0.1, so that my compi

Re: [OpenWrt-Devel] mempool support question for building software

2014-06-25 Thread Florian Fainelli
s to implement a custom memory allocator) b) they provide a configure script switch and compile time switch that allows turning off the mempool.h dependency entirely > Cheers > Derek > > > On Fri, Jun 6, 2014 at 6:53 PM, Florian Fainelli > wrote: >> >> 2014-06-06 15

Re: [OpenWrt-Devel] make is not completing on custom package, ipkg-install not created, How do I get very detailed make output?

2014-06-26 Thread Florian Fainelli
Le 26/06/2014 19:54, Derek Werthmuller a écrit : Building clamd for the raspberry openwrt platform. Compiles and looks to finish the linking phases fine but then get a few [all-recursive] Errors. Running the make with V=99 or V=s and need more details to see what's going on. Here is the last f

Re: [OpenWrt-Devel] New port

2011-07-16 Thread Florian Fainelli
Hello Alessio, On Saturday 16 July 2011 08:01:33 Alessio Sangalli wrote: > I have a couple of questions about porting a board to OpenWRT: > > 1) do you think it can be accepted in the main line OpenWRT git? It > consists of a patch that is about 2MB when uncompressed as it adds all > the platform

Re: [OpenWrt-Devel] package query?

2011-08-09 Thread Florian Fainelli
Hello, On Tuesday 09 August 2011 13:42:37 devendra.aaru wrote: > hello, > > > anyone know that there is a support to the backtrace function (in c > language) is present in openwrt ? You can use gdb most of the time to get a backtrace. > > i am getting some compiler errors saying that execinfo

Re: [OpenWrt-Devel] [PATCH] [kernel] Support for DS2482 1-Wire I2C bus master.

2011-08-17 Thread Florian Fainelli
On Wednesday 22 June 2011 14:22:20 Wojciech Dubowik wrote: > Signed-off-by: Wojciech Dubowik > --- Applied in r28010, thanks! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] net/bind: update to 9.8.0-P4

2011-08-17 Thread Florian Fainelli
On Thursday 07 July 2011 00:17:00 Alexey I. Froloff wrote: > Signed-off-by: Alexey I. Froloff > --- Applied in r28014, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-d

Re: [OpenWrt-Devel] [PATCH] version bump dbus to 1.4.14

2011-08-17 Thread Florian Fainelli
On Wednesday 03 August 2011 05:19:10 Daniel Mierswa wrote: > This bumps dbus in the packages repository to 1.4.14. > It also requires librt now due to clock function usage. > It also supports systemd and launchd now. > > Signed-off-by: Daniel Mierswa > --- Applied in r28015, thanks! -- Florian _

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