[OpenWrt-Devel] [PATCH 2/2] busybox: Minor fix for glibc 2.21 compatibility

2015-03-11 Thread Jeff Waugh
busybox: Minor fix for glibc 2.21 compatibility Signed-off-by: Jeff Waugh j...@bethesignal.org --- package/utils/busybox/patches/250-date-k-flag.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/utils/busybox/patches/250-date-k-flag.patch

[OpenWrt-Devel] [PATCH] [kernel] wnr2200 gpio

2015-03-11 Thread markus
I tested this and it works with my wnr2200 Apply fixed gpio from Ticket https://dev.openwrt.org/ticket/15267 I checkout the latest thruk .../ar71xx/files/arch/mips/ath79/mach-wnr2200.c| 94 ++ 1 file changed, 44 insertions(+), 50 deletions(-) diff --git

Re: [OpenWrt-Devel] [RFC] glibc 2.21 for OpenWrt

2015-03-11 Thread John Crispin
On 11/03/2015 18:02, Jeff Waugh wrote: On Wed, Mar 11, 2015 at 3:56 AM, Jeff Waugh j...@bethesignal.org wrote: Not content with adding support for uClibc snapshots, I've also tackled glibc 2.21, as eglibc is no longer an actively maintained project. Here's the branch I've been working on

[OpenWrt-Devel] [PATCH 1/2] toolchain: The glorious return of glibc, ver 2.21

2015-03-11 Thread Jeff Waugh
It's the eglibc packaging with a bit of spit-polishing. And testing. :-) Signed-off-by: Jeff Waugh j...@bethesignal.org --- config/Config-build.in | 2 +- include/package-defaults.mk| 2 +- include/version.mk |

Re: [OpenWrt-Devel] [PATCH] [kernel] wnr2200 gpio

2015-03-11 Thread John Crispin
Hi, Sorry, we require a full name including last name and please add a line such as - Signed-off-by: Markus $lastname m...@kola.li to the patches description John On 11/03/2015 16:53, markus wrote: I tested this and it works with my wnr2200 Apply fixed gpio from Ticket

Re: [OpenWrt-Devel] [PATCH] x86: update to kernel 3.18

2015-03-11 Thread John Crispin
On 02/03/2015 08:20, Russell Senior wrote: copied target/linux/x86/config-3.14 and target/linux/x86/patches-3.14 to 3.18 equivalents and then tweaked until it built. Tested on alix2, soekris net4826 and soekris net4521. Still having trouble with net4826 booting from Grub, alix2 and

Re: [OpenWrt-Devel] [PATCH 2/2] Include bits.h in handler.h to prevent linker error

2015-03-11 Thread John Crispin
Hi, what kind of linker error are you seeing ? John On 06/03/2015 11:41, Simon Hoinkis wrote: --- handler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/handler.h b/handler.h index e3e2af5..d17674a 100644 --- a/handler.h +++ b/handler.h @@ -16,6 +16,7 @@ #include

Re: [OpenWrt-Devel] [PATCH 1/2] Add pkg-config for libnl (3.2) and json-c (0.12) in CMakeLists.txt

2015-03-11 Thread John Crispin
Hi, can you also rebase this patch on the recent CMakeList change i made in netifd and resend the patch John On 06/03/2015 11:41, Simon Hoinkis wrote: --- CMakeLists.txt | 17 + handler.h | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH] [kernel] wnr2200 gpio

2015-03-11 Thread John Crispin
Hi, On 11/03/2015 13:40, mar wrote: Hi I tested this and it works with my wnr2200 Apply fixed gpio from Ticket https://dev.openwrt.org/ticket/15267 I checkout the latest thruk the Signed-off-by: line is missing. please add it with your full name and resend the patch Thanks,

Re: [OpenWrt-Devel] [RFC] glibc 2.21 for OpenWrt

2015-03-11 Thread Jeff Waugh
On Wed, Mar 11, 2015 at 3:56 AM, Jeff Waugh j...@bethesignal.org wrote: Not content with adding support for uClibc snapshots, I've also tackled glibc 2.21, as eglibc is no longer an actively maintained project. Here's the branch I've been working on (which isn't tidied up for merge btw):

Re: [OpenWrt-Devel] Why OpenWrt sucks?

2015-03-11 Thread Adam Kuklycz
I think what everyone needs to just think and remember for a minute: * OpenWRT is built by the community and not by highly paid engineers * OpenWRT is often far more feature rich than stock firmwares written for the devices supported * OpenWRT is even used sometimes by hardware vendors as a

