Re: [OpenWrt-Devel] Refactoring base-files

2011-02-05 Thread Felix Fietkau
On 2011-02-06 4:02 AM, Philip Prindeville wrote: > On 2/5/11 9:49 AM, Felix Fietkau wrote: >> On 2011-02-05 12:26 PM, Bastian Bittorf wrote: >>> Some weeks ago, i started (undesired) a discussion[1,2] >>> about how and why i think the base-files should get >>> a refurbishment. I send several patche

Re: [OpenWrt-Devel] Refactoring base-files

2011-02-05 Thread Philip Prindeville
On 2/5/11 9:49 AM, Felix Fietkau wrote: On 2011-02-05 12:26 PM, Bastian Bittorf wrote: Some weeks ago, i started (undesired) a discussion[1,2] about how and why i think the base-files should get a refurbishment. I send several patches as a proposal, but it was not possible to apply them - the re

Re: [OpenWrt-Devel] Refactoring base-files

2011-02-05 Thread Felix Fietkau
On 2011-02-05 12:26 PM, Bastian Bittorf wrote: > Some weeks ago, i started (undesired) a discussion[1,2] > about how and why i think the base-files should get > a refurbishment. I send several patches as a proposal, > but it was not possible to apply them - the reasons are: > > - the code changed

Re: [OpenWrt-Devel] Resend 3 [PATCH] TP-Link TL-WA901ND V2 support

2011-02-05 Thread Jonathan Bennett
3rd time's the charm. This patch fully supports the TP-Link tl-wa901nd v2. It removes the mii-tool dependency, cleans up the mach file just a bit, and uses the correct phy-mask. Cheers, Signed off by Jonathan Bennett Index: target/linux/ar71xx/config-2.6.36 ==

[OpenWrt-Devel] Resend #3: [PATCH 1/1] Use vpi.vci notation uniformly in Solos driver

2011-02-05 Thread Philip Prindeville
Backport of upstream patch: always use vpi.vci notation. Index: target/linux/generic/patches-2.6.37/281-solos_vpi_order.patch === --- target/linux/generic/patches-2.6.37/281-solos_vpi_order.patch (revision 0) +++ target/lin

[OpenWrt-Devel] Resend #3: [PATCH v3 1/1] Redux: Allow user to apply settings to solos h/w before bringing up network

2011-02-05 Thread Philip Prindeville
If the network/wan configuration contains "solos0" ... "solos3" then this list of strings will be applied to the FPGA when the hardware is hotplug added. The syntax should be "tag=value", as per the values enumerated in the solos-attr.c list. In the canned example, the modem is temporarily tur

[OpenWrt-Devel] Resend #3: [PATCH 1/1] Fix swconfig to link against libnl-2.0

2011-02-05 Thread Philip Prindeville
Trivial makefile fix. Index: package/swconfig/src/Makefile === --- package/swconfig/src/Makefile (revision 25068) +++ package/swconfig/src/Makefile (working copy) @@ -1,7 +1,7 @@ ifndef CFLAGS CFLAGS = -O2 -g -I ../src

[OpenWrt-Devel] Resend: [PATCH v2 1/1] Redux: libnl version bump

2011-02-05 Thread Philip Prindeville
Bump from libnl-1 to libnl-2.0. Make sure libnl-nf, libnl-genl, and libnl-route get installed too. Index: package/libnl/patches/140-fix-linking-libnl-genl.patch === --- package/libnl/patches/140-fix-linking-libnl-genl.patch (re

Re: [OpenWrt-Devel] Refactoring base-files

2011-02-05 Thread Jonathan Thibault
On 05/02/11 06:26 AM, Bastian Bittorf wrote: > The next step can be: > - make an official coding-style (at the moment much is mixed) > - make an offical way, how to solve typical problems in scripts > - make "base-files (experimental)" which can be selected in menuconfig > and i will maintain it.

Re: [OpenWrt-Devel] [PATCH 002/002] ASUS RT-N16 kmod-diag and base-files detection/setup support

2011-02-05 Thread George Kashperko
From: George Kashperko ASUS RT-N16 router network configuration setup support Signed-off-by: George Kashperko --- Unfortunately noticed too late that email client of mine word wraps stuff thus making patch broken. Hopefully I got rid of it. --- trunk.24729.orig/target/linux/brcm47xx/base-files/

Re: [OpenWrt-Devel] [PATCH 001/002] ASUS RT-N16 kmod-diag and base-files detection/setup support

2011-02-05 Thread George Kashperko
From: George Kashperko Add ASUS RT-N16 router detection, leds and buttons support Signed-off-by: George Kashperko --- Unfortunately noticed too late that email client of mine word wraps stuff thus making patch broken. Hopefully I got rid of it. --- trunk.24729.orig/package/broadcom-diag/src/dia

Re: [OpenWrt-Devel] [PATCH] fix switch-robo device reference counting

2011-02-05 Thread George Kashperko
From: George Kashperko Fix incorrect device reference counting by switch-robo. Signed-off-by: George Kashperko --- Unfortunately noticed too late that email client of mine word wraps stuff thus making patch broken. Hopefully I got rid of it. --- trunk.24729.orig/package/switch/src/switch-robo.c

Re: [OpenWrt-Devel] [PATCH 0/7] ramips usb support

2011-02-05 Thread John Crispin
> Nah. Merge the upstream-ready stuff to generic, and add the glue now. > ;) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 0/7] ramips usb support

2011-02-05 Thread Imre Kaloz
On Sat, 05 Feb 2011 11:25:02 +0100, John Crispin wrote: i think the ppc people are pushing a version upstream. until it is ready i think it is best to just support several versions and then add glue code later for the upstream version. merging the trees now would result in duplicating part of t

[OpenWrt-Devel] Refactoring base-files

2011-02-05 Thread Bastian Bittorf
Some weeks ago, i started (undesired) a discussion[1,2] about how and why i think the base-files should get a refurbishment. I send several patches as a proposal, but it was not possible to apply them - the reasons are: - the code changed nearly nothing, only the style - some people mentioned, tha

Re: [OpenWrt-Devel] [PATCH 0/7] ramips usb support

2011-02-05 Thread John Crispin
Hi, i think the ppc people are pushing a version upstream. until it is ready i think it is best to just support several versions and then add glue code later for the upstream version. merging the trees now would result in duplicating part of the merging as we will eventually have to go with the up

Re: [OpenWrt-Devel] [PATCH 0/7] ramips usb support

2011-02-05 Thread Luca Olivetti
Al 01/02/11 13:08, En/na Alexander Gordeev ha escrit: Hi! This patchset adds full USB support to ramips target. I've used dwc_otg driver that was published on linuxppc-dev list. There were newer versions of this driver since then but it's still a work in progress and there were no major changes.

Re: [OpenWrt-Devel] TP-Link TL-WA901ND V2 support

2011-02-05 Thread Gabor Juhos
Hi Jonathan, <..> > Here's the relevant lines from dmesg: > ag71xx_mdio: probed > eth0: Atheros AG71xx at 0xb900, irq 4 > eth0: connected to PHY at ag71xx-mdio:0c [uid=8201, driver=Generic PHY] The PHY is at address 0x0c. So the phy mask should be 0x1000 (1 << 12). > > I don't reall