[OpenWrt-Devel] [PATCH 4/6] CC: ar71xx: Fix WAN port location on EnGenius ESR1750 and EPG5000.

2015-07-21 Thread Christian Beier
The designated blue WAN port on both devices has index 5, not 1. Backport of r46227. Signed-off-by: Christian Beier c...@shoutrlabs.com --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [RFC] [PATCH 0/6] CC: Backport EnGenius ESR1750 EPG5000 fixes from trunk

2015-07-21 Thread Christian Beier
This set of patches is my attempt to get decent support for the ESR1750 and EPG5000 EnGenius devices into CC. They apply to the CC release branch I got from git://git.openwrt.org/15.05/openwrt.git and build all ar71xx images just fine. I also tested the image on an EPG5000. If you think it's too

[OpenWrt-Devel] [PATCH 3/6] CC: ar71xx: add profile and build image for EnGenius EPG5000.

2015-07-21 Thread Christian Beier
Backport of r46049. Signed-off-by: Christian Beier c...@shoutrlabs.com --- target/linux/ar71xx/generic/profiles/engenius.mk | 12 target/linux/ar71xx/image/Makefile | 2 ++ 2 files changed, 14 insertions(+) diff --git

[OpenWrt-Devel] Request for advice about SysUpgrade

2015-07-21 Thread drEagle
Hi Hackers, I have started to add sysupgrade to guruplug server in kirkwood platform. I get stuck in the understanding in my analysis of OpenWrt implementation of Ugrade process. The wiki has only advices and the implementations in actual sources of targets are all very differents. They not

[OpenWrt-Devel] [PATCH 1/6] CC: ar71xx: add kernel support for EnGenius EPG5000.

2015-07-21 Thread Christian Beier
Backport of r46047. Signed-off-by: Christian Beier c...@shoutrlabs.com --- target/linux/ar71xx/config-3.18| 1 + .../ar71xx/files/arch/mips/ath79/mach-epg5000.c| 178 + .../718-MIPS-ath79-add-EPG5000-support.patch | 39 + 3 files changed,

Re: [OpenWrt-Devel] alternative for pyserial+python-mini

2015-07-21 Thread Alexandru Ardelean
It's still turned off. But it was turned off again, once it was moved to Github. There was a more recent discussion here: https://github.com/openwrt/packages/issues/474 [ Quick answer here: yes we can precompile bytecodes at build-time and ship those instead ] So, .py vs .pyc vs .pyo is a

[OpenWrt-Devel] [PATCH 1/2] rules.mk: export STAGING_DIR_HOST to sub-makefiles and shells

2015-07-21 Thread Mathieu Olivari
Certains host packages (like quilt) need to know the previously used install location at run-time. They currently use $STAGING_DIR, which causes issues on cleaned environment, where $STAGING_DIR doesn't exist yet. Signed-off-by: Mathieu Olivari math...@codeaurora.org --- rules.mk | 2 +- 1 file

[OpenWrt-Devel] [PATCH 2/2] tools/quilt: fix build error during kernel_menuconfig on a cleaned env

2015-07-21 Thread Mathieu Olivari
When running make kernel_menuconfig right after make clean, we error out with the following message: Makefile:22: recipe for target '.../build_dir/target-arm_cortex-a7_musl-1.1.10_eabi/linux-.../linux-3.18.18/.quilt_checked' failed make[2]:

[OpenWrt-Devel] [PATCH] lantiq: Silence the PCIe error interrupt printk also in 4.1

2015-07-21 Thread Martin Blumenstingl
This ports 9e2a7b779e6f0914395da3657b00f0ac00209bfd to the 4.1 patches. I forgot this when preparing the initial 4.1 patch. Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- target/linux/lantiq/patches-4.1/0001-MIPS-lantiq-add-pcie-driver.patch | 2 +- 1 file changed, 1

[OpenWrt-Devel] [PATCH] lantiq: Fix ifxos driver on linux 4.1

2015-07-21 Thread Martin Blumenstingl
request_mem_region returns NULL when requesting the region failed, and a valid pointer when it was successful. Currently the condition is inverted. Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- package/kernel/lantiq/ltq-ifxos/patches/100-compat.patch | 2 +- 1 file