Re: [OpenWrt-Devel] Why OpenWrt sucks?

2015-03-11 Thread John Clark
On Mar 11, 2015, at 2:39 PM, Adam Kuklycz ad...@mcservices.com.au wrote: I think what everyone needs to just think and remember for a minute: * OpenWRT is built by the community and not by highly paid engineers * OpenWRT is often far more feature rich than stock firmwares written for the

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Fix duplicate tickets 14136 and 15282 (Hornet UB GPIO WPS/Reset)

2015-03-11 Thread Joshua Judson Rosen
On 2015-03-11 15:20, Janne Cederberg wrote: I have a flash image built based on Barrier Breaker's trunk as of today + this patch...in case you Josh or someone else is interested. Thanks. For the time being, we actually just use the swapped names. It works...; it's just that it'll be a point of

Re: [OpenWrt-Devel] [PATCH] x86: update to kernel 3.18

2015-03-11 Thread John Crispin
On 11/03/2015 18:54, Russell Senior wrote: John On 02/03/2015 08:20, Russell Senior wrote: copied target/linux/x86/config-3.14 and target/linux/x86/patches-3.14 to 3.18 equivalents and then tweaked until it built. Tested on alix2, soekris net4826 and soekris net4521. Still having

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Fix duplicate tickets 14136 and 15282 (Hornet UB GPIO WPS/Reset)

2015-03-11 Thread Janne Cederberg
As a clarification to the previous patch, when I refer to [the] above change, I wrote the text from the point of view of the following Trac pages: https://dev.openwrt.org/ticket/14136 https://dev.openwrt.org/ticket/15282 and was referring to the solution presented on those tickets and claiming

[OpenWrt-Devel] [PATCH] [ar71xx] Fix duplicate tickets 14136 and 15282 (Hornet UB GPIO WPS/Reset)

2015-03-11 Thread Janne Cederberg
This problem has existed at least since Attitude Adjustment and is also present in trunk. Basically on the Hornet-UB board the functionality of RESET and WPS have switched places. There are two tickets about the issue at dev.openwrt.org, The solution suggested on them both is incomplete though

Re: [OpenWrt-Devel] [PATCH] x86: update to kernel 3.18

2015-03-11 Thread Russell Senior
John On 02/03/2015 08:20, Russell Senior wrote: copied target/linux/x86/config-3.14 and target/linux/x86/patches-3.14 to 3.18 equivalents and then tweaked until it built. Tested on alix2, soekris net4826 and soekris net4521. Still having trouble with net4826 booting from Grub, alix2 and

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Fix duplicate tickets 14136 and 15282 (Hornet UB GPIO WPS/Reset)

2015-03-11 Thread Janne Cederberg
I have a flash image built based on Barrier Breaker's trunk as of today + this patch...in case you Josh or someone else is interested. -Janne 2015-03-11 21:10 GMT+02:00 Joshua Judson Rosen jro...@harvestai.com: On 2015-03-11 14:48, Janne Cederberg wrote: This problem has existed at least since

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Fix duplicate tickets 14136 and 15282 (Hornet UB GPIO WPS/Reset)

2015-03-11 Thread Joshua Judson Rosen
On 2015-03-11 14:48, Janne Cederberg wrote: This problem has existed at least since Attitude Adjustment and is also present in trunk. Basically on the Hornet-UB board the functionality of RESET and WPS have switched places. There are two tickets about the issue at dev.openwrt.org, The

Re: [OpenWrt-Devel] [PATCH] x86: update to kernel 3.18

2015-03-11 Thread Russell Senior
John == John Crispin blo...@openwrt.org writes: Russell copied target/linux/x86/config-3.14 and Russell target/linux/x86/patches-3.14 to 3.18 equivalents and then Russell tweaked until it built. Russell Tested on alix2, soekris net4826 and soekris net4521. Russell Still having trouble with

[OpenWrt-Devel] [PATCH] uClibc: fix syscall() for syscalls with 6 arguments on PowerPC

2015-03-11 Thread Matthias Schiffer
Patch from the uClibc master. Fixes the package fastd on PowerPC. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net --- toolchain/uClibc/patches-0.9.33.2/470-powerpc_syscall6.patch | 10 ++ 1 file changed, 10 insertions(+) create mode 100644

[OpenWrt-Devel] Ext LNA patch for TUBE2H and HORNET-UB targets

