[OpenWrt-Devel] [ar71xx][resubmit] add mercury mw150r support

2012-07-27 Thread Andrew 'Necromant' Andrianov
This patchset superseeds my previous submit, and fixes some small but annoying bugs that popped out later while testing. I have also put up some initial info on this router up to the openwrt wiki and pushed some teardown and upgrade photos http://wiki.openwrt.org/toh/mercury/mw150r

[OpenWrt-Devel] [PATCH 02/11] ar71xx: add Mercury MW150R machtype and platform stuff

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../files/arch/mips/ath79/mach-mercury-mw150r.c| 119 .../610-MIPS-ath79-openwrt-machines.patch | 49 ++--- 2 files changed, 154 insertions(+), 14 deletions(-) create mode 100644

[OpenWrt-Devel] [PATCH 03/11] ar71xx: properly add Mercury MW150R to platform and sysupgrade scripts

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- target/linux/ar71xx/base-files/lib/ar71xx.sh |3 +++ .../ar71xx/base-files/lib/upgrade/platform.sh |3 ++- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 05/11] ar71xx: Add default led definitions for Mercury MW150R

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../linux/ar71xx/base-files/etc/uci-defaults/leds |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/leds

[OpenWrt-Devel] [PATCH 04/11] ar71xx: Add Mercury MW150R stuff to image Makefile

2012-07-27 Thread Andrew 'Necromant' Andrianov
This adds options for 4 8 and 16Mib (hacked) versions of the firmware. 16MiB version relies on the previous patch to mktplinkfw. Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- target/linux/ar71xx/image/Makefile |9 + 1 files changed, 9 insertions(+), 0 deletions(-)

[OpenWrt-Devel] [PATCH 06/11] ar71xx: Add Mercury MW150R board Profile

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- target/linux/ar71xx/generic/profiles/mercury.mk | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 target/linux/ar71xx/generic/profiles/mercury.mk diff --git

[OpenWrt-Devel] [PATCH 10/11] ar71xx: fix vlan default configs for mercury-mw150r

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../ar71xx/base-files/etc/uci-defaults/network |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network

[OpenWrt-Devel] [PATCH 07/11] ar71xx: Enable Mercury MW150R machine in kernel config

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- target/linux/ar71xx/config-3.3 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/linux/ar71xx/config-3.3 b/target/linux/ar71xx/config-3.3 index ebb0553..c17bc3d 100644 ---

[OpenWrt-Devel] [PATCH 08/11] ar71xx: Set WAN led to be active_low as it is on Mercury MW150R

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../files/arch/mips/ath79/mach-mercury-mw150r.c|1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-mercury-mw150r.c

[OpenWrt-Devel] [PATCH 01/11] mktplinkfw: add an option to generate 16MiB images

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- tools/firmware-utils/src/mktplinkfw.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c index fab2081..75ce1d7

[OpenWrt-Devel] [PATCH 09/11] ar71xx: fix wmac registration on mercury mw150r

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../files/arch/mips/ath79/mach-mercury-mw150r.c|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-mercury-mw150r.c

[OpenWrt-Devel] [PATCH 11/11] ar71xx: fix soc definition for mercury-mw150r

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../610-MIPS-ath79-openwrt-machines.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch

Re: [OpenWrt-Devel] [PATCH 02/11] ar71xx: add Mercury MW150R machtype and platform stuff

2012-07-27 Thread Jonas Gorski
Hi, a nitpick ... On 27 July 2012 12:06, Andrew 'Necromant' Andrianov and...@ncrmnt.org wrote: diff --git a/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch index f0727ad..e8f8196 100644 ---

Re: [OpenWrt-Devel] [PATCH 08/11] ar71xx: Set WAN led to be active_low as it is on Mercury MW150R

2012-07-27 Thread Jonas Gorski
On 27 July 2012 12:06, Andrew 'Necromant' Andrianov and...@ncrmnt.org wrote: Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../files/arch/mips/ath79/mach-mercury-mw150r.c|1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH 09/11] ar71xx: fix wmac registration on mercury mw150r

2012-07-27 Thread Jonas Gorski
On 27 July 2012 12:06, Andrew 'Necromant' Andrianov and...@ncrmnt.org wrote: Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../files/arch/mips/ath79/mach-mercury-mw150r.c|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH 11/11] ar71xx: fix soc definition for mercury-mw150r

2012-07-27 Thread Jonas Gorski
On 27 July 2012 12:06, Andrew 'Necromant' Andrianov and...@ncrmnt.org wrote: Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../610-MIPS-ath79-openwrt-machines.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH 07/11] ar71xx: Enable Mercury MW150R machine in kernel config

