<div dir="auto">No since there is no AC on 2.4GHz band</div><br><div class="gmail_quote"><div dir="ltr">On Sat, Sep 1, 2018, 20:52 Tom Psyborg <<a href="mailto:pozega.tomislav@gmail.com">pozega.tomislav@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">is this correct information? Wireless: 2.4-GHz 802.11ac<br>
<br>
On 31/08/2018, Ram Chandra Jangir <<a href="mailto:rjangir@codeaurora.org" target="_blank" rel="noreferrer">rjangir@codeaurora.org</a>> wrote:<br>
> * SoC: QCA IPQ4019<br>
> * RAM: 512 MiB<br>
> * Flash: 32 MiB of SPI NOR and 128 MiB NAND<br>
> * Wireless: 2.4-GHz 802.11ac, and two 5-GHz 802.11ac<br>
> * IoT :<br>
> CSR8811 radio [ supports BT classic and BLE ]<br>
> SiLabs EFR32MG radio [ supports 802.15.4 ZigBee ]<br>
><br>
> Tested on IPQ ap-dk07.1-c1 Board:<br>
> 1) NOR boot and NAND boot<br>
> 2) Tested USB and PCIe interfaces<br>
> 3) WDOG test<br>
> 4) cpu frequency scaling<br>
> 5) ethernet, 2G and 5G WiFi<br>
><br>
> The ap-dk07.1-c1 board is already available in upstream<br>
> linux v4.17<br>
><br>
> Signed-off-by: Ram Chandra Jangir <<a href="mailto:rjangir@codeaurora.org" target="_blank" rel="noreferrer">rjangir@codeaurora.org</a>><br>
> ---<br>
> .../etc/hotplug.d/firmware/11-ath10k-caldata | 6 +-<br>
> target/linux/ipq40xx/image/Makefile | 13 +++<br>
> ...ipq4019-Add-ipq4019-ap.dk07.1-common-data.patch | 99<br>
> ++++++++++++++++++++++<br>
> ...4019-Add-qcom-ipq4019-ap.dk07.1-c1-board-.patch | 99<br>
> ++++++++++++++++++++++<br>
> ...x-rootfs-conflict-with-OpenWrt-auto-mount.patch | 33 ++++++++<br>
> ...5-dts-qcom-ipq4019-ap.dk07.1-enable-nodes.patch | 79 +++++++++++++++++<br>
> 6 files changed, 327 insertions(+), 2 deletions(-)<br>
> create mode 100644<br>
> target/linux/ipq40xx/patches-4.14/902-ARM-dts-ipq4019-Add-ipq4019-ap.dk07.1-common-data.patch<br>
> create mode 100644<br>
> target/linux/ipq40xx/patches-4.14/903-ARM-dts-ipq4019-Add-qcom-ipq4019-ap.dk07.1-c1-board-.patch<br>
> create mode 100644<br>
> target/linux/ipq40xx/patches-4.14/904-Fix-rootfs-conflict-with-OpenWrt-auto-mount.patch<br>
> create mode 100644<br>
> target/linux/ipq40xx/patches-4.14/905-dts-qcom-ipq4019-ap.dk07.1-enable-nodes.patch<br>
><br>
> diff --git<br>
> a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata<br>
> b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata<br>
> index 1d4fd9c..83518c9 100644<br>
> ---<br>
> a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata<br>
> +++<br>
> b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata<br>
> @@ -143,7 +143,8 @@ case "$FIRMWARE" in<br>
> ;;<br>
> compex,wpj428 |\<br>
> openmesh,a42 |\<br>
> - openmesh,a62)<br>
> + openmesh,a62 |\<br>
> + qcom,ap-dk07.1-c1)<br>
> ath10kcal_extract "0:ART" 4096 12064<br>
> ;;<br>
> zyxel,nbg6617 |\<br>
> @@ -179,7 +180,8 @@ case "$FIRMWARE" in<br>
> ;;<br>
> compex,wpj428 |\<br>
> openmesh,a42 |\<br>
> - openmesh,a62)<br>
> + openmesh,a62 |\<br>
> + qcom,ap-dk07.1-c1)<br>
> ath10kcal_extract "0:ART" 20480 12064<br>
> ;;<br>
> zyxel,nbg6617 |\<br>
> diff --git a/target/linux/ipq40xx/image/Makefile<br>
> b/target/linux/ipq40xx/image/Makefile<br>
> index 5cd11ca..bee2145 100644<br>
> --- a/target/linux/ipq40xx/image/Makefile<br>
> +++ b/target/linux/ipq40xx/image/Makefile<br>
> @@ -207,6 +207,19 @@ define Device/qcom_ap-dk04.1-c1<br>
> endef<br>
> TARGET_DEVICES += qcom_ap-dk04.1-c1<br>
><br>
> +define Device/qcom_ap-dk07.1-c1<br>
> + $(call Device/FitImage)<br>
> + $(call Device/UbiFit)<br>
> + BOARD_NAME := ap-dk07.1-c1<br>
> + DEVICE_DTS := qcom-ipq4019-ap.dk07.1-c1<br>
> + KERNEL_INSTALL := 1<br>
> + KERNEL_SIZE := 4096k<br>
> + BLOCKSIZE := 128k<br>
> + PAGESIZE := 2048<br>
> + DEVICE_TITLE := QCA AP-DK07.1-C1<br>
> +endef<br>
> +TARGET_DEVICES += qcom_ap-dk07.1-c1<br>
> +<br>
> define Device/zyxel_nbg6617<br>
> $(call Device/FitImageLzma)<br>
> DEVICE_DTS := qcom-ipq4018-nbg6617<br>
> diff --git<br>
> a/target/linux/ipq40xx/patches-4.14/902-ARM-dts-ipq4019-Add-ipq4019-ap.dk07.1-common-data.patch<br>
> b/target/linux/ipq40xx/patches-4.14/902-ARM-dts-ipq4019-Add-ipq4019-ap.dk07.1-common-data.patch<br>
> new file mode 100644<br>
> index 0000000..bcc109f<br>
> --- /dev/null<br>
> +++<br>
> b/target/linux/ipq40xx/patches-4.14/902-ARM-dts-ipq4019-Add-ipq4019-ap.dk07.1-common-data.patch<br>
> @@ -0,0 +1,99 @@<br>
> +From f97b2aaaf0734a3a6dd6effff6ee0aaa0a69cab5 Mon Sep 17 00:00:00 2001<br>
> +From: Sricharan R <<a href="mailto:sricharan@codeaurora.org" target="_blank" rel="noreferrer">sricharan@codeaurora.org</a>><br>
> +Date: Fri, 25 May 2018 11:41:17 +0530<br>
> +Subject: [PATCH] ARM: dts: ipq4019: Add ipq4019-ap.dk07.1 common data<br>
> +<br>
> +Add the common data for all dk07 based boards.<br>
> +<br>
> +Reviewed-by: Abhishek Sahu <<a href="mailto:absahu@codeaurora.org" target="_blank" rel="noreferrer">absahu@codeaurora.org</a>><br>
> +Signed-off-by: Sricharan R <<a href="mailto:sricharan@codeaurora.org" target="_blank" rel="noreferrer">sricharan@codeaurora.org</a>><br>
> +Signed-off-by: Andy Gross <<a href="mailto:andy.gross@linaro.org" target="_blank" rel="noreferrer">andy.gross@linaro.org</a>><br>
> +---<br>
> + arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi | 75<br>
> +++++++++++++++++++++++++++<br>
> + 1 file changed, 75 insertions(+)<br>
> + create mode 100644 arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi<br>
> +<br>
> +diff --git a/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi<br>
> b/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi<br>
> +new file mode 100644<br>
> +index 0000000..9f1a5a66<br>
> +--- /dev/null<br>
> ++++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi<br>
> +@@ -0,0 +1,75 @@<br>
> ++// SPDX-License-Identifier: GPL-2.0<br>
> ++// Copyright (c) 2018, The Linux Foundation. All rights reserved.<br>
> ++<br>
> ++#include "qcom-ipq4019.dtsi"<br>
> ++#include <dt-bindings/input/input.h><br>
> ++#include <dt-bindings/gpio/gpio.h><br>
> ++<br>
> ++/ {<br>
> ++ model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK07.1";<br>
> ++<br>
> ++ memory {<br>
> ++ device_type = "memory";<br>
> ++ reg = <0x80000000 0x20000000>; /* 512MB */<br>
> ++ };<br>
> ++<br>
> ++ aliases {<br>
> ++ serial0 = &blsp1_uart1;<br>
> ++ serial1 = &blsp1_uart2;<br>
> ++ };<br>
> ++<br>
> ++ chosen {<br>
> ++ stdout-path = "serial0:115200n8";<br>
> ++ };<br>
> ++<br>
> ++ soc {<br>
> ++ pinctrl@1000000 {<br>
> ++ serial_0_pins: serial0-pinmux {<br>
> ++ pins = "gpio16", "gpio17";<br>
> ++ function = "blsp_uart0";<br>
> ++ bias-disable;<br>
> ++ };<br>
> ++<br>
> ++ i2c_0_pins: i2c-0-pinmux {<br>
> ++ pins = "gpio20", "gpio21";<br>
> ++ function = "blsp_i2c0";<br>
> ++ bias-disable;<br>
> ++ };<br>
> ++<br>
> ++ nand_pins: nand-pins {<br>
> ++ pins = "gpio53", "gpio55", "gpio56",<br>
> ++ "gpio57", "gpio58", "gpio59",<br>
> ++ "gpio60", "gpio62", "gpio63",<br>
> ++ "gpio64", "gpio65", "gpio66",<br>
> ++ "gpio67", "gpio68", "gpio69";<br>
> ++ function = "qpic";<br>
> ++ };<br>
> ++ };<br>
> ++<br>
> ++ serial@78af000 {<br>
> ++ pinctrl-0 = <&serial_0_pins>;<br>
> ++ pinctrl-names = "default";<br>
> ++ status = "ok";<br>
> ++ };<br>
> ++<br>
> ++ dma@7884000 {<br>
> ++ status = "ok";<br>
> ++ };<br>
> ++<br>
> ++ i2c@78b7000 { /* BLSP1 QUP2 */<br>
> ++ pinctrl-0 = <&i2c_0_pins>;<br>
> ++ pinctrl-names = "default";<br>
> ++ status = "ok";<br>
> ++ };<br>
> ++<br>
> ++ dma@7984000 {<br>
> ++ status = "ok";<br>
> ++ };<br>
> ++<br>
> ++ qpic-nand@79b0000 {<br>
> ++ pinctrl-0 = <&nand_pins>;<br>
> ++ pinctrl-names = "default";<br>
> ++ status = "ok";<br>
> ++ };<br>
> ++ };<br>
> ++};<br>
> +--<br>
> +1.9.1<br>
> +<br>
> diff --git<br>
> a/target/linux/ipq40xx/patches-4.14/903-ARM-dts-ipq4019-Add-qcom-ipq4019-ap.dk07.1-c1-board-.patch<br>
> b/target/linux/ipq40xx/patches-4.14/903-ARM-dts-ipq4019-Add-qcom-ipq4019-ap.dk07.1-c1-board-.patch<br>
> new file mode 100644<br>
> index 0000000..655a372<br>
> --- /dev/null<br>
> +++<br>
> b/target/linux/ipq40xx/patches-4.14/903-ARM-dts-ipq4019-Add-qcom-ipq4019-ap.dk07.1-c1-board-.patch<br>
> @@ -0,0 +1,99 @@<br>
> +From 5ade893ec03c6612a38d53eaf4324f21e18eeef5 Mon Sep 17 00:00:00 2001<br>
> +From: Sricharan R <<a href="mailto:sricharan@codeaurora.org" target="_blank" rel="noreferrer">sricharan@codeaurora.org</a>><br>
> +Date: Fri, 25 May 2018 11:41:18 +0530<br>
> +Subject: [PATCH] ARM: dts: ipq4019: Add qcom-ipq4019-ap.dk07.1-c1 board<br>
> file<br>
> +<br>
> +Reviewed-by: Abhishek Sahu <<a href="mailto:absahu@codeaurora.org" target="_blank" rel="noreferrer">absahu@codeaurora.org</a>><br>
> +Signed-off-by: Sricharan R <<a href="mailto:sricharan@codeaurora.org" target="_blank" rel="noreferrer">sricharan@codeaurora.org</a>><br>
> +Signed-off-by: Andy Gross <<a href="mailto:andy.gross@linaro.org" target="_blank" rel="noreferrer">andy.gross@linaro.org</a>><br>
> +---<br>
> + arch/arm/boot/dts/Makefile | 1 +<br>
> + arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts | 64<br>
> +++++++++++++++++++++++++<br>
> + 2 files changed, 65 insertions(+)<br>
> + create mode 100644 arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts<br>
> +<br>
> +diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile<br>
> +index 2c002b3..eede5df 100644<br>
> +--- a/arch/arm/boot/dts/Makefile<br>
> ++++ b/arch/arm/boot/dts/Makefile<br>
> +@@ -708,6 +708,7 @@<br>
> + qcom-ipq4019-ap.dk01.1-c1.dtb \<br>
> + qcom-ipq4019-a62.dtb \<br>
> + qcom-ipq4019-ap.dk04.1-c1.dtb \<br>
> ++ qcom-ipq4019-ap.dk07.1-c1.dtb \<br>
> + qcom-ipq4028-wpj428.dtb \<br>
> + qcom-ipq4029-gl-b1300.dtb \<br>
> + qcom-ipq4029-mr33.dtb \<br>
> +diff --git a/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts<br>
> b/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts<br>
> +new file mode 100644<br>
> +index 0000000..8c7ef65<br>
> +--- /dev/null<br>
> ++++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts<br>
> +@@ -0,0 +1,64 @@<br>
> ++// SPDX-License-Identifier: GPL-2.0<br>
> ++// Copyright (c) 2018, The Linux Foundation. All rights reserved.<br>
> ++<br>
> ++#include "qcom-ipq4019-ap.dk07.1.dtsi"<br>
> ++<br>
> ++/ {<br>
> ++ model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK07.1-C1";<br>
> ++ compatible = "qcom,ipq4019-ap-dk07.1-c1";<br>
> ++<br>
> ++ soc {<br>
> ++ pci@40000000 {<br>
> ++ status = "ok";<br>
> ++ perst-gpio = <&tlmm 38 0x1>;<br>
> ++ };<br>
> ++<br>
> ++ spi@78b6000 {<br>
> ++ status = "ok";<br>
> ++ };<br>
> ++<br>
> ++ pinctrl@1000000 {<br>
> ++ serial_1_pins: serial1-pinmux {<br>
> ++ pins = "gpio8", "gpio9",<br>
> ++ "gpio10", "gpio11";<br>
> ++ function = "blsp_uart1";<br>
> ++ bias-disable;<br>
> ++ };<br>
> ++<br>
> ++ spi_0_pins: spi-0-pinmux {<br>
> ++ pinmux {<br>
> ++ function = "blsp_spi0";<br>
> ++ pins = "gpio13", "gpio14", "gpio15";<br>
> ++ bias-disable;<br>
> ++ };<br>
> ++ pinmux_cs {<br>
> ++ function = "gpio";<br>
> ++ pins = "gpio12";<br>
> ++ bias-disable;<br>
> ++ output-high;<br>
> ++ };<br>
> ++ };<br>
> ++ };<br>
> ++<br>
> ++ serial@78b0000 {<br>
> ++ pinctrl-0 = <&serial_1_pins>;<br>
> ++ pinctrl-names = "default";<br>
> ++ status = "ok";<br>
> ++ };<br>
> ++<br>
> ++ spi@78b5000 {<br>
> ++ pinctrl-0 = <&spi_0_pins>;<br>
> ++ pinctrl-names = "default";<br>
> ++ status = "ok";<br>
> ++ cs-gpios = <&tlmm 12 0>;<br>
> ++<br>
> ++ m25p80@0 {<br>
> ++ #address-cells = <1>;<br>
> ++ #size-cells = <1>;<br>
> ++ reg = <0>;<br>
> ++ compatible = "n25q128a11";<br>
> ++ spi-max-frequency = <24000000>;<br>
> ++ };<br>
> ++ };<br>
> ++ };<br>
> ++};<br>
> +--<br>
> +1.9.1<br>
> +<br>
> diff --git<br>
> a/target/linux/ipq40xx/patches-4.14/904-Fix-rootfs-conflict-with-OpenWrt-auto-mount.patch<br>
> b/target/linux/ipq40xx/patches-4.14/904-Fix-rootfs-conflict-with-OpenWrt-auto-mount.patch<br>
> new file mode 100644<br>
> index 0000000..0b2397f<br>
> --- /dev/null<br>
> +++<br>
> b/target/linux/ipq40xx/patches-4.14/904-Fix-rootfs-conflict-with-OpenWrt-auto-mount.patch<br>
> @@ -0,0 +1,33 @@<br>
> +From ca96c645d61b4462fe6ee3d815717335214f27c2 Mon Sep 17 00:00:00 2001<br>
> +From: Ram Chandra Jangir <<a href="mailto:rjangir@codeaurora.org" target="_blank" rel="noreferrer">rjangir@codeaurora.org</a>><br>
> +Date: Sat, 9 Jun 2018 20:31:50 +0530<br>
> +Subject: [PATCH] Fix rootfs conflict with OpenWrt auto mounting<br>
> +<br>
> +Signed-off-by: Ram Chandra Jangir <<a href="mailto:rjangir@codeaurora.org" target="_blank" rel="noreferrer">rjangir@codeaurora.org</a>><br>
> +---<br>
> + drivers/mtd/mtdpart.c | 9 ++++++---<br>
> + 1 files changed, 6 insertions(+), 3 deletions(-)<br>
> +<br>
> +diff --git a/drivers/mtd/mtdpart.c b/drivers/mtd/mtdpart.c<br>
> +index c87b71c..4980f93 100644<br>
> +--- a/drivers/mtd/mtdpart.c<br>
> ++++ b/drivers/mtd/mtdpart.c<br>
> +@@ -831,9 +831,12 @@ static void mtd_partition_split(struct mtd_info<br>
> *master, struct mtd_part *part)<br>
> + return;<br>
> +<br>
> + if (!strcmp(part-><a href="http://mtd.name" rel="noreferrer noreferrer" target="_blank">mtd.name</a>, "rootfs")) {<br>
> +- run_parsers_by_type(part, MTD_PARSER_TYPE_ROOTFS);<br>
> +-<br>
> +- rootfs_found = 1;<br>
> ++ if(mtd_type_is_nand(master)) {<br>
> ++ part-><a href="http://mtd.name" rel="noreferrer noreferrer" target="_blank">mtd.name</a>="ubi";<br>
> ++ } else {<br>
> ++ run_parsers_by_type(part, MTD_PARSER_TYPE_ROOTFS);<br>
> ++ rootfs_found = 1;<br>
> ++ }<br>
> + }<br>
> +<br>
> + if (!strcmp(part-><a href="http://mtd.name" rel="noreferrer noreferrer" target="_blank">mtd.name</a>, SPLIT_FIRMWARE_NAME) &&<br>
> +--<br>
> +2.7.2<br>
> +<br>
> diff --git<br>
> a/target/linux/ipq40xx/patches-4.14/905-dts-qcom-ipq4019-ap.dk07.1-enable-nodes.patch<br>
> b/target/linux/ipq40xx/patches-4.14/905-dts-qcom-ipq4019-ap.dk07.1-enable-nodes.patch<br>
> new file mode 100644<br>
> index 0000000..9a32719<br>
> --- /dev/null<br>
> +++<br>
> b/target/linux/ipq40xx/patches-4.14/905-dts-qcom-ipq4019-ap.dk07.1-enable-nodes.patch<br>
> @@ -0,0 +1,79 @@<br>
> +--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts<br>
> ++++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts<br>
> +@@ -5,7 +5,7 @@<br>
> +<br>
> + / {<br>
> + model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK07.1-C1";<br>
> +- compatible = "qcom,ipq4019-ap-dk07.1-c1";<br>
> ++ compatible = "qcom,ap-dk07.1-c1", "qcom,ipq4019";<br>
> +<br>
> + soc {<br>
> + pci@40000000 {<br>
> +--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi<br>
> ++++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi<br>
> +@@ -13,15 +13,6 @@<br>
> + reg = <0x80000000 0x20000000>; /* 512MB */<br>
> + };<br>
> +<br>
> +- aliases {<br>
> +- serial0 = &blsp1_uart1;<br>
> +- serial1 = &blsp1_uart2;<br>
> +- };<br>
> +-<br>
> +- chosen {<br>
> +- stdout-path = "serial0:115200n8";<br>
> +- };<br>
> +-<br>
> + soc {<br>
> + pinctrl@1000000 {<br>
> + serial_0_pins: serial0-pinmux {<br>
> +@@ -67,9 +71,49 @@<br>
> + };<br>
> +<br>
> + qpic-nand@79b0000 {<br>
> ++ compatible = "qcom,ipq4019-nand", "qcom,msm-nand";<br>
> + pinctrl-0 = <&nand_pins>;<br>
> + pinctrl-names = "default";<br>
> + status = "ok";<br>
> ++<br>
> ++ nand@0 {<br>
> ++ compatible = "qcom,nandcs";<br>
> ++ reg = <0>;<br>
> ++ #address-cells = <1>;<br>
> ++ #size-cells = <1>;<br>
> ++<br>
> ++ nand-ecc-strength = <4>;<br>
> ++ nand-ecc-step-size = <512>;<br>
> ++ nand-bus-width = <8>;<br>
> ++ };<br>
> ++ };<br>
> ++<br>
> ++ mdio@90000 {<br>
> ++ status = "okay";<br>
> ++ };<br>
> ++<br>
> ++ ess-switch@c000000 {<br>
> ++ status = "okay";<br>
> ++ switch_mac_mode = <0x0>; /* mac mode for RGMII RMII */<br>
> ++ switch_initvlas = <<br>
> ++ 0x0007c 0x54 /* PORT0_STATUS */<br>
> ++ >;<br>
> ++ };<br>
> ++<br>
> ++ ess-psgmii@98000 {<br>
> ++ status = "okay";<br>
> ++ };<br>
> ++<br>
> ++ edma@c080000 {<br>
> ++ status = "okay";<br>
> ++ };<br>
> ++<br>
> ++ wifi@a000000 {<br>
> ++ status = "okay";<br>
> ++ };<br>
> ++<br>
> ++ wifi@a800000 {<br>
> ++ status = "okay";<br>
> + };<br>
> + };<br>
> + };<br>
> --<br>
> 1.9.1<br>
><br>
><br>
> _______________________________________________<br>
> openwrt-devel mailing list<br>
> <a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank" rel="noreferrer">openwrt-devel@lists.openwrt.org</a><br>
> <a href="https://lists.openwrt.org/mailman/listinfo/openwrt-devel" rel="noreferrer noreferrer" target="_blank">https://lists.openwrt.org/mailman/listinfo/openwrt-devel</a><br>
><br>
<br>
_______________________________________________<br>
openwrt-devel mailing list<br>
<a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank" rel="noreferrer">openwrt-devel@lists.openwrt.org</a><br>
<a href="https://lists.openwrt.org/mailman/listinfo/openwrt-devel" rel="noreferrer noreferrer" target="_blank">https://lists.openwrt.org/mailman/listinfo/openwrt-devel</a><br>
</blockquote></div>