[OpenWrt-Devel] ath10k on ipq4019 crashes and hitting WAN_ON macro

2019-07-09 Thread Matej Kupljen
Hi, I have a custom image build from OpenWRT 18.06 and also have updated ath10k driver and ath10k firmware to the latest master version. The device is based on IPQ4019 and the image can be build using "QCA AP-DK04.1-C1" target profile (with some modifications). The device works O.K. and also the

[OpenWrt-Devel] Removed target staging dir in SDK

2018-12-21 Thread Matej Kupljen
Hi, in the commit 7dfbac8073e1f5fd47f85743b9ebead842ed3c70, signed of by Felix Fietkau, you removed staging_dir/target_ directory from SDK build. In this folder all the libraries and header files need for compiling custom binaries reside. Why did you remove this dir? If we want to build cust

[OpenWrt-Devel] [PATCH] Add BlueZ Firmware package

2018-06-20 Thread Matej Kupljen
Hi all, the following patch adds a BlueZ Firmware support. It was tested on Raspberry PI Zero W board only, but I believe it should work also on other boards, since it is not board specific. Signed-off-by: Matej Kupljen --- diff --git a/package/firmware/bluez-firmware/Makefile b/package

[OpenWrt-Devel] ipq806x/ipq40xx: Dropped VLAN patch

2018-06-20 Thread Matej Kupljen
Hi all, I was wondering why the following patch was not used for ipq40xx boards? https://github.com/chunkeey/LEDE-IPQ40XX/blob/608803737f1c072d3be141f5d8561bc8dd9a4c2d/target/linux/ipq806x/patches-4.9/712-net-essedma-disable-default-vlan.patch It seems it got dropped when the split of ipq806x an

[OpenWrt-Devel] Add support for multiple Radius servers

2019-11-25 Thread Matej Kupljen
Hi all, this patch adds support for specifying multiple radius servers, since hostapd supports it. BR, Matej >From b10c290b4847a96323f9470dc2aed51543f08ab3 Mon Sep 17 00:00:00 2001 From: Matej Kupljen Date: Mon, 25 Nov 2019 15:37:01 +0100 Subject: [PATCH] Add support for multiple Rad