2012-07-27 Thread Jonas Gorski
On 27 July 2012 12:06, Andrew 'Necromant' Andrianov and...@ncrmnt.org wrote: Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- target/linux/ar71xx/config-3.3 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/linux/ar71xx/config-3.3

Re: [OpenWrt-Devel] [PATCH] usbip: update userspace to match kernel part (UPDATED)

2012-07-27 Thread Florian Fainelli
On Thursday 26 April 2012 10:01:36 Abaakouk Mehdi wrote: Update: md5sum of usb.ids have been updated. After kernel 2.6.39, usbip kernel and userspace are in kernel tree The new kernel modules names have already been updated in openwrt for kernel 2.6.39 This patch, allow to build the

Re: [OpenWrt-Devel] [GIT PULL v2] Introduce php5 pecl packages

2012-07-27 Thread Florian Fainelli
Hi Michael, On Sunday 22 April 2012 00:08:52 Michael Heimpold wrote: Hi Florian, Your pull request basically looks okay to me, I just have a couple comments: - can you create a dedicated branch, so I know I can safely pull from this branch - the patches in your tree don't have

Re: [OpenWrt-Devel] [PATCH] usbip: update userspace to match kernel part (UPDATED)

2012-07-27 Thread Mehdi Abaakouk
Thanks a lots ! On Fri, Jul 27, 2012 at 01:47:23PM +0200, Florian Fainelli wrote: On Thursday 26 April 2012 10:01:36 Abaakouk Mehdi wrote: Update: md5sum of usb.ids have been updated. After kernel 2.6.39, usbip kernel and userspace are in kernel tree The new kernel modules names have

Re: [OpenWrt-Devel] [PATCH] Update rrdtool to version 1.4.7

2012-07-27 Thread Florian Fainelli
Roberto, On Friday 06 April 2012 14:34:13 Roberto Riggio wrote: On 04/02/2012 05:16 PM, Florian Fainelli wrote: The configure scripts fails complaining it could not find neither glib 2.0 nor libxml-2.0. Can you please start from a fresh build and test again if that works for you? This

[OpenWrt-Devel] [PATCH] [ar71xx] [resubmit] ew-dorin: added USB support V2

2012-07-27 Thread Reiner Rusnak
ew-dorin: added USB support V2. This patch replaces our previous malformed submit. Signed-off-by: embedded wireless GmbH info at embeddedwireless.de --- Index: target/linux/ar71xx/generic/profiles/ew.mk === ---

[OpenWrt-Devel] [PATCH] [ar71xx] [resubmit] ew-dorin: added router firmware generation V2

2012-07-27 Thread Reiner Rusnak
ew-dorin: added router firmware generation V2. This patch replaces our previous malformed submit. Signed-off-by: embedded wireless GmbH info at embeddedwireless.de --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-ew-dorin.c

Re: [OpenWrt-Devel] [PATCH 07/11] ar71xx: Enable Mercury MW150R machine in kernel config

2012-07-27 Thread Andrew
Jonas Gorski писал : On 27 July 2012 12:06, Andrew 'Necromant' Andrianov and...@ncrmnt.org wrote: Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- target/linux/ar71xx/config-3.3 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH] avahi version bump to 0.6.31, Makefile improvements, take 3!!

2012-07-27 Thread Florian Fainelli
Hi Mike, On Monday 23 April 2012 18:18:48 Mike Brady wrote: I promise this is the last fix to this patch submission! This patch updates avahi to latest version -- 0.6.31. From the release notes: This is a bugfix release and mostly makes things work with current autoconf again. It allows

Re: [OpenWrt-Devel] [PATCH] Fix detection of standalone ldd

2012-07-27 Thread Florian Fainelli
On Sunday 24 July 2011 17:55:17 Michael Heimpold wrote: When standalone ldd is selected in config the binary is installed in /usr/bin/ldd. Signed-off-by: Michael Heimpold m...@heimpold.de Applied in r32891, thanks! -- Florian ___ openwrt-devel

Re: [OpenWrt-Devel] [BRCM63XX] Add brcmsmac profile

2012-07-27 Thread Florian Fainelli
On Wednesday 18 July 2012 19:40:33 Álvaro Fernández Rojas wrote: Add brcmsmac profile (kmod-brcmsmac + wpad-mini). Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com Applied in r32890, thanks! -- Florian ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] Fixes for D-Link DVA-G3810BN/TL (1)

2012-07-27 Thread Florian Fainelli
On Sunday 15 April 2012 20:10:37 Jeroen van Bemmel wrote: Attached the patch to fix support for the D-Link DVA-G3810BN, generated by quilt Signed-Off-By: Jeroen van Bemmel jbem...@zonnet.nl Applied in r32893. -- Florian ___ openwrt-devel mailing

