[OpenWrt-Devel] [PATCH 0/3] [RFC] ar71xx: Add support for EnGenius EPG5000

2015-06-18 Thread Christian Beier
d for flashing them .dlf images from the OEM firmware. In fact, both are so similar that mach-epg5000.c is simply a copy of mach-esr1750.c with s/esr1750/epg5000/. Please comment. Cheers, Christian Christian Beier (3): ar71xx: add kernel support for EnGenius EPG5000. ar71xx: add user-

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

2015-06-18 Thread Christian Beier
Signed-off-by: Christian Beier --- 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, 218 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 2/3] ar71xx: add user-space support for EnGenius EPG5000.

2015-06-18 Thread Christian Beier
Signed-off-by: Christian Beier --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 3 ++- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh

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

2015-06-18 Thread Christian Beier
Signed-off-by: Christian Beier --- target/linux/ar71xx/generic/profiles/engenius.mk | 12 target/linux/ar71xx/image/Makefile | 2 ++ 2 files changed, 14 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/engenius.mk b/target/linux/ar71xx/generic

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

2015-06-22 Thread Christian Beier
The designated blue WAN port has index 5, not 1, on both devices. Christian Beier (1): ar71xx: Fix WAN port location on EnGenius ESR1750 and EPG5000. target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.1.4

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

2015-06-22 Thread Christian Beier
The designated blue WAN port on both devices has index 5, not 1. Signed-off-by: Christian Beier --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b

[OpenWrt-Devel] [PATCH] ar71xx: add LED defaults for the EnGenius EPG5000

2015-06-22 Thread Christian Beier
NB that wlan5g is phy0tpt and wlan2g phy1tpt. Signed-off-by: Christian Beier --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci

Re: [OpenWrt-Devel] [PATCH] ar71xx: add LED defaults for the EnGenius EPG5000

2015-07-06 Thread Christian Beier
Am Mon, 22 Jun 2015 13:28:14 +0200 schrieb Christian Beier : > NB that wlan5g is phy0tpt and wlan2g phy1tpt. Hey, just wanted to know whether I need to change anything or this just takes time to get applied? Cheers, Christian > > Signed-off-by: Christian Beier > --- >

[OpenWrt-Devel] [PATCH] ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750.

2015-07-08 Thread Christian Beier
wlan5g is phy0tpt and wlan2g phy1tpt. Signed-off-by: Christian Beier --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc

[OpenWrt-Devel] firstboot aka jffs2reset - can this brick the bootloader?

2015-07-10 Thread Christian Beier
Hi list, I've flashed yesterday's EnGenius EPG5000 image from https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/openwrt-ar71xx-generic-epg5000-squashfs-sysupgrade.bin which went fine. Thing is 'firstboot' in failsafe mode via telnet just simply hang without outputting anything (erasing

[OpenWrt-Devel] Chaos Calmer 15.05-rc3 target image for EPG5000

2015-07-17 Thread Christian Beier
heers, -- Christian Beier, CTO. W shoutrlabs.com E c...@shoutrlabs.com L https://www.linkedin.com/in/christianbeier P +49 (0)30 12076581 T https://twitter.com/shoutrlabs what is, is; what is not is possible. shoutr labs UG (haftungsbeschränkt), Wolfener Straße

[OpenWrt-Devel] ath10k fails to load firmware in r46386 on ESR1750

2015-07-17 Thread Christian Beier
000] ath10k: otp stream is empty, using board.bin contents [ 14.12] ath10k: qca988x hw2.0 (0x4100016c, 0x043202ff) fw 10.1.467.3-1 api 2 htt 2.1 ---snap--- Any hints on this? Thanks, -- Christian Beier, CTO. W shoutrlabs.com E c...@shoutrlabs.com L https://www.link

[OpenWrt-Devel] [PATCH] ar71xx: Enable ath10k calibration data loading for EnGenius ESR1750 and EPG500.

2015-07-17 Thread Christian Beier
As r46245 disabled the board.bin template workaround, 5GHz wifi stopped working on these devices. This adds them to the calibration data loading introduced in r46244 and thus makes 5GHz work again for these devices. Signed-off-by: Christian Beier --- .../linux/ar71xx/base-files/etc/hotplug.d

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3 target image for EPG5000

2015-07-18 Thread Christian Beier
> the backported EPG5000 patches caused build errors in the release > branch so i reverted them. due to this EPG5000 support is currently > not part of CC I just cloned git://git.openwrt.org/15.05/openwrt.git, reverted the reverts: http://git.openwrt.org/?p=15.05/openwrt.git;a=commit;h=083654c25

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

2015-07-21 Thread Christian Beier
s too late for these backports, simply ignore this - otherwise I'd be happy to have these in CC, I tried to make the work impact as low as possible. Christian Beier (6): CC: ar71xx: add kernel support for EnGenius EPG5000. CC: ar71xx: add user-space support for EnGenius EPG5000. CC: a

[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 --- 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, 218 insertions

[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 --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/uci

[OpenWrt-Devel] [PATCH 2/6] CC: ar71xx: add user-space support for EnGenius EPG5000.

2015-07-21 Thread Christian Beier
Backport of r46048. Signed-off-by: Christian Beier --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 3 ++- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ target/linux/ar71xx/base-files/lib

[OpenWrt-Devel] [PATCH 5/6] CC: ar71xx: add LED defaults for the EnGenius EPG5000

2015-07-21 Thread Christian Beier
NB that wlan5g is phy0tpt and wlan2g phy1tpt. Backport of r46226. Signed-off-by: Christian Beier --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx

[OpenWrt-Devel] [PATCH 6/6] CC: ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750.

2015-07-21 Thread Christian Beier
wlan5g is phy0tpt and wlan2g phy1tpt. Backport of r46270. Signed-off-by: Christian Beier --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux

[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 --- target/linux/ar71xx/generic/profiles/engenius.mk | 12 target/linux/ar71xx/image/Makefile | 2 ++ 2 files changed, 14 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/engenius.mk b/target/linux

[OpenWrt-Devel] [PATCH] CC: ar71xx: Enable ath10k calibration data loading for EnGenius ESR1750 and EPG500.

2015-08-04 Thread Christian Beier
Kinda-backport of r46415, though this patch uses the old-style calibration data loading. Signed-off-by: Christian Beier --- .../linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/ar71xx/base-files/etc

Re: [OpenWrt-Devel] [PATCH] CC: ar71xx: Enable ath10k calibration data loading for EnGenius ESR1750 and EPG500.

2015-08-15 Thread Christian Beier
Am Tue, 4 Aug 2015 14:40:24 +0200 schrieb Christian Beier : > Kinda-backport of r46415, though this patch uses the old-style > calibration data loading. > > Signed-off-by: Christian Beier > --- > .../linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata > | 4 +

[OpenWrt-Devel] unsubscribe

2015-09-29 Thread Christian Beier
Am Tue, 29 Sep 2015 12:00:02 +0200 schrieb openwrt-devel-requ...@lists.openwrt.org: > Send openwrt-devel mailing list submissions to > openwrt-devel@lists.openwrt.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.openwrt.org/cgi-bin/mailman/listinfo/ope

[OpenWrt-Devel] help

2015-09-29 Thread Christian Beier
rrect WeIO board name (Drasko DRASKOVIC) >3. periodic task checking for usb flash media? (Karl Palsson) >4. [PATCH] base-files: create /var/tmp on boot (Paul Fertser) >5. Re: periodic task checking for usb flash media? (Karl Palsson) > 6. [