[OpenWrt-Devel] [PATCH] ramips: fix mt76 radio pcie location definition for in Xiaomi MiWiFi Mini

2015-02-08 Thread roger . pueyo
From: Roger Pueyo Centelles roger.pu...@guifi.net This patch sets the correct location of the mt76 radio in the pcie bridge (pcie-bridge instead of pcie0). Additionaly, it disables the 2.4 GHz band. Signed-off-by: Roger Pueyo Centelles roger.pu...@guifi.net ---

[OpenWrt-Devel] [PATCH] kirkwood: Seagate GoFlex Net

2015-02-08 Thread L. D. Pinney
Add GoFlex Net Board Name , set and cleanup network default and LEDs. Remove kmod-rtc-marvell from default packages, as the GoFlex net does not have a RTC. Signed-off-by: L. D. Pinney ldpin...@gmail.com --- target/linux/kirkwood/base-files/etc/diag.sh | 5 +

[OpenWrt-Devel] [PATCH] ar71xx: Add support for MERCURY MAC1200R

2015-02-08 Thread Roger Pueyo Centelles
This patch adds support for MERCURY MAC1200R, a dual band 802.11bgn + 802.11ac router based on the AR9344, with QCA988x ath10k radio and 5 Fast Ethernet ports Signed-off-by: Roger Pueyo Centelles roger.pu...@guifi.net --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +

Re: [OpenWrt-Devel] b53 switch platform_data vs. device tree

2015-02-08 Thread Hauke Mehrtens
On 02/06/2015 08:16 PM, Daniel Golle wrote: Hi! I started using Jonas' b53 driver for the Lamobo R1 board in OpenWrt. To make things more convenient, I'd like to have the port mapping inside the device-tree, so port enumeration would be consistent. swconfig supports that

[OpenWrt-Devel] [PATCH] ar71xx: Add support for MERCURY MAC1200R

2015-02-08 Thread roger . pueyo
From: Roger Pueyo Centelles roger.pu...@guifi.net This patch adds support for MERCURY MAC1200R, a dual band 802.11bgn + 802.11ac router based on the AR9344, with QCA988x ath10k radio and 5 Fast Ethernet ports Signed-off-by: Roger Pueyo Centelles roger.pu...@guifi.net ---

Re: [OpenWrt-Devel] [PATCH] ar71xx: Add support for MERCURY MAC1200R

2015-02-08 Thread 郭传鈜
Ah…Someone added an LED trigger for ath10k serveral days ago…So phy0tpt is able to use now:D 2015年2月8日 下午10:25于 roger.pu...@guifi.net写道: From: Roger Pueyo Centelles roger.pu...@guifi.net This patch adds support for MERCURY MAC1200R, a dual band 802.11bgn + 802.11ac router based on the

Re: [OpenWrt-Devel] [PATCH] ar71xx: Add support for MERCURY MAC1200R

2015-02-08 Thread Roger Pueyo Centelles
Fine. Resending... :) 2015-02-08 16:21 GMT+01:00 郭传鈜 gch981...@gmail.com: Ah…Someone added an LED trigger for ath10k serveral days ago…So phy0tpt is able to use now:D 2015年2月8日 下午10:25于 roger.pu...@guifi.net写道: From: Roger Pueyo Centelles roger.pu...@guifi.net This patch adds support for

[OpenWrt-Devel] Dangerous RPATH in uhttpd, uci, rpcd, ubus

2015-02-08 Thread Etienne Champetier
Hi, I was checking my hardened build of openwrt to see if any package overrides any compile flags and found that some binaries/libraries have RPATH pointing to buildroot path. I'm building in /tmp on my computer, which is world writable on the router, so these bad RPATH can be used for privileges

Re: [OpenWrt-Devel] Dangerous RPATH in uhttpd, uci, rpcd, ubus

2015-02-08 Thread Jo-Philipp Wich
Hi Etienne, please try the change below (totally untested... just form reading the cmake manual). diff --git a/include/cmake.mk b/include/cmake.mk index 6ab628e..862a6a9 100644 --- a/include/cmake.mk +++ b/include/cmake.mk @@ -61,6 +61,7 @@ define Build/Configure/Default

[OpenWrt-Devel] zram-swap or kmod-zram missing dep

2015-02-08 Thread Rick Farina
I'm not certain exactly what is causing this, but it happens when I select zram-swap in menuconfig: * opkg_install_cmd: Cannot install package �. * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-zram: * kmod-lib-lz4 * .0. Adding +kmod-lib-lz4 to the

Re: [OpenWrt-Devel] Dangerous RPATH in uhttpd, uci, rpcd, ubus

2015-02-08 Thread Etienne Champetier
Hi 2015-02-08 23:08 GMT+01:00 Jo-Philipp Wich j...@openwrt.org: Hi Etienne, please try the change below (totally untested... just form reading the cmake manual). diff --git a/include/cmake.mk b/include/cmake.mk index 6ab628e..862a6a9 100644 --- a/include/cmake.mk +++ b/include/cmake.mk