[OpenWrt-Devel] [PATCHv2] toolchain/musl: update to 1.2.0

2020-03-29 Thread Rosen Penev
Remove PKG_SOURCE and PKG_SOURCE_SUBDIR since the defaults are used. Remove GLOB_ONLYDIR patch. Only fstools relies on it. fstools can be fixed separately. Remove woresize.h file. It seems to be for an old version of GCC. Remove features.h and glibc-types files. Same as above. Replace sys/cdefs

[OpenWrt-Devel] [PATCH] ppd: add missing header

2020-03-29 Thread Rosen Penev
sys/cdefs.h is needed for __P macro definition. Signed-off-by: Rosen Penev --- package/network/services/ppp/Makefile| 2 +- package/network/services/ppp/patches/800-cdefs.patch | 10 ++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 package/network/

Re: [OpenWrt-Devel] [PATCH] generic: mips: exclude more dsemul code when fpu-emu is not enabled

2020-03-29 Thread Yousong Zhou
On Mon, 30 Mar 2020 at 07:17, Rosen Penev wrote: > > On Sun, Mar 29, 2020 at 8:34 AM Hauke Mehrtens wrote: > > > > On 3/27/20 5:28 AM, Yousong Zhou wrote: > > > The patch is backported from mips-next. In addition to minor reduction > > > of code size and runtime memory use, the more apparent dif

[OpenWrt-Devel] [PATCH] prereq-build: test for perl's Data::Dumper

2020-03-29 Thread Rosen Penev
Required for installation of autoconf: make[5]: Entering directory `/openwrt/build_dir/host/autoconf-2.69' Making all in bin make[6]: Entering directory `/openwrt/build_dir/host/autoconf-2.69/bin' autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/l

[OpenWrt-Devel] [PATCH v3] ramips: add support for TRENDnet TEW-810DR

2020-03-29 Thread Heppler, J. Scott
ramips: add support for TRENDnet TEW-810DR new file: target/linux/ramips/dts/mt7620a_cameo_810.dtsi modified: target/linux/ramips/dts/mt7620a_dlink_dir-810l.dts new file: target/linux/ramips/dts/mt7620a_trendnet_tew-810dr.dts modified: target/linux/ramips/image/mt76

Re: [OpenWrt-Devel] [PATCH] generic: mips: exclude more dsemul code when fpu-emu is not enabled

2020-03-29 Thread Rosen Penev
On Sun, Mar 29, 2020 at 8:34 AM Hauke Mehrtens wrote: > > On 3/27/20 5:28 AM, Yousong Zhou wrote: > > The patch is backported from mips-next. In addition to minor reduction > > of code size and runtime memory use, the more apparent difference is > > that the delay slot emulation page will not be

[OpenWrt-Devel] [sdwalker/sdwalker.github.io] 2d2288: This week's update

2020-03-29 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: 2d2288c96f3179c1310d600e6ee65acc17c08380 https://github.com/sdwalker/sdwalker.github.io/commit/2d2288c96f3179c1310d600e6ee65acc17c08380 Author: Stephen Walker Date: 2020-03-29 (Sun, 29 Mar 2

Re: [OpenWrt-Devel] Merged: tegra: correct cpu subtype

2020-03-29 Thread Tomasz Maciej Nowak
W dniu 29.03.2020 o 22:30, Hauke Mehrtens pisze: > On 3/28/20 1:52 PM, Petr Štetiar wrote: >> Thanks! Merged into my staging tree at >> https://git.openwrt.org/openwrt/staging/ynezz.git >> >> ___ >> openwrt-devel mailing list >> openwrt-devel@lists.openw

Re: [OpenWrt-Devel] Merged: tegra: correct cpu subtype

2020-03-29 Thread Hauke Mehrtens
On 3/28/20 1:52 PM, Petr Štetiar wrote: > Thanks! Merged into my staging tree at > https://git.openwrt.org/openwrt/staging/ynezz.git > > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/open

[OpenWrt-Devel] [PATCH v2] mvebu: add support for Buffalo LinkStation LS421DE

2020-03-29 Thread Daniel Gonzalez Cabanelas
Buffalo LinkStation LS421DE is a dual bay NAS, based on Marvell Armada 370 Hardware: SoC: Marvell Armada-370 88F6707-A1 CPU: Cortex-A9 1200 MHz, 1 core Flash: SPI-NOR 1 MiB, NAND 512 MiB RAM: DDR3 512 MiB Ethernet:1x 10/100/1000 Mbps USB:

Re: [OpenWrt-Devel] [PATCH] generic: mips: exclude more dsemul code when fpu-emu is not enabled

2020-03-29 Thread Hauke Mehrtens
On 3/27/20 5:28 AM, Yousong Zhou wrote: > The patch is backported from mips-next. In addition to minor reduction > of code size and runtime memory use, the more apparent difference is > that the delay slot emulation page will not be present for those targets > with fpu emulation disabled (CONFIG_M

Re: [OpenWrt-Devel] [PATCH] mac80211: Fix rt2x00 exports

2020-03-29 Thread Daniel Golle
Hi Hauke! On Sun, Mar 29, 2020 at 04:31:32PM +0200, Hauke Mehrtens wrote: > Do not export static functions, they are anyway not referenced by any > code in a different module. > > This fixes the following compile warning: > WARNING: "rt2800_rf_aux_tx0_loopback" > [/drivers/net/wireless/ralink/rt

[OpenWrt-Devel] [PATCH] mac80211: Fix rt2x00 exports

2020-03-29 Thread Hauke Mehrtens
Do not export static functions, they are anyway not referenced by any code in a different module. This fixes the following compile warning: WARNING: "rt2800_rf_aux_tx0_loopback" [/drivers/net/wireless/ralink/rt2x00/rt2800lib] is a static EXPORT_SYMBOL_GPL WARNING: "rt2800_write_dc" [/drivers/net/

Re: [OpenWrt-Devel] [PATCH 0/4 v2] archs38: kernel 5.4 suuport

2020-03-29 Thread Hauke Mehrtens
On 3/28/20 12:12 PM, Evgeniy Didin wrote: > This patch switches kernel version to 5.4 for archs38. > > Changes since v1: > 1) Remove disabling of ath9k-htc package usage. >On initial port in config-5.4 file the option >"CONFIG_USB_SUPPORT" was missing what caused >build failure. > 2)