Re: [OpenWrt-Devel] [PATCH] [ramips] enable BR6425N in kernel config

2013-01-17 Thread Florian Fainelli
On 01/17/2013 07:50 AM, Daniel Golle wrote: Though originally contained in the patch applied in r35020, the move to 3.7 in r34845 lost the kernel .config option. Reintroduce it to config-3.7. Signed-off-by: Daniel Golle dgo...@allnet.de --- Felix applied this in r35191, thanks! -- Florian

Re: [OpenWrt-Devel] [PATCH] [packages] fix wprobe build for kernel v3.7

2013-01-17 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Russell, this got obsoleted by https://dev.openwrt.org/changeset/35185 ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

Re: [OpenWrt-Devel] [PATCH] [packages] fix wprobe build for kernel v3.7

2013-01-17 Thread Russell Senior
Jo-Philipp == Jo-Philipp Wich x...@subsignal.org writes: Jo-Philipp Hi Russell, this got obsoleted by Jo-Philipp https://dev.openwrt.org/changeset/35185 Nice! I like yours better. -- Russell Senior, President russ...@personaltelco.net ___

[OpenWrt-Devel] [PATCH][Lantiq] Fix ARV7518 USB

2013-01-17 Thread Álvaro Fernández Rojas
This patch correctly fixes USB on Lantiq ARV7518. There was a failed attempt on fixing this on r35077 (https://dev.openwrt.org/changeset/35077/). Signed-off-by: José Vázquez Fernández ppvazquez...@gmail.com Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git

Re: [OpenWrt-Devel] [PATCH] [packages] fix perf (and incidentally, elfutils) dependencies

2013-01-17 Thread Vasilis Tsiligiannis
Στις Τετ 16 Ιαν 2013 11:24:38 Russell Senior έγραψε: Fixing a couple build failures: perf was looking for libbfd, and libdw was looking for libbz2. Hello Russell, please split your patch into seperate, one for each package. Also don't forget to bump copyright date and package release.

Re: [OpenWrt-Devel] [PATCH][Lantiq] Add ath9k eeprom and pci fixup support

2013-01-17 Thread Conor O'Gorman
On Thu, 2013-01-17 at 13:59 +0100, Álvaro Fernández Rojas wrote: On linux 3.3, the fixup forced the regdomain to 0x67, causing low TX power. This patch only corrects checksum, the rest of the EEPROM isn't changed. Looks like patches hadn't been refreshed on this platform. Would it be

Re: [OpenWrt-Devel] Get to RedBoot prompt in Atheros-based router

2013-01-17 Thread Bastian Bittorf
* Nguyễn Hồng Quân quanngu...@mbm.vn [17.01.2013 11:44]: To make the serial connection, I use a TTL-to-RS232 converter circuit, which works well with La Fonera route before. are you really on 9600 baud 8,N,1? if yes, resolder it. bye, bastian ___

Re: [OpenWrt-Devel] Get to RedBoot prompt in Atheros-based router

2013-01-17 Thread Nguyễn Hồng Quân
Thank for your care, Bastian. I found the cause of the problem. From the boot fast detail, I tried increasing the baudrate and found that my router use 115200 speed. At this baudrate, the text shows well and I see that the router was using Micro Redboot, instead of standard one. Based on the

Re: [OpenWrt-Devel] [PATCH][Lantiq] Add ath9k eeprom and pci fixup support

2013-01-17 Thread Andre Valentin
Hi Álvaro, I get the following errors when I try to apply: patching file target/linux/lantiq/patches-3.7/0122-MIPS-lantiq-adds-pcie-driver.patch Hunk #8 FAILED at 248. Hunk #9 FAILED at 1861. Hunk #10 FAILED at 2002. Hunk #12 FAILED at 2693. Hunk #13 FAILED at 3177. 5 out of 21 hunks FAILED --

Re: [OpenWrt-Devel] Get to RedBoot prompt in Atheros-based router

2013-01-17 Thread Bastian Bittorf
* Nguyễn Hồng Quân quanngu...@mbm.vn [17.01.2013 23:52]: tried increasing the baudrate and found that my router use 115200 good! write a sentence on the wiki: http://wiki.openwrt.org/toh/d-link/dir-300 bye, bastian ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH 0/5] [packages] split/reformatted better, hopefully

2013-01-17 Thread Russell Senior
Vasilis == Vasilis Tsiligiannis b_tsiligian...@silverton.gr writes: Vasilis please split your patch into seperate, one for each Vasilis package. Also don't forget to bump copyright date and package Vasilis release. Thanks for the feedback, /me tries harder. Following this will be 5 packages

Re: [OpenWrt-Devel] [PATCH 1/5] [packages] elfutils: add missing libbz2 dependency

2013-01-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- libs/elfutils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/elfutils/Makefile b/libs/elfutils/Makefile index 4f2ffa5..0311d82 100644 --- a/libs/elfutils/Makefile +++ b/libs/elfutils/Makefile @@

[OpenWrt-Devel] [PATCH 2/5] [packages] perf: add missing binutils dependency, needed for libbfd

2013-01-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- devel/perf/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/perf/Makefile b/devel/perf/Makefile index 2f3712b..bd51fa5 100644 --- a/devel/perf/Makefile +++ b/devel/perf/Makefile @@ -1,5 +1,5 @@ #

[OpenWrt-Devel] [PATCH 3/5] [packages] libjpeg-turbo: fix binary names to match what is built

2013-01-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- libs/libjpeg-turbo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libjpeg-turbo/Makefile b/libs/libjpeg-turbo/Makefile index 9ae15a6..6adbe84 100644 --- a/libs/libjpeg-turbo/Makefile +++

[OpenWrt-Devel] [PATCH 4/5] [packages] minidlna: depend on libjpeg-turbo to avoid confusion about libjpeg version to use

2013-01-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- multimedia/minidlna/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/minidlna/Makefile b/multimedia/minidlna/Makefile index 2d74ccf..af89f0f 100644 --- a/multimedia/minidlna/Makefile +++

[OpenWrt-Devel] [PATCH 5/5] [packages] cups: depend on libusb-1.0 instead of libusb to avoid linking with wrong one, fix linewrap problem

2013-01-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- net/cups/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/cups/Makefile b/net/cups/Makefile index ec2fdd5..81432e5 100644 --- a/net/cups/Makefile +++ b/net/cups/Makefile @@ -1,5 +1,5 @@ # -#