[OpenWrt-Devel] [PATCH] package-defaults.mk: set DISABLE_NLS only if not CONFIG_BUILD_NLS

2015-02-20 Thread Christian Schoenebeck
set DISABLE_NLS only if CONFIG_BUILD_NLS NOT set. like DISABLE_IPV6 which depends on CONFIG_IPV6 Signed-off-by: Christian Schoenebeck christian.schoeneb...@gmail.com --- include/package-defaults.mk | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

[OpenWrt-Devel] RT2880/50 RGMII iNIC interface on Ralink RT3052 does?

2015-02-20 Thread ql li
RT3052 motherboard with Gigabit MAC, using RT2880/50 RGMII iNIC-driven Openwrt regained support? Documents Description:http://www.tracermcc.ru/foto/bender/RT3050_5x_V2.0_081408_0902.pdf ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH][bcm63xx]: Add DGND3700 v1 / DGND3800B support

2015-02-20 Thread dani
This adds support for the Netgear DGND3700 v1 and DGND3800B. DGND3700 v1 and DGND3800B are exactly the same router, only one difference, the factory firmware. This patch produces two factory firmwares for each router. The miniPCI card have two radios, I included sprom fixups bor both spite

Re: [OpenWrt-Devel] [PATCH] b53: Allow to enable/disable port protection for b53 switch

2015-02-20 Thread Alexandru Ardelean
Hello, So, I don't know on which chips this feature is supported. Our chip of interest is the BCM53128. Maybe I could first add a is53128() function, so that it's only specific to this chip, especially since we want to push more features that we've developed on this particular chip. Then, if

[OpenWrt-Devel] [PATCH V2 2/2] ipq806x: fix reboot command

2015-02-20 Thread Mathieu Olivari
The watchdog driver already registers a restart notifier, we just have to enable it in the config and in the DT to fix the reboot command. This is done by integratin the following patch-set: https://lkml.org/lkml/2015/2/20/610 I'm copy-pasting the description below: qcom-wdt is currently

[OpenWrt-Devel] [PATCH V2 1/2] ipq806x: enable watchdog kernel option

2015-02-20 Thread Mathieu Olivari
Some bootloaders seem to trigger the watchdog during the boot process, therefore the lack of watchdog driver trigger a reboot a few seconds after boot. So we'll enable it here to avoid it. Signed-off-by: Mathieu Olivari math...@codeaurora.org --- target/linux/ipq806x/config-3.18 | 3 ++- 1 file

[OpenWrt-Devel] [PATCH v3] kernel: Fix USB gadget modules for v3.18

2015-02-20 Thread Owen Kirby
Updated patch that fixes whitespace and supports kernel v3.3 too. Signed-off-by: Owen Kirby o...@exegin.com --- package/kernel/linux/modules/usb.mk | 38 ++--- target/linux/generic/config-3.18| 1 + 2 files changed, 24 insertions(+), 15 deletions(-) diff

[OpenWrt-Devel] [PATCH] mpc85xx: add mpic timer clock frequency to avoid boot log warning

2015-02-20 Thread Heiner Kallweit
MPIC timers are enabled in the config, however a devicetree clock setting is missing causing the following error: /soc@ffe0/timer@41100: cannot get timer frequency. /soc@ffe0/timer@42100: cannot get timer frequency. This patch adds the missing clock and avoids the error. It's a functional

Re: [OpenWrt-Devel] [PATCH v2] kernel: Fix USB gadget modules for v3.18

2015-02-20 Thread Owen Kirby
On 15-02-19 05:48 PM, Daniel Golle wrote: On Thu, Feb 19, 2015 at 02:41:57PM -0800, Owen Kirby wrote: ... +ifeq ($(CONFIG_LINUX_3_8)$(CONFIG_LINUX_3_10),) Note that there are (unfortunately) still targets stuck on 3.3. I doubt that this is relevant, but as that whole legacy section can most