[OpenWrt-Devel] [PATCH] ath79: add support for tplink tl-wdr3600 modified with 16M flash

2019-03-14 Thread Russell Senior
To modify a WDR3600 with 16MB flash, you will need an external SPI programmer and soldering tools. First, obtain a copy of the starting contents either with the external programmer or from commands in OpenWrt: # dd if=/dev/mtdblock0 of=/tmp/uboot.img # dd if=/dev/mtdblock1 of=/tmp/firmware.im

Re: [OpenWrt-Devel] [PATCH] netifd: wireless: Add support for GCMP cipher

2019-03-14 Thread Rosen Penev
On Thu, Mar 14, 2019 at 7:11 AM Robert Marko wrote: > > On Thu, 14 Mar 2019 at 12:31, txt.file wrote: > > > > Which other drivers implement this cipher? Is this cipher in the IEEE > > 802.11 documents standardized? > Most of them as 802.11ac introduced it as optional cipher as its more > efficie

Re: [OpenWrt-Devel] GoSC 2019 Firmware Wizard - input needed

2019-03-14 Thread Moritz Warning
On 3/15/19 12:04 AM, Andreas Ziegler wrote: > > Martin Weinelt schrieb am 14.03.19 um 22:58: >> On 3/14/19 9:59 PM, Moritz Warning wrote: >>> Hi, >>> >>> I submitted a GSoC 2019 idea to create a Firmware Wizard for openwrt.org: >>> https://projects.freifunk.net/#/projects?project=openwrt_firmware_w

Re: [OpenWrt-Devel] GoSC 2019 Firmware Wizard - input needed

2019-03-14 Thread Andreas Ziegler
Martin Weinelt schrieb am 14.03.19 um 22:58: > On 3/14/19 9:59 PM, Moritz Warning wrote: >> Hi, >> >> I submitted a GSoC 2019 idea to create a Firmware Wizard for openwrt.org: >> https://projects.freifunk.net/#/projects?project=openwrt_firmware_wizard&lang=en >> > > Hi, > > the upstream for the

[OpenWrt-Devel] ipq40xx: bootarg Manipulation Failing

2019-03-14 Thread Jeff Kletsky
I'm trying to bring up an IPQ4019-based Linksys EA8300 and have a challenge with the OEM bootargs from U-Boot. While they could be modified once in OpenWrt, I'm hoping to provide a serial-less way for users to easily flash OpenWrt from the OEM web interface. The OEM boot args are   init=/sbin/in

Re: [OpenWrt-Devel] GoSC 2019 Firmware Wizard - input needed

2019-03-14 Thread Martin Weinelt
On 3/14/19 9:59 PM, Moritz Warning wrote: > Hi, > > I submitted a GSoC 2019 idea to create a Firmware Wizard for openwrt.org: > https://projects.freifunk.net/#/projects?project=openwrt_firmware_wizard&lang=en > Hi, the upstream for the Gluon firmware selector is https://github.com/freifunk-darm

[OpenWrt-Devel] GoSC 2019 Firmware Wizard - input needed

2019-03-14 Thread Moritz Warning
Hi, I submitted a GSoC 2019 idea to create a Firmware Wizard for openwrt.org: https://projects.freifunk.net/#/projects?project=openwrt_firmware_wizard&lang=en The motivation is that it is too hard for a user to find the correct openwrt image. The project has two parts: 1. let the openwrt build

Re: [OpenWrt-Devel] QCA953x usb mode / chipidea

2019-03-14 Thread Piotr Dymacz
Hi Arvid, On 14.03.2019 20:22, Arvid Picciani wrote: not sure. the bootstrap vec seems to be all zero $  io -r -4 0x180600AC 180600ac:  For QCA953x, this should be 0x180600b0 (if bit 7 is set then you have device mode). GPIO13 is not connected according to ZBT. not much i can do

Re: [OpenWrt-Devel] QCA953x usb mode / chipidea

2019-03-14 Thread Arvid Picciani
not sure. the bootstrap vec seems to be all zero $ io -r -4 0x180600AC 180600ac: GPIO13 is not connected according to ZBT. not much i can do about that. On Thu, Mar 14, 2019 at 7:51 PM Piotr Dymacz wrote: > Hi Arvid, > > On 14.03.2019 19:38, Arvid Picciani wrote: > > Hi, > > > > i

Re: [OpenWrt-Devel] QCA953x usb mode / chipidea

2019-03-14 Thread Piotr Dymacz
Hi Arvid, On 14.03.2019 19:38, Arvid Picciani wrote: Hi, i'm trying to bring up the ZBT WE826-Q,  but usb wont come up. After much digging, deleting patches-4.14/920-usb-chipidea-AR933x-platform-support.patch solves the issue. How is this supposed to work with other boards? You should fi

[OpenWrt-Devel] QCA953x usb mode / chipidea

2019-03-14 Thread Arvid Picciani
Hi, i'm trying to bring up the ZBT WE826-Q, but usb wont come up. After much digging, deleting patches-4.14/920-usb-chipidea-AR933x-platform-support.patch solves the issue. How is this supposed to work with other boards? /b/ Arvid -- +4916093821054 __

Re: [OpenWrt-Devel] [PATCH] netifd: wireless: Add support for GCMP cipher

2019-03-14 Thread Robert Marko
On Thu, 14 Mar 2019 at 12:31, txt.file wrote: > > Which other drivers implement this cipher? Is this cipher in the IEEE 802.11 > documents standardized? Most of them as 802.11ac introduced it as optional cipher as its more efficient than CCMP and as Lucian Cristian mentioned its also part of WPA3

Re: [OpenWrt-Devel] [PATCH] netifd: wireless: Add support for GCMP cipher

2019-03-14 Thread Lucian Cristian
On 14.03.2019 13:30, txt.file wrote: Which other drivers implement this cipher? Is this cipher in the IEEE 802.11 documents standardized? On March 14, 2019 10:03:16 AM UTC, Robert Marko wrote: This patch will add support for using GCMP as cipher suite. This is not a strong cipher but is only

Re: [OpenWrt-Devel] [PATCH] netifd: wireless: Add support for GCMP cipher

2019-03-14 Thread txt.file
Which other drivers implement this cipher? Is this cipher in the IEEE 802.11 documents standardized? On March 14, 2019 10:03:16 AM UTC, Robert Marko wrote: >This patch will add support for using GCMP as cipher suite. >This is not a strong cipher but is only one supported by >wil6210 driver in or

[OpenWrt-Devel] [PATCH] netifd: wireless: Add support for GCMP cipher

2019-03-14 Thread Robert Marko
This patch will add support for using GCMP as cipher suite. This is not a strong cipher but is only one supported by wil6210 driver in order to have encrypted traffic. Signed-off-by: Robert Marko --- scripts/netifd-wireless.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/netifd-wi

[OpenWrt-Devel] (no subject)

2019-03-14 Thread EM DEZINE
Sent from Mail for Windows 10 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel