Hello,
The following patch (submitted by you) has been updated in Patchwork:
* openwrt: [OpenWrt-Devel,1/2] fix make kernel_menuconfig
- http://patchwork.ozlabs.org/patch/1143192/
- for: OpenWrt development
was: New
now: Changes Requested
This email is a notification only - yo
Thomas Albers via openwrt-devel [2019-08-06
20:48:07]:
Hi,
> The sender domain has a DMARC Reject/Quarantine policy which disallows
> sending mailing list messages using the original "From" header.
>
> To mitigate this problem, the original message has been wrapped
> automatically by the maili
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.--- Begin Message ---
Hello!
This is part 1 of a patch
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.--- Begin Message ---
Hello
How to solve this ?
Than
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On Tue, 6 Aug 2019 16:29:59 +0200
"Adrian Schmutzler" wrote:
>
> In general, it looks to me like you can exploit wnr612-v2.dtsi here.
> LEDs will require some care, but almost everything else is shared.
> In that context, one might think whether th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On Tue, 6 Aug 2019 16:35:34 +0200
"Adrian Schmutzler" wrote:
> Hi,
>
> > +&pcie {
> > + status = "okay";
> > +
> > + ath9k: wifi@0,0 {
> > + compatible = "pci168c,002e";
> > + reg = <0x 0 0 0 0>;
> > + mtd-mac
Hi,
> +&pcie {
> + status = "okay";
> +
> + ath9k: wifi@0,0 {
> + compatible = "pci168c,002e";
> + reg = <0x 0 0 0 0>;
> + mtd-mac-address = <&art 0x00>;
> + mtd-mac-address-increment = <1>;
> + mtd-cal-data = <&art 0x1000>;
>
Hi,
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On
> Behalf Of Michal Cieslakiewicz
> Sent: Dienstag, 6. August 2019 16:06
> To: openwrt-devel@lists.openwrt.org
> Cc: Adrian Schmutzler
> Subject: [OpenWrt-Devel] [PATCH v2 4/5] ath79: add su
Hi,
> + model = "Netgear WNR2000 v3";
> + compatible = "netgear,wnr2000-v3", "qca,ar7241";
> +
please put model BELOW compatible.
Best
Adrian
openpgp-digital-signature.asc
Description: PGP signature
___
openwrt-devel mailing list
openwrt-de
Hi,
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On
> Behalf Of Michal Cieslakiewicz
> Sent: Dienstag, 6. August 2019 16:04
> To: openwrt-devel@lists.openwrt.org
> Cc: Adrian Schmutzler
> Subject: [OpenWrt-Devel] [PATCH v2 3/5] ath79: add su
This patch adds ath79 support for Netgear WNR2200.
Router was previously supported by ar71xx target only.
Specification
=
* Description: Netgear WNR2200
* Loader: U-boot
* SOC: Atheros AR7241 (360 MHz)
* RAM: 64 MiB
* Flash: 8 MiB (SPI NOR)
- U-boot binary: 256 KiB
This patch improves ath79 support for Netgear WNR612v2.
Router functionality becomes identical to ar71xx version.
Changes include:
* software control over LAN LEDs via sysfs
* correct MAC addresses for network interfaces
* correct image size in device definition
Signed-off-by: Michal Cieslakiewic
This patchset enables ath79 target for following Netgear ar724x-based
routers currently supported by ar71xx:
* Netgear WNR1000v2 (tiny, 4_32)
* Netgear WNR2000v3 (tiny, 4_32)
* Netgear WNR2200 (generic, 8_64 + USB)
and improves existing support for:
* Netgear WNR612v2 (tiny, 4_32)
For all above r
This patch adds ath79 support for Netgear WNR2000v3.
Router was previously supported by ar71xx target only.
Note: this is a 4_32 device with limited upgrade capabilities.
Specification
=
* Description: Netgear WNR2000 v3
* Loader: U-boot
* SOC: Atheros AR7241 (360 MHz)
* RAM: 3
This patch adds ath79 support for Netgear WNR1000v2.
Router was previously supported by ar71xx target only.
Note: this is a 4_32 device with limited upgrade capabilities.
Specification
=
* Description: Netgear WNR1000 v2
* Loader: U-boot
* SOC: Atheros AR7240 (340 MHz)
* RAM: 3
Currently AR724x pinmux for register 0x18040028 controls only JTAG disable bit.
This patch adds new DTS settings to control LAN LEDs and CLKs that allow
full software control over these diodes - exactly the same is done by ar71xx
target in device setup phase for many routers (WNR2000v3 for example)
This fixes the remaining IMAGE_SIZE issues in ath79 target.
All devices in target have been checked, so together with
subsequent patches this target should be "clean" afterwards.
Signed-off-by: Adrian Schmutzler
---
target/linux/ath79/image/generic.mk | 2 +-
target/linux/ath79/image/tiny-n
So far, IMAGE_SIZE is set as follows:
tplink-4m* 3904k 0x3d
tplink-8m* 7936k 0x7c
tplink-16m* 15872k 0xf8
However, based on the size of firmware partitions in DTS it should
be:
tplink-4m* 3904k 0x3d
tplink-8m* 8000k 0x7d
tplink-16m* 16192k 0xfd
All (!) 8m*/16
This addresses IMAGE_SIZE inconsistencies in generic_ubnt.mk by:
1. (cosmetical) Move IMAGE_SIZE out of top definition ("ubnt"),
since despite two all subdefinition have different values.
2. (change) Fix IMAGE_SIZE for ubnt-xm and ubnt-bz (7552k->7488k).
3. (cosmetical) Move IMAGE_SIZE of ubnt-
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On
> Behalf Of Michal Cieslakiewicz
> Sent: Dienstag, 6. August 2019 13:03
> To: openwrt-devel@lists.openwrt.org
> Subject: [OpenWrt-Devel] [PATCH 7/7] ath79: WNR2000v3: change WPS button
> to interr
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On
> Behalf Of Michal Cieslakiewicz
> Sent: Dienstag, 6. August 2019 13:01
> To: openwrt-devel@lists.openwrt.org
> Subject: [OpenWrt-Devel] [PATCH 6/7] ath79: WNR2200: use gpio_hog instead
> of gpio-
Tomasz Maciej Nowak writes:
> This commit fixes regression on Linksys WRT1900 (Mamba) where this device
> doesn't have USB 3.0 controller integrated in SoC, instead it has Etron
> EJ168 connected to PCIe lane. Previously enabled in kernel 4.4 and 4.9,
> was lost in transition to 4.14.
This is no
This patch adds ath79 support for Netgear WNR1000v2.
Router was previously supported by ar71xx target only.
Note: this is a 4_32 device with limited upgrade capabilities.
Specification
=
* Description: Netgear WNR1000 v2
* Loader: U-boot
* SOC: Atheros AR7240 (340 MHz)
* RAM: 3
This patch adds ath79 support for Netgear WNR2000v3.
Router was previously supported by ar71xx target only.
Note: this is a 4_32 device with limited upgrade capabilities.
Specification
=
* Description: Netgear WNR2000 v3
* Loader: U-boot
* SOC: Atheros AR7241 (360 MHz)
* RAM: 3
This patch adds ath79 support for Netgear WNR2200.
Router was previously supported by ar71xx target only.
Specification
=
* Description: Netgear WNR2200
* Loader: U-boot
* SOC: Atheros AR7241 (360 MHz)
* RAM: 64 MiB
* Flash: 8 MiB (SPI NOR)
- U-boot binary: 256 KiB
To follow new best practice for DTS files, this patch changes
definition for GPIO pin 4 on Wifi chip (USB power control) from
'gpio-export' to 'gpio_hog'. Tested and confirmed to work.
Signed-off-by: Michal Cieslakiewicz
---
.../linux/ath79/dts/ar7241_netgear_wnr2200.dts | 17 +++--
WNR2000v3 has one button (WPS) connected to AR7241 GPIO directly.
This patch changes its servicing method from polling to IRQ.
All other buttons, connected to wireless chip GPIO pins, remain polled.
Signed-off-by: Michal Cieslakiewicz
---
target/linux/ath79/dts/ar7241_netgear_wnr2000-v3.dts | 8
This patchset enables ath79 target for following Netgear ar724x-based
routers currently supported by ar71xx:
* Netgear WNR1000v2 (tiny, 4_32)
* Netgear WNR2000v3 (tiny, 4_32)
* Netgear WNR2200 (generic, 8_64 + USB)
and improves existing support for:
* Netgear WNR612v2 (tiny, 4_32)
The goal was to
This patch improves ath79 support for Netgear WNR612v2.
Router functionality becomes identical to ar71xx version.
Changes include:
* software control over LAN LEDs via sysfs
* correct MAC addresses for network interfaces
* correct image size in device definition
Signed-off-by: Michal Cieslakiewic
Currently AR724x pinmux for register 0x18040028 controls only JTAG disable bit.
This patch adds new DTS settings to control LAN LEDs and CLKs that allow
full software control over these diodes - exactly the same is done by ar71xx
target in device setup phase for many routers (WNR2000v3 for example)
On 05.08.19 18:17, Koen Vandeputte wrote:
On 05.08.19 17:47, Koen Vandeputte wrote:
On 27.06.19 16:24, Ben Greear wrote:
On 6/27/19 7:17 AM, Koen Vandeputte wrote:
On 26.06.19 18:39, Ben Greear wrote:
On 6/26/19 9:28 AM, Koen Vandeputte wrote:
On 26.06.19 18:16, Ben Greear wrote:
On 6/
From: Rafał Miłecki
This parser's matching function appears to be too generic as it matches
e.g. Buffalo WZR-HP-G300NH. That results in incorrect parts parsing.
Luckily this parser is needed by Fon FON2601 only which uses DT-based
ramips target. It means we can depend on mtd subsystem matching o
32 matches
Mail list logo