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

2015-07-29 Thread Rafał Miłecki
On 30 July 2015 at 08:33, Daniel Golle wrote: > On Thu, Jul 30, 2015 at 05:55:02AM +0200, Rafał Miłecki wrote: >> On 30 July 2015 at 03:52, Daniel Golle wrote: >> > Add new brcmfmac-firmware package. >> > (Firmware blobs for BCM43362 were added upstream recently) >> > PKG_MIRROR_MD5SUM should be

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

2015-07-29 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 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 available > > on Open

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

2015-07-29 Thread Rafał Miłecki
On 30 July 2015 at 03:52, Daniel Golle 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 available > on OpenWrt's mirror. You need to describe it better. What's the point of this i

[OpenWrt-Devel] [PATCH 1/2] oxnas: prepare for kernel 4.1

2015-07-29 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/oxnas/config-4.1 | 374 + .../oxnas/files/drivers/usb/host/ehci-oxnas.c | 2 +- .../010-arm_introduce-dma-fiq-irq-broadcast.patch | 56 +++ .../250-add-plxtech-vendor-prefix.patch| 10 + ..

[OpenWrt-Devel] [PATCH 2/2] oxnas: switch to kernel 4.1

2015-07-29 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/oxnas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile index 32bcab8..2d244db 100644 --- a/target/linux/oxnas/Makefile +++ b/target/linux/oxnas/Makefile @@ -15,7 +15,

[OpenWrt-Devel] [PATCH 7/7] sunxi: improve BananaPro package profile

2015-07-29 Thread Daniel Golle
Add kmod-ata-sunxi and kmod-brcmfmac to support all board features by default. Signed-off-by: Daniel Golle --- target/linux/sunxi/profiles/bananapro.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/sunxi/profiles/bananapro.mk b/target/linux/sunxi/profiles/ba

[OpenWrt-Devel] [PATCH 6/7] ap6210-firmware: new package

2015-07-29 Thread Daniel Golle
This package contains the WiFi NVRAM distributed with Bananian [1]. It's currently needed to use the WiFi module (BCM43362 SDIO) on the BananaPro with the brcmfmac cfg80211 driver which doesn't yet support retrieving calibration data via device-tree or platform_data. (DOS-style newlines in nvram_a

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

2015-07-29 Thread Daniel Golle
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 available on OpenWrt's mirror. Signed-off-by: Daniel Golle --- package/firmware/linux-firmware/Makefile | 26 +++--- 1 fil

[OpenWrt-Devel] [PATCH 4/7] sunxi: prepare kernel 4.1 config and patches

2015-07-29 Thread Daniel Golle
Similar to brcm2708 have framebuffer video support built-in so fbconsole gets initialized during boot. Plus more kernel config carefully sync'ed against upstream sunxi_defconfig. Signed-off-by: Daniel Golle --- target/linux/sunxi/config-4.1 | 599 ...201-dt-sun7i-a

[OpenWrt-Devel] [PATCH 3/7] sunxi: reorganize kmod-ata-ahci-sunxi dependencies

2015-07-29 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/sunxi/modules.mk | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/target/linux/sunxi/modules.mk b/target/linux/sunxi/modules.mk index a4c71b9..0981fe5 100644 --- a/target/linux/sunxi/modules.mk +++ b/target/linux/sunxi/modules.

[OpenWrt-Devel] [PATCH 2/7] modules: move libahci to kmod-ata-core

2015-07-29 Thread Daniel Golle
Newer kernels make use of libahci in ahci-platform, ie. also on non-PCI platforms. As there is no single config symbol deciding whether libahci.ko is being built or not it seems the most sensitive thing to package it in kmod-ata-core. Signed-off-by: Daniel Golle --- package/kernel/linux/modules/

[OpenWrt-Devel] [PATCH 1/7] kernel: add missing CONFIG_IR_IGORPLUGUSB symbol

2015-07-29 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/generic/config-4.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 1687487..51efabb 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -1706,

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

2015-07-29 Thread Kevin Darbyshire-Bryant
Bump to dnsmasq v2.74 Minor patch refresh also required. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/dnsmasq/Makefile | 4 ++-- .../patches/210-dnssec-improve-timestamp-heuristic.patch | 14 ++ 2 files changed, 8 insertions(+), 10 deletion

Re: [OpenWrt-Devel] [PATCH v2] ar71xx: Allow to use ath79_gpio_output_select on QCA955x

2015-07-29 Thread Steve Brown
Sven, On Mon, 2015-07-20 at 19:10 +0200, Sven Eckelmann wrote: > Signed-off-by: Sven Eckelmann > --- > v2: Rebased to fix conflict with r46207 > > ...79-add-gpio-func-register-for-QCA955x-SoC.patch | 60 > ++ > ...79-add-gpio-func-register-for-QCA955x-SoC.patch | 60 >

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

2015-07-29 Thread Leon George
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi :-) briefing: the automatic flashing-process - holding down the WPS-button in order to flash an image downloaded via TFTP - no longer works for certain WDR3600-devices with hardware revision 1.5 that have only minor (visible) differences to worki

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

