[PATCH v3] ramips: add support for Xiaomi Mi Router 4C

2020-08-18 Thread ataberkozen123
From: Ataberk Özen This commit adds support for Xiaomi's Mi Router 4C device. Specifications: - CPU: MediaTek MT7628AN (580MHz) - Flash: 16MB - RAM: 64MB DDR2 - 2.4 GHz: IEEE 802.11b/g/n with Integrated LNA and PA - Antennas: 4x external single band antennas - WAN: 1x 10/100M - LAN: 2x 10/100M

Re: [PATCH 3/3] toolchain: remove BROKEN from uClibc-ng

2020-08-18 Thread Rosen Penev
On Sun, Aug 16, 2020 at 1:48 AM Hauke Mehrtens wrote: > > On 8/15/20 11:02 AM, Felix Fietkau wrote: > > On 2020-08-14 23:30, Rosen Penev wrote: > >> uClibc-ng works fine. Additionally, most packages have been fixed to > >> compile with uClibc-ng. > >> > >> Signed-off-by: Rosen Penev > > It does

Licensing an OpenWrt router - No response to Trademark use

2020-08-18 Thread Heppler, J. Scott
request. Reply-To: Organization: I sent an email to cont...@openwrt.org, subject line Trademark Use Request, inquiring about crowd funding an OpenWrt router. I never received a reply. The email gave the background, links to forum discussion and a poll and outlined the basic structure. The

Re: [PATCH v2] ramips: add support for Xiaomi Mi Router 4C

2020-08-18 Thread Moritz Warning
Hi, are 16MB RAM correct? This seems to be very low. On 8/18/20 10:38 PM, ataberkozen...@gmail.com wrote: > From: Ataberk Özen > > This commit adds support for Xiaomi's Mi Router 4C device. > > Specifications: > > - CPU: MediaTek MT7628AN (580MHz) > - Flash: 16MB > - RAM: 16MB DDR2 > - 2.4 GHz:

RE: [PATCH] ramips: add support for Xiaomi Mi Router 4C

2020-08-18 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of ataberkozen...@gmail.com > Sent: Dienstag, 18. August 2020 20:12 > To: openwrt-devel@lists.openwrt.org > Cc: Ataberk Özen > Subject: [PATCH] ramips: add support for Xiaomi Mi

[PATCH v2] ramips: add support for Xiaomi Mi Router 4C

2020-08-18 Thread ataberkozen123
From: Ataberk Özen This commit adds support for Xiaomi's Mi Router 4C device. Specifications: - CPU: MediaTek MT7628AN (580MHz) - Flash: 16MB - RAM: 16MB DDR2 - 2.4 GHz: IEEE 802.11b/g/n with Integrated LNA and PA - Antennas: 4x external single band antennas - WAN: 1x 10/100M - LAN: 2x 10/100M

[PATCH] ramips: add support for Xiaomi Mi Router 4C

2020-08-18 Thread ataberkozen123
From: Ataberk Özen This commit adds support for Xiaomi's Mi Router 4C device. Specifications: - CPU: MediaTek MT7628AN (580MHz) - Flash: 16MB - RAM: 16MB DDR2 - 2.4 GHz: IEEE 802.11b/g/n with Integrated LNA and PA - Antennas: 4x external single band antennas - WAN: 1x 10/100M - LAN: 2x 10/100M

Re: [PATCH V2 uhttpd] ubus: add new RESTful API

2020-08-18 Thread Rafał Miłecki
On 08.08.2020 01:47, Andre Valentin wrote: I'm just experimenting a bit with the patch. There were multiple this: You need to reply to all, this is public stuff potentially affecting all OpenWrt users. 1) I habe some mips routers and an ipq806x based router. After I added that patch, I

[PATCH] ath79: add support for TP-Link TL-WR710N v2.1

2020-08-18 Thread Adrian Schmutzler
This adds support for the TP-Link TL-WR710N v2.1. It is basically a re-issue of the v1.2. Specifications: SoC: Atheros AR9331 CPU: 400 MHz Flash: 8 MiB RAM: 32 MiB WiFi: 2.4 GHz b/g/n Ethernet: 2x 100M ports USB: 1x 2.0 The only difference from the v1 is the

[PATCH v2] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Thibaut VARÈNE
The test is meant to check the result of the preceding kmalloc() Signed-off-by: Thibaut VARÈNE --- .../generic/files/drivers/platform/mikrotik/rb_hardconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Thibaut
> Le 18 août 2020 à 11:26, Adrian Schmutzler a écrit > : > >> -Original Message- >> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] >> On Behalf Of Thibaut VARÈNE >> Sent: Dienstag, 18. August 2020 11:02 >> To: openwrt-devel@lists.openwrt.org >> Cc: Thibaut VARÈNE

Re: [PATCH] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Thibaut
Hi, This patch also targets 19.07: please cherry pick when merged. Thibaut ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Thibaut VARÈNE
Signed-off-by: Thibaut VARÈNE --- .../generic/files/drivers/platform/mikrotik/rb_hardconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/files/drivers/platform/mikrotik/rb_hardconfig.c

[PATCH] linux-firmware: add support for Marvell SDIO 8997

2020-08-18 Thread Josef Schlehofer
For example, Turris MOX SDIO card is using Marvell (NXP) 88W8997 chip. Technical specs of 88W8997: - 28nm - 802.11 ac wave-2 It should support simultaneous dual-band 2.4 GHz and 5 GHz, but it requires to support multiSSID for one Wi-Fi card [1], which is not supported in OpenWrt, yet and if we

RE: [PATCH] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Thibaut VARÈNE > Sent: Dienstag, 18. August 2020 11:02 > To: openwrt-devel@lists.openwrt.org > Cc: Thibaut VARÈNE > Subject: [PATCH] generic: platform/mikrotik: fix incorrect test

RE: [PATCH] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Thibaut VARÈNE > Sent: Dienstag, 18. August 2020 11:02 > To: openwrt-devel@lists.openwrt.org > Cc: Thibaut VARÈNE > Subject: [PATCH] generic: platform/mikrotik: fix incorrect test >

Re: kmod-usb-bcma is not available

2020-08-18 Thread Nerijus Baliūnas
Just FYI - no, bcma-hcd was not needed, /etc/init.d/gtm382 was enough for lsusb to see modem: #!/bin/sh /etc/rc.common START=11 cd /sys/class/gpio echo 4 > export echo 5 > export echo 7 > export cd echo out > /sys/class/gpio/gpio4/direction echo 1 > /sys/class/gpio/gpio4/value echo out >

Re: [RFC] Policy for PKG_RELEASE bumps

2020-08-18 Thread Paul Spooren
On 17.08.20 20:55, Florian Eckert wrote: Hi team, * When anything inside the packages ipk file changes     Includes patch and so called "cosmetic" changes outside the Makefile, e.g. replace tabs with spaces. PKG_VERSION: This is the upstream version of the Project and this is the upstream

Re: [RFC] Policy for PKG_RELEASE bumps

2020-08-18 Thread Florian Eckert
Hi team, * When anything inside the packages ipk file changes Includes patch and so called "cosmetic" changes outside the Makefile, e.g. replace tabs with spaces. PKG_VERSION: This is the upstream version of the Project and this is the upstream version we build. PKG_RELEASE: This is