[OpenWrt-Devel] [PATCHv2] uClibc++: Remove faulty patch

2019-09-19 Thread Rosen Penev
This patch was originally added to fix compilation with v4l2rtspserver. Turns out it was v4l2rtspserver that was broken, not uClibc++. This now causes issues with a different package where the arguments are being split. Note that with this patch, shellcheck throws an error: SC2068: Double quote

[OpenWrt-Devel] [PATCH procd] system: Fix possible integer overflows

2019-09-19 Thread Hauke Mehrtens
This multiplication was done on 32 bit integers before, explicitly cast them to 64 bit values before to make sure the multiplication is done on 64 bit numbers. Coverity: #1412417, #1412410, #1412409, #1412411, #1412424, #1412407 Signed-off-by: Hauke Mehrtens --- system.c | 18 --

[OpenWrt-Devel] [PATCH] gcc: Fix ICE in GCC 9.2.0

2019-09-19 Thread Hauke Mehrtens
This backports a fix from GCC master to fix a internal compiler exception seen when compiling libjson-c with mips16 activated. Fixes: FS#2455 Signed-off-by: Hauke Mehrtens --- ...uninitialised_use_in_mips_split_move.patch | 55 +++ 1 file changed, 55 insertions(+) create mode

[OpenWrt-Devel] [PATCH v6] ramips: add support for Edimax RG21S

2019-09-19 Thread Birger Koblitz
ramips: add support for Edimax RG21S SoC:MediaTek MT7621AT dual-core @ 880MHz RAM:256M (Nanya NT5CC128M) FLASH: 16MB (Macronix MX25L12835F) WiFi: - 2.4GHz MediaTek MT7615N bgn - 5GHz MediaTek MT7615N nac Switch: SoC integrated Gigabit Switch (4 x LAN, 1 x WAN) USB:No BTN:

Re: [OpenWrt-Devel] [ramips] Linkit Smart 7688

2019-09-19 Thread Ivan Hörler
Hi I have problems makeing libmraa working on Linkit Smart 7688. The installation worked without problems and i tested with a python script. See details below: what i did: - Compiled a openWRT 18.6 - opkg update - opkg install libmraa - opkg install python3-light - opkg install libmraa-python3

[OpenWrt-Devel] [PATCH ustream-ssl] Update example certificate & key, fix typo

2019-09-19 Thread Eneas U de Queiroz
The current crypto libraries will fail to load small RSA keys, so a new certificate was generated with a 2048-bit RSA key. Also fixed a typo in ustream-example-client.c Signed-off-by: Eneas U de Queiroz -- This is the output of 'openssl x509 -noout -text -in example.crt', with the public key &