2015-07-29 Thread Atanas Vladimirov
https://dev.openwrt.org/ticket/20201 On BB I used 20dBm for both 2.4 and 5GHz on the same router. Sent with AquaMail for Android http://www.aqua-mail.com On 29 юли 2015 г. 18:40:10 Ben West wrote: This is what I observe running Barrier Breaker on UBNT M5 products, too. I believe the 17dBm

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

2015-07-29 Thread Ben West
This is what I observe running Barrier Breaker on UBNT M5 products, too. I believe the 17dBm limit is intentional, i.e. per regulation. The 30dBm tx power limit applies to channels 149 and above, I believe. > Also (kind of off-topic): Do you know why 5Ghz channels 36-48 are forced > to be 17dB

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

2015-07-29 Thread Gerald Matzka
Well, it looks like the txpower of your wdnr3800 is limited to 17dBm because of the hardware reg-domain settings. Kind regards, ... sent from my iPhone > Am 29.07.2015 um 10:43 schrieb Nicola von Thadden : > > Hi, > > I have this strange behaviour down below, for which I also opened a > tick

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

2015-07-29 Thread Sven Eckelmann
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 changed a single bit for uart3, uart2 and mdio. Also th

[OpenWrt-Devel] [PATCH] lantiq: Support newer versions of the PEF7071 ethernet PHYs

2015-07-29 Thread Martin Blumenstingl
The BT Home Hub 5A uses three PEF7071 with PHY ID 0xd565a401. Daniel's PHY driver (for his u-boot sources) already supports that PHY because it uses a PHY ID mask of 0xfff8. Signed-off-by: Martin Blumenstingl --- .../patches-3.18/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch | 2 +-

[OpenWrt-Devel] [PATCH] ramips: Fix Ticket #20153 swap radio calibration data pointers on the RE6500

2015-07-29 Thread L. D. Pinney
This patch fixes weak radio signal reported by nikola.georgiev Signed-off-by: L. D. Pinney --- Patch applies to CC as well. target/linux/ramips/dts/RE6500.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE

[OpenWrt-Devel] (no subject)

2015-07-29 Thread L. D. Pinney
Subject: [PATCH] ramips: Fix Ticket #20153 swap radio calibration data pointers on the RE6500 This patch fixes weak radio signal reported by nikola.georgiev Signed-off-by: L. D. Pinney --- Patch applies to CC as well. target/linux/ramips/dts/RE6500.dts | 4 ++-- 1 file changed, 2 insertions(+

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

2015-07-29 Thread Nicola von Thadden
Hi, I have this strange behaviour down below, for which I also opened a ticket because I think this should not be like that ;) Does anyone have an idea where the problem could originate from and how to fix it? Thanks Nico On 07/29/2015 12:37 AM, OpenWrt wrote: > #20222: 2.4Ghz limited to 50mW i

Re: [OpenWrt-Devel] openwrt-ar71xx GUI

2015-07-29 Thread David Lang
On Wed, 29 Jul 2015, John kerry wrote: I am working on openwrt-ar71xx. After upload the image file the GUI will be access on some IP address. Now I want to change the GUI, Could anyone tell how I can change the GUI, i means to say which file shall I modify. There are a lot of different files,

[OpenWrt-Devel] openwrt-ar71xx GUI

2015-07-29 Thread John kerry
Hi, I am working on openwrt-ar71xx. After upload the image file the GUI will be access on some IP address. Now I want to change the GUI, Could anyone tell how I can change the GUI, i means to say which file shall I modify. Thanks & Regards, John ___ o

Re: [OpenWrt-Devel] jail patches -> CC & trunk

2015-07-29 Thread Etienne Champetier
Hi all, This as been merged in trunk (thanks John) and in CC (thanks jow) Just a quick note, LXC on both centos 6 and fedora 22 can have a dir chmod 770 and chown root:root in the path to the rootfs and it still work with non root user, so maybe my patches are just workarounds (or maybe not, i've