Re: [OpenWrt-Devel] [PATCH v2][BRCM63XX] Add CT6376-1 board support

2012-07-27 Thread Florian Fainelli
On Saturday 07 July 2012 12:18:32 Álvaro Fernández Rojas wrote: Added CT6373 devices instead of using NB4's devices, as Florian suggested. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com Applied in r32892, thanks! -- Florian ___

Re: [OpenWrt-Devel] [PATCH] Fixes for D-Link DVA-G3810BN/TL (2)

2012-07-27 Thread Florian Fainelli
On Sunday 15 April 2012 20:15:53 Jeroen van Bemmel wrote: Attached patch fixes a typo in the image Makefile, and overrides the board name for DVA-G3810BN to set the correct board properties Signed-Off-By: Jeroen van Bemmel jbem...@zonnet.nl Applied in r32894, thanks! -- Florian

[OpenWrt-Devel] [PATCH 2/4] ar71xx: add Mercury MW150R kernel stuff

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- target/linux/ar71xx/config-3.3 |1 + .../files/arch/mips/ath79/mach-mercury-mw150r.c| 120 .../610-MIPS-ath79-openwrt-machines.patch | 25 +++- 3 files changed, 140

[OpenWrt-Devel] [PATCH 3/4] ar71xx: Add Mercury MW150R stuff to image and build profile

2012-07-27 Thread Andrew 'Necromant' Andrianov
This adds options for 4 8 and 16Mib (hacked) versions of the firmware. 16MiB version relies on the previous patch to mktplinkfw. This also adds the required profile Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- target/linux/ar71xx/generic/profiles/mercury.mk | 15

[OpenWrt-Devel] [PATCH 4/4] ar71xx: Properly add Mercury MW150R to userspace scripts

2012-07-27 Thread Andrew 'Necromant' Andrianov
This patch adds all the required stuff for vlan switch, sysupgrade to work It also sets the default led configuration. Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../linux/ar71xx/base-files/etc/uci-defaults/leds |9 +

[OpenWrt-Devel] [PATCH][resubmit] ar71xx: add mercury mw150r support

2012-07-27 Thread Andrew 'Necromant' Andrianov
Hello again, I have retailored the patchset as asked into 4 distinct pieces and gave the patches a quick try. Everything seems fine, so here they are. Regards, Andrew ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH 1/4] mktplinkfw: add an option to generate 16MiB images

2012-07-27 Thread Andrew 'Necromant' Andrianov
Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- tools/firmware-utils/src/mktplinkfw.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c index fab2081..75ce1d7

[OpenWrt-Devel] [PATCH] tools/firmware-utils/trx: new option -c to set flags in trx headers

2012-07-27 Thread Matthias Buecher / Germany
Signed-off by: Matthias Buecher m...@maddes.net - - - - Setting the trx header flags can be very useful, for instance when reverting/switching from DD-Wrt to OpenWrt. It can emulate DD-Wrt's -noheader option with -c 1, so the image can be flashed correctly, e.g. on Buffalo WZR-HP-G300NH with

Re: [OpenWrt-Devel] Bug in net/dhcp feed package

2012-07-27 Thread Luka Perkov
On Fri, Jul 27, 2012 at 03:18:44AM +0200, Luka Perkov wrote: I'll fix it. Fixed in r32897. As suggested on IRC I changed package name. Luka ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] Buffalo WLAE-AG300N wireless led support

2012-07-27 Thread LEO Airwarosu Yoichi Shinoda
Folks, Please ignore this particular (additional) patch. I've started to learn how uci-defaults work. --- shinoda On 2012/07/26, at 0:36, LEO Airwarosu Yoichi Shinoda wrote: This is an additional patch for the WLAE-AG300N that makes wireless led to work. On 2012/07/24, at 11:13, LEO

Re: [OpenWrt-Devel] [PATCH] Buffalo WLAE-AG300N wireless led support

2012-07-27 Thread Peter Naulls
On 07/27/2012 04:00 PM, LEO Airwarosu Yoichi Shinoda wrote: Folks, Please ignore this particular (additional) patch. I've started to learn how uci-defaults work. Also, and unless I've missed some very recent patch, we're still sans full support of all the LEDs on the AG300N. Anyone want to

Re: [OpenWrt-Devel] [PATCH] Buffalo WLAE-AG300N wireless led support

2012-07-27 Thread LEO Airwarosu Yoichi Shinoda
On 2012/07/28, at 8:04, Peter Naulls wrote: On 07/27/2012 04:00 PM, LEO Airwarosu Yoichi Shinoda wrote: Folks, Please ignore this particular (additional) patch. I've started to learn how uci-defaults work. Also, and unless I've missed some very recent patch, we're still sans full