2015-03-11 Thread Christophe Prévotaux
John, Could you please review and upstream these patches for Alfa Networks HORNET UB and TUBE2H in OpenWRT BB and Trunk ? They fix the ext LNA enabling problem that caused the lack of RX sensitivity on these platforms. Cordially Christophe diff --git

[OpenWrt-Devel] [PATCH 1/2] ralink: add FireWRT IO multiplexing

2015-03-11 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/dts/FIREWRT.dts |8 1 file changed, 8 insertions(+) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 8790f7b..a6318d0 100644 --- a/target/linux/ramips/dts/FIREWRT.dts

[OpenWrt-Devel] [PATCH 2/2] ralink: FireWRT flash size is up to 16M.

2015-03-11 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/image/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 6e6b10b..45ae3a5 100644 ---

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for the UniFi AP Outdoor Plus

2015-03-11 Thread Matthias Schiffer
No, unfortunately, the WLAN problem still exists. My patch made OpenWrt generate images which can be flashed the usual way from the stock firmware. In addition, it added support to the OpenWrt kernel and userspace, so that - the device is identified correctly in /proc/cpuinfo and /tmp/sysinfo -

[OpenWrt-Devel] [PATCH] [packages] clean packages already moved to github

2015-03-11 Thread Mantas Pucka
Remove duplicate packages that can cause build issues when oldpackages feed is enabled: apcupsd watchcat less dosfstools l7-protocols fakeidentd libshout ices libmicrohttpd libmicroxml python-mysql Signed-off-by: Mantas Pucka man...@8devices.com --- lang/pymysql/Makefile

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for the UniFi AP Outdoor Plus

2015-03-11 Thread Shvedov Yury
Hi, does your patch fix this problem: https://lists.openwrt.org/pipermail/openwrt-devel/2014-September/028103.html ? As I checked, it doesn't, so what exactly your patch do? Does it only make the leds to work properly? Kind regards Yury Shvedov On 12/30/2014 06:01 AM, Matthias Schiffer

Re: [OpenWrt-Devel] [PATCH 1/4] ar71xx: fix WRT160NL and TP-Link partition parser patches

2015-03-11 Thread Christian Lamparter
On Fri, Mar 6, 2015 at 7:46 PM, Christian Lamparter chunk...@googlemail.com wrote: 405-mtd-tp-link-partition-parser.patch was updating the WRT160NL's partition parser Kconfig. This patch moves the relevant change into the right file: 404-mtd-wrt160nl-trx-parser.patch Signed-off-by: Christian

Re: [OpenWrt-Devel] Why OpenWrt sucks?

2015-03-11 Thread Zefir Kurtisi
On 03/10/2015 10:39 PM, Felix Fietkau wrote: On 2015-03-10 20:22, Zefir Kurtisi wrote: This gives at least two sources for optimization for the reference driver: 1) save inter-layer processing overhead (passing commands from hostapd directly to HW is cheaper than passing it through 4

[OpenWrt-Devel] [PATCH] [kernel] wnr2200 gpio

2015-03-11 Thread mar
Hi I tested this and it works with my wnr2200 Apply fixed gpio from Ticket https://dev.openwrt.org/ticket/15267 I checkout the latest thruk .../ar71xx/files/arch/mips/ath79/mach-wnr2200.c| 94 ++ 1 file changed, 44 insertions(+), 50 deletions(-) diff --git

Re: [OpenWrt-Devel] Ethernet problem with R8000

2015-03-11 Thread Ian Kent
On Sat, 2015-02-28 at 23:07 +0800, Ian Kent wrote: Hi all, I'm trying to make progress on getting the Netgear R8000 to work. Basically it's a BCM4799 but with a BCM53012 switch rather than the usual BCM53011 (among other differences). I have a number of problems but the one that is the

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for the UniFi AP Outdoor Plus

2015-03-11 Thread Shvedov Yury
Thank you for your answer. We will try to solve this issue with our own forces. Kind regards Yury Shvedov On 03/11/2015 01:46 PM, Matthias Schiffer wrote: No, unfortunately, the WLAN problem still exists. My patch made OpenWrt generate images which can be flashed the usual way from the stock

[OpenWrt-Devel] [PATCH] ralink: resize the flash partition for FireWRT

2015-03-11 Thread wengbj
Signed-off-by: wengbj fl.serv...@t-firefly.com --- target/linux/ramips/dts/FIREWRT.dts |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index a6318d0..54f0e55 100644 ---