[OpenWrt-Devel] RE??RE: [PATCH v4 1/3] ramips: add support for JS7628 development board

2019-10-08 Thread ????????
Hi Adrian, JS7628 use MT7628AN/NN chip JS7688 use MT7688AN chip ZTK7628P use MT7628DAN chip Here are some differences between those chips and modules' shape. If I use "JS76x8-8m" the OpenWRT firmware name will be "openwrt-ramips-mt76x8-zhuotk_js76x8-8m". When users see this firmware name, the th

[OpenWrt-Devel] [PATCH] kernel.mk: add KCFLAGS to make kmods reproducible

2019-10-08 Thread Paul Spooren
Some kmods (gpio-hotplug, wireguard) store the build path in the compiled files and therefore make it harder to rebuild the official binaries. As the same "iremap" function is used as for other binaries, the change is compatible with gcc7 and 8. Tested with both gcc7 and gcc8 resulting in build pa

[OpenWrt-Devel] [PATCH] toolchain: Simplify libc selection

2019-10-08 Thread Rosen Penev
uClibc-ng is only needed for ARC. Simplify the conditions. Signed-off-by: Rosen Penev --- toolchain/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toolchain/Config.in b/toolchain/Config.in index faff3c8fbb..762f4e10d7 100644 --- a/toolchain/Config.in +++ b/toolch

[OpenWrt-Devel] RE450 V1 flash size

2019-10-08 Thread Enrico Mioso
Hi all!! I am sure this information has been already made available. But out of curiosity - it seems the bootloader on my device says flash size is 16MB but system uses 8 MB only. this this due to the position of the ART partition? Thank you very much!! Enrico

[OpenWrt-Devel] [PATCH] ath79: fix patching ath9k MAC address for MyNet WiFi Range Extender

2019-10-08 Thread Adrian Schmutzler
The code line patching ath9k MAC address for this device contains a wrong number of arguments including an unset "$mac", which looks like a typo or copy/paste mistake. This has been introduced already in the device support commit 745dee11ac78 ("ath79: add support for WD My Net Wi-Fi Range Extender

Re: [OpenWrt-Devel] [PATCH 1/8] ncurses: add cygwin compatibility

2019-10-08 Thread Alberto Bursi
On 08/10/19 12:14, Paul Oranje wrote: Hi, Op 8 okt. 2019, om 03:02 heeft Rosen Penev het volgende geschreven: From: Alexey Loukianov * Properly handle ".exe" suffix for cygwin. Signed-off-by: Alexey Loukianov (bumped PKG_RELEASE) Signed-off-by: Rosen Penev Two questions: Is there any

Re: [OpenWrt-Devel] [PATCH v4 1/3] ramips: add support for JS7628 development board

2019-10-08 Thread Adrian Schmutzler
Hi again, > + m25p80@0 { You should use a generic node name like "flash" here. https://github.com/devicetree-org/devicetree-specification/blob/master/source/devicetree-basics.rst#generic-names-recommendation Best Adrian Schmutzler openpgp-digital-signature.asc Description: PGP signature

Re: [OpenWrt-Devel] [PATCH v4 1/3] ramips: add support for JS7628 development board

2019-10-08 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Robinson Wu > Sent: Dienstag, 8. Oktober 2019 11:20 > To: openwrt-devel@lists.openwrt.org > Cc: Robinson Wu > Subject: [OpenWrt-Devel] [PATCH v4 1/3] ramips: add support for JS7

[OpenWrt-Devel] [PATCH v3] toolchain/gcc: switch to version 8 by default

2019-10-08 Thread Paul Spooren
Main motivation for this commit is the introduction of `-ffile-prefix-map=` which alows reproducible build path. The usage of `-ffile-prefix-map=` in include/kernel.mk adds reproducibility to kmods like gpio-hotplug and wireguard which before stored the build path as debug information in .rodata.

Re: [OpenWrt-Devel] [PATCH 1/8] ncurses: add cygwin compatibility

2019-10-08 Thread Paul Oranje
Hi, > Op 8 okt. 2019, om 03:02 heeft Rosen Penev het volgende > geschreven: > > From: Alexey Loukianov > > * Properly handle ".exe" suffix for cygwin. > > Signed-off-by: Alexey Loukianov > (bumped PKG_RELEASE) > Signed-off-by: Rosen Penev Two questions: Is there any cover to this series o

[OpenWrt-Devel] [PATCH v4 3/3] ramips: add support for ZTK7628P development board

2019-10-08 Thread Robinson Wu
This commit adds support for the ZhuoTK ZTK7628P development board, The device has the following specifications: - SOC:MT7628DAN - RAM:64 MB (DDR2) - FLASH:8/16/32 MB (SPI NOR) - Ethernet:3x 10/100 Mbps ethernet ports (MT7628DAN built-in switch) - WIFI:1x 2T2R 2.4 GHz Wi-Fi - LEDs:1x system status

[OpenWrt-Devel] [PATCH v4 2/3] ramips: add support for JS7688 development board

2019-10-08 Thread Robinson Wu
This commit adds support for the ZhuoTK JS7688 development board, The device has the following specifications: - SOC:MT7688AN - RAM:64/128/256 MB (DDR2) - FLASH:8/16/32 MB (SPI NOR) - Ethernet:3x 10/100 Mbps ethernet ports (MT7688AN built-in switch) - WIFI:1x 2T2R 2.4 GHz Wi-Fi - LEDs:1x system st

[OpenWrt-Devel] [PATCH v4 1/3] ramips: add support for JS7628 development board

2019-10-08 Thread Robinson Wu
This commit adds support for the ZhuoTK JS7628 development board, The device has the following specifications: - SOC:MT7628AN/NN - RAM:64/128/256 MB (DDR2) - FLASH:8/16/32 MB (SPI NOR) - Ethernet:3x 10/100 Mbps ethernet ports (MT7628AN/NN built-in switch) - WIFI:1x 2T2R 2.4 GHz Wi-Fi - LEDs:1x sys