[OpenWrt-Devel] RFC: conflicting LED usage (e.g. boot/wifi)

2018-12-31 Thread p . wassi
esin is given in https://github.com/openwrt/openwrt/pull/1698 Thanks for your opinions, best regards, P. Wassi ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Ubiquiti UniFi AC range missing factory images?

2018-09-10 Thread p . wassi
Hi Stijn, I do only have experience with the LITE version of the Unifi AC series, and can therefore only talk for this device. There's no web GUI - the only way to flash is via ssh or in bootloader. As we don't have a way to sign our images (RSA signature?), there's no way to guarantee that Ubuqui

[OpenWrt-Devel] uclient-fetch and ustream-mbedtls certificate verification

2018-08-04 Thread p . wassi
Dear list, for SSL connections, uclient offers some options for certificate verification: -) --no-check-certificate (i.e. ignore verification errors) -) --ca-certificate=/path/to/file.crt If "--ca-certificate" is not given, uclient internally uses /etc/ssl/certs/*.crt (probably populated by the "c

Re: [OpenWrt-Devel] [LEDE-DEV] OpenWrt -> LEDE git tree merge

2017-10-23 Thread p . wassi
PR at [2] - everything is compile-tested and run-tested on real HW. Best regards, P. Wassi [1]: https://forum.openwrt.org/viewtopic.php?pid=320942#p320942 [2]: https://github.com/lede-project/source/pull/1446 ___ openwrt-devel mailing list openwrt-dev

[OpenWrt-Devel] [PATCH] ar71xx: Fix eth0 support for Ubiquiti UniFi AP AC

2016-04-30 Thread p . wassi
From: Paul Wassi Fix eth0 support for the Ubiquiti UniFi AP AC Signed-off-by: Paul Wassi --- In changeset 48937 a patch was introduced which changes the default behaviour of ath79_register_eth(). The patch below addresses this issue and provides proper device setup. Eth is then working out of t

Re: [OpenWrt-Devel] [PATCH] [v5] ar71xx: Support for Ubiquiti UniFi AP AC LITE

2016-02-12 Thread p . wassi
c.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c --- /dev/null +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c @@ -0,0 +1,109 @@ +/* + * Ubiquiti UniFi AC (LITE) board support + * + * Copyright (C) 2015-2016 P. Wassi + * + * Derived from: mach-ubnt-xm

Re: [OpenWrt-Devel] [PATCH] [v4] ar71xx: Support for Ubiquiti UniFi AP AC LITE

2016-02-11 Thread p . wassi
fiAP Outdoor+ */ ATH79_MACH_UBNT_XM, /* Ubiquiti Networks XM board rev 1.0 */ diff -rupN a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c --- /dev/null +++ b/target/linux/ar71xx/files/arch/mips/ath

Re: [OpenWrt-Devel] [PATCH] [v3] ar71xx: Support for Ubiquiti UniFi AP AC LITE

2016-02-11 Thread p . wassi
Hi Vittorio, sorry, what is broken with the patch? Which things should be changed? P.Wassi > Hello, > > It seems that whitespace is broken in this patch. > > Can you resend it, please? > > Thank you, > Vittorio G > ___ openwrt-devel mailing list ope

[OpenWrt-Devel] [PATCH] [v3] ar71xx: Support for Ubiquiti UniFi AP AC LITE

2016-01-20 Thread p . wassi
_XM, /* Ubiquiti Networks XM board rev 1.0 */ diff -rupN a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c --- /dev/null +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c @@ -0,0 +1,109 @@ +/* + * Ubiquiti Un

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Support for Ubiquiti UniFi AP AC LITE

2016-01-09 Thread p . wassi
1xx/files/arch/mips/ath79/mach-ubnt-unifiac.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c --- /dev/null +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c @@ -0,0 +1,109 @@ +/* + * Ubiquiti UniFi AC (LITE) board support + * + * Copyright (C) 2015-2016 P. Wassi

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Support for Ubiquiti UniFi AP AC LITE

2016-01-05 Thread p . wassi
> On 2016-01-03 22:30, Felix Fietkau wrote: > The additions to the mach file in the patch seem to be free of > dependencies on definitions from other ubnt boards - please move them to > a new mach-*.c file instead of patching them in. > > - Felix > Ah, ok. Then where should the changes to the mach

[OpenWrt-Devel] [PATCH] [ar71xx] Support for Ubiquiti UniFi AP AC LITE

2015-12-22 Thread p . wassi
From: P.Wassi Add support for the Ubiquiti UniFi AP AC LITE Signed-off-by: P.Wassi --- The UniFi AC series will only be supported, if these patches are applied first (especially for the QCA956x SoC support): https://patchwork.ozlabs.org/patch/559284/ https://patchwork.ozlabs.org/patch/559285/ ht

Re: [OpenWrt-Devel] [PATCH 2/3] ar71xx: add support for QCA956x ethernet

2015-12-22 Thread p . wassi
Ok, I see. At first I did not test 10MBit links, but then I thought for completeness' sake... I just added 0x1313 to the board config, so it won't get overriden by the default value. I'm currently doing a last test run of my patch for UAPAC LITE support and will then submit it to the mailinglist

Re: [OpenWrt-Devel] Ubiquiti UniFI AC Lite

2015-12-21 Thread p . wassi
Hello, good news for you: With Roman's patches, the UniFi AP AC LITE is now fully supported. I.e. eth0 works on 10/100/1000 MBit/s links. Before official support is given, you can get prebuilt images and patches at https://pwassi.privatedns.org/openwrt/unifiac/ Next step is to prepare patches for

Re: [OpenWrt-Devel] [PATCH 2/3] ar71xx: add support for QCA956x ethernet

2015-12-21 Thread p . wassi
Hi Roman, are you sure about the value of QCA956X_PLL_VAL_10, which is 0x1919 in your patch? At least for the UAPAC LITE I have the problem that packet transmission on 10MBit/s links does not work with 0x1919. Instead, with QCA956X_PLL_VAL_10 = 0x1313 everything is fine. Is this specific to the

Re: [OpenWrt-Devel] Ubiquiti UniFI AC Lite

2015-12-16 Thread p . wassi
Hi Andrew, besides the real-life testing, which still has to be done, the single issue is with the eth0/phy, which only works on GBit links. To be honest, I have no idea what might be the cause for this. I think, if there is no news within the next days on this issue, I may open a seperate thread

Re: [OpenWrt-Devel] Ubiquiti UniFI AC Lite

2015-12-15 Thread p . wassi
Hi there, This message should be a response to the thread in https://lists.openwrt.org/pipermail/openwrt-devel/2015-December/037808.html You can see the status of the port for Ubiquiti UniFi AP AC LITE on this page: https://pwassi.privatedns.org/openwrt/unifiac/ Here, also additional information