Re: [OpenWrt-Devel] [PATCH 00/13] ramips: massive code cleanups

2015-07-30 Thread Piotr Dymacz
2015-07-30 14:24 GMT+02:00 John Crispin blo...@openwrt.org: [...] big diff stat. i like it. can you do the same for lantiq ? :) Maybe... and ar71xx too? ;) i will stop merging new board to ramips target untilt his series is in the tree to save you having to rebase too often. OK. when can

Re: [OpenWrt-Devel] [PATCH 00/13] ramips: massive code cleanups

2015-07-30 Thread John Crispin
On 26/07/2015 18:24, Piotr Dymacz wrote: The following changes fix different mistakes in ramips target and try to make the code more clean and consistent. The patches affect: * dts{,i} files * base-files/* scripts * image Makefile Piotr Dymacz (13): ramips: fix indentation and

Re: [OpenWrt-Devel] [PATCH] rampips: Fix pinmux functions for MT7621

2015-07-30 Thread John Crispin
On 29/07/2015 17:19, Sven Eckelmann wrote: The pinctrl-rt2880 code doesn't support multiple functions with the same name. This will result in incorrect pinmux configuration. The MT7621 uses 2 bit wide configuration of the sdhci, spi, mdio, pcie, wdt, uart2 and uart3. But the code only

Re: [OpenWrt-Devel] RFC: Preserving smbpasswd dnsmasq.time across sysupgrade

2015-07-30 Thread Kevin Darbyshire-Bryant
Thanks Bastian, apologies for delayed reply. I'll check that info out. :-) Thanks Kevin -- Cheers, ke...@darbyshire-bryant.me.uk Sent from my phone, apologies for brevity, spelling top posting On 27 Jul 2015, at 09:14, Bastian Bittorf bitt...@bluebottle.com wrote: * Kevin

Re: [OpenWrt-Devel] [OpenWrt] 2.4Ghz limited to 50mW in DFS-ETSI

2015-07-30 Thread Ben West
You can look up your respective country's spectrum regulations. It is possible prior versions OpenWRT didn't fully conform to each regulatory domain and were fixed in more recent versions (just as the converse is possible). For example, for the USA, here is a table of power limits for the 2.4GHz

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] Add support for Plusnet 2704N

2015-07-30 Thread Jonas Gorski
Hi, On Tue, Jul 28, 2015 at 6:28 AM, Matt Goring matt.gor...@googlemail.com wrote: BCM6318: add support for Plusnet / Sagem 2704N (V1) Signed-off-by: Matt Goring matt.gor...@googlemail.com --- For future submissions, add a changelog here for all the changes between (re-)submissions.

Re: [OpenWrt-Devel] [PATCH] lantiq: get more status information from xDSL

2015-07-30 Thread Martin Blumenstingl
On Thu, Jul 30, 2015 at 10:35 AM, feckert eckert.flor...@googlemail.com wrote: Signed-off-by: Florian Eckert eckert.flor...@googlemail.com Signed-off-by: Helge Mader hma...@tdt.de Tested-by: Martin Blumenstingl martin.blumensti...@googlemail.com I only have two minor nitpicks: 1. Annex and Line

Re: [OpenWrt-Devel] [WDR3600] factory using WPS-button and tftp doesn't work anymore (new hardware?)

2015-07-30 Thread Leon George
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Just in case anybody was following this; i've worked around the issue by prepending the first 257 blocks from an official firmware-upgrade and than padding to the required size (8192512). It seems that the automatic process now expects u-boot and

Re: [OpenWrt-Devel] [OpenWrt] 2.4Ghz limited to 50mW in DFS-ETSI

2015-07-30 Thread David Lang
What's more, The regulation is on the signal strength of the radiated signal, not the transmitter power. so if you go to max transmitter power and add a better antenna, you actually exceed the limits. There is apparently an exception to this for point-to-point use. But you still can't use

Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-07-30 Thread Rafał Miłecki
On 15 July 2015 at 12:11, Ian Kent ra...@themaw.net wrote: On Tue, 2015-07-14 at 18:19 +0200, Rafał Miłecki wrote: On 28 June 2015 at 05:37, Ian Kent ra...@themaw.net wrote: Let me rework this using the bus number as you recommend. I'll repost my updated patch series once I've done that.

[OpenWrt-Devel] [PATCH v2] dnsmasq: Bump to dnsmasq2.74

2015-07-30 Thread Kevin Darbyshire-Bryant
Bump to dnsmasq2.74 refresh patches to fix fuzz Signed-off-by: Kevin Darbyshire-Bryant ke...@darbyshire-bryant.me.uk --- v2 - fixed patch fuzz in 100-fix-dhcp-no-address-warning package/network/services/dnsmasq/Makefile | 4 ++--

[OpenWrt-Devel] OpenWRT default settings

2015-07-30 Thread John kerry
Hi Everyone, I am working on openWRT Luci, able to change the settings in the file under overlay and settings will get change, but when i do factory reset from GUI, All the changes i have done in script file gone. So i need to know from which this all factory reset configuration is loading so that

[OpenWrt-Devel] [PATCH] lantiq: get more status information from xDSL

2015-07-30 Thread feckert
Signed-off-by: Florian Eckert eckert.flor...@googlemail.com Signed-off-by: Helge Mader hma...@tdt.de --- .../lantiq/base-files/lib/functions/lantiq_dsl.sh | 400 +++- 1 file changed, 388 insertions(+), 12 deletions(-) mode change 100644 = 100755

Re: [OpenWrt-Devel] [OpenWrt] 2.4Ghz limited to 50mW in DFS-ETSI

2015-07-30 Thread Nicola von Thadden
Hi, I also thought to have used 20dBm or 23dBm in earlier releases (AA). Is there a way to find out to which txpower levels the 5Ghz transceiver is limited? I think the driver reads them out, maybe there is a way to print them on the cmd? But my main problem is the 17dBm on 2.4Ghz when setting

[OpenWrt-Devel] [PATCH] update config.guess config.sub

2015-07-30 Thread Alexey Brodkin
These are from today's master branch of: http://git.savannah.gnu.org/gitweb/?p=config.git;a=tree In particular it adds support for ARC architecture plus some more improvements and fixes. This patch is built-tested against NetGear WNDR3800. Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc:

[OpenWrt-Devel] [PATCH] include/kernel.mk - better search for ARCH

2015-07-30 Thread Alexey Brodkin
If findstring is used without leading and trailing spaces unexpected matches may happen. For example consider ARC=arc then findstring $(ARCH) will report a false match with aarch64. But findstring $ARCH (note trailing space) will correctly skip matches for both aarch64 and aarch64_be. This

[OpenWrt-Devel] [PATCHv2 5/7] mac80211/linux-firmware: include firmware for brcmfmac-sdio

2015-07-30 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org --- package/kernel/mac80211/Makefile | 48 ++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 40b08c0..4052acd 100644

[OpenWrt-Devel] AR71xx openWRT Default config file

2015-07-30 Thread John kerry
Hi , I am working on openWRT Luci, able to change the settings in the file under overlay and settings will get change, but when i do factory reset from GUI, All the changes i have done in script file gone. So i need to know from which this all factory reset configuration is loading so that i will

[OpenWrt-Devel] [PATCH] ar71xx: Fix gpio_count setting for QCA953x in ath79_gpio_output_select

2015-07-30 Thread Sven Eckelmann
Reported-by: Steve Brown sbr...@cortland.com Signed-off-by: Sven Eckelmann s...@open-mesh.com --- .../739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch | 2 +- .../739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch | 2 +- 2 files changed, 2 insertions(+), 2

Re: [OpenWrt-Devel] [PATCH 5/7] linux-firmware: use newer upstream, package brcmfmac-firmware

2015-07-30 Thread Daniel Golle
On Thu, Jul 30, 2015 at 05:55:02AM +0200, Rafał Miłecki wrote: On 30 July 2015 at 03:52, Daniel Golle dan...@makrotopia.org wrote: Add new brcmfmac-firmware package. (Firmware blobs for BCM43362 were added upstream recently) PKG_MIRROR_MD5SUM should be re-added once the newer file is

Re: [OpenWrt-Devel] [OpenWrt] 2.4Ghz limited to 50mW in DFS-ETSI

2015-07-30 Thread Gerald Matzka
Ben is right, take a look at https://forum.openwrt.org/viewtopic.php?id=42197 In newer Openwrt versions the kernel modules are compiled to respect the reg-domain settings programmed in hardware. Kind regards ... sent from my iPhone Am 30.07.2015 um 17:11 schrieb Ben West b...@gowasabi.net:

[OpenWrt-Devel] how to control PA in mt7620a ralink-soc?

2015-07-30 Thread Soulkey
Dear Sir,     I have something to trouble you , I want to know how to enable the PA of the mt7620a ralink-soc in the OpenWrt-BB ,and is there any article or mail has been explained ,but I don't know ?    Please share it to me , I am eager to get help , thank you very much !!!

Re: [OpenWrt-Devel] [PATCH] include/kernel.mk - better search for ARCH

2015-07-30 Thread Felix Fietkau
On 2015-07-30 10:41, Alexey Brodkin wrote: If findstring is used without leading and trailing spaces unexpected matches may happen. For example consider ARC=arc then findstring $(ARCH) will report a false match with aarch64. But findstring $ARCH (note trailing space) will correctly skip

Re: [OpenWrt-Devel] [PATCH] include/kernel.mk - better search for ARCH

2015-07-30 Thread Alexey Brodkin
Hi Felix, On Thu, 2015-07-30 at 12:55 +0200, Felix Fietkau wrote: On 2015-07-30 10:41, Alexey Brodkin wrote: If findstring is used without leading and trailing spaces unexpected matches may happen. For example consider ARC=arc then findstring $(ARCH) will report a false match with

[OpenWrt-Devel] [PATCHv2 6/7] ap6210-nvram: new package

2015-07-30 Thread Daniel Golle
This package contains the WiFi NVRAM distributed with Bananian. It's currently needed to use the WiFi module (BCM43362 SDIO) on the BananaPro with the brcmfmac cfg80211 driver. Signed-off-by: Daniel Golle dan...@makrotopia.org --- package/firmware/ap6210-nvram/Makefile | 40