Re: [OpenWrt-Devel] Lantiq xrx200 - switch rtl8367rb controlled via builtin mdio (not gpio sck/sda!) in EasyBox 904xDSL

2015-07-21 Thread Martin Blumenstingl
Hi Arnold, On Thu, Jun 18, 2015 at 11:15 PM, Jonas Gorski j...@openwrt.org wrote: There is no special chip, the RTL8367 provides several means of accessing the chip registers; using MDIO registers is one of them. Jonas seems to be right! Out of interested I just checked the source code again

[OpenWrt-Devel] [PATCH RFC] mac80211: Allow enabling tracing for the drivers that support it

2015-07-21 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- package/kernel/mac80211/Makefile | 19 +++ 1 file changed, 19 insertions(+) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index cc98fb7..8133d75 100644 ---

[OpenWrt-Devel] [PATCH] generic: Add missing symbols when tracing is enabled

2015-07-21 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- target/linux/generic/config-4.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 9f5904c..1d4108c 100644 --- a/target/linux/generic/config-4.1 +++

[OpenWrt-Devel] [CC 15.05-rc3] freeradius2: Security update (CVE-2015-4680)

2015-07-21 Thread jow
The freeradius2 package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository due to a reported security issue. VERSION 2.2.7-1 = 2.2.8-1 CHANGELOG [Mon, 20 Jul 2015 10:14:31 +0200 64c458b] Update to 2.2.8 Fixes oCert CVE-2015-4680. CHANGES

[OpenWrt-Devel] [CC 15.05-rc3] openldap: Update

2015-07-21 Thread jow
The openldap package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository. VERSION 2.4.39-2 = 2.4.41-2 CHANGELOG [Mon, 20 Jul 2015 19:01:24 -0400 5006684] Remove --without-cyrus-sasl to build SASL support [Mon, 20 Jul 2015 11:00:36 -0400 3a02d9e]

[OpenWrt-Devel] [CC 14.07] freeradius2: Security update (CVE-2015-4680)

2015-07-21 Thread jow
The freeradius2 package has been rebuilt and was uploaded to the Barrier Breaker 14.07 repository due to a reported security issue. VERSION 2.2.5-2 = 2.2.5-2.1 CHANGELOG [Mon, 20 Jul 2015 10:38:03 +0200 de5e37a] Backport upstream commit 5e698b407dcac2bc45cf03484bac4398109d25c3 to fix

Re: [OpenWrt-Devel] alternative for pyserial+python-mini

2015-07-21 Thread valent.turko...@gmail.com
Just found this -- https://dev.openwrt.org/browser/packages/lang/python/files/python-package.mk?rev=13921 -- which suggests that 7 years ago .pyc file creation was turned OFF for Python. I can only assume that it was because of the SquashFS issue, so my question is: Can we precompile Python files

Re: [OpenWrt-Devel] Request before RC4/final - ticket 19085

2015-07-21 Thread Bill
On 21/07/2015 01:59, Bill wrote: Folks- I would REALLY like to see ticket 19085 (https://dev.openwrt.org/ticket/19085) fixed before we finalize CC. It is a showstopper for a piece of popular hardware I use frequently. I haven't seen any progress reports on it in a couple of weeks, the coding

Re: [OpenWrt-Devel] Request for advice about SysUpgrade

2015-07-21 Thread Claudio Leite
Hi, * drEagle (drea...@doukki.net) wrote: I have started to add sysupgrade to guruplug server in kirkwood platform. I get stuck in the understanding in my analysis of OpenWrt implementation of Ugrade process. So, On the GuruPlugServerPlus are Kirkwood CPU. The available NAND (512Mo) is

Re: [OpenWrt-Devel] [PATCH CC 0/5] ar71xx: backport of support for devolo dLAN devices

2015-07-21 Thread Guenther Kelleter
Hi John -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of John Crispin Sent: Wednesday, July 15, 2015 9:38 AM To: openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH CC 0/5] ar71xx: backport of support for devolo

Re: [OpenWrt-Devel] nexx wt3020 broken

2015-07-21 Thread Daniel Petre
On 07/21/2015 08:37 AM, John Crispin wrote: On 21/07/2015 07:24, John Crispin wrote: On 20/07/2015 22:19, Daniel Petre wrote: Hey guys, i am wondering why are the nexx wt3020 images being built for CC if they are broken?

[OpenWrt-Devel] [PATCH] ramips: add support for STORYLiNK SAP-G3200U3

2015-07-21 Thread Piotr Dymacz
STORYLiNK SAP-G3200U3 is an AC1200 router based on MT7621AT+MT7602EN+MT7612EN. It has 128MB DDR3, 8MB NOR FLASH, 5-port Gbps switch and 1x USB 3.0. The following patch adds support for this device. Tested and working: * ethernet * both WiFi radios * USB 3.0 * buttons * ethernet switch and USB

Re: [OpenWrt-Devel] Upgrade from CC RC2 to RC3

2015-07-21 Thread Maciej Soltysiak
On Tue, Jul 21, 2015 at 7:22 AM, John Crispin blo...@openwrt.org wrote: On 20/07/2015 22:38, Felix Fietkau wrote: On 2015-07-20 18:49, Maciej Soltysiak wrote: Hi guys, Would s/rc2/rc3/ on the opkg.conf lead to a clean upgrade or is it better to reflash? Upgrading via opkg doesn't

[OpenWrt-Devel] [PATCH 2/3] prereq-build: use HOST* variables to test host compiler

2015-07-21 Thread Lawrence D'Anna
We might need HOST_CPPFLAGS and HOST_LDFLAGS to find libraries. --- include/prereq-build.mk | 28 +--- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 53eac37..6c8cbf1 100644 ---

[OpenWrt-Devel] [PATCH 1/3] When building on darwin, add paths for Homebrew.

2015-07-21 Thread Lawrence D'Anna
Various host-side tools and libraries that we need are not provided by Mac OS such as: * openssl * gnugetopt Homebrew seems to be the standard way to install these things, so on when building on Darwin we need to add some paths to Homebrew-installed things to PATH, HOST_CPPFLAGS, and

[OpenWrt-Devel] [PATCH 3/3] prereq-build: check for gnu date, dd

2015-07-21 Thread Lawrence D'Anna
Needed to make sure we get gdate and gdd from Homebrew on Darwin instead of the ones built-in to the OS. Signed-off-by: Lawrence D'Anna la...@elder-gods.org --- include/prereq-build.mk | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/prereq-build.mk b/include/prereq-build.mk

[OpenWrt-Devel] [PATCH 2/4] kmod-regmap: enable MMIO support

2015-07-21 Thread Álvaro Fernández Rojas
This adds MMIO support for kmod-regmap. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- package/kernel/linux/modules/other.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index

[OpenWrt-Devel] [PATCH 1/4] brcm2708: add kmod-video-bcm2835 support

2015-07-21 Thread Álvaro Fernández Rojas
This adds BCM2835 camera interface driver as a kernel module. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- target/linux/brcm2708/modules.mk | 17 + 1 file changed, 17 insertions(+) diff --git a/target/linux/brcm2708/modules.mk b/target/linux/brcm2708/modules.mk

[OpenWrt-Devel] [PATCH 0/4] brcm2708: fix missing symbols issues

2015-07-21 Thread Álvaro Fernández Rojas
Fixes buildbot issues for brcm2708 target. Álvaro Fernández Rojas (4): brcm2708: add kmod-video-bcm2835 kmod-regmap: enable MMIO support brcm2708: add kmod-sound-soc-bcm2708-i2s generic: add missing symbol package/kernel/linux/modules/other.mk | 4 +- target/linux/brcm2708/modules.mk

[OpenWrt-Devel] [PATCH 3/4] brcm2708: add kmod-sound-soc-bcm2708-i2s support

2015-07-21 Thread Álvaro Fernández Rojas
This adds support for I2S SoC Audio modules. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- target/linux/brcm2708/modules.mk | 155 +++ 1 file changed, 155 insertions(+) diff --git a/target/linux/brcm2708/modules.mk