[OpenWrt-Devel] [PATCH-19.07] toolchain/nasm: Do not build for pentium targets

2020-01-11 Thread Rosen Penev
NASM builds completely broken files with pentium targets. This causes ffmpeg to fail compilation. Instead of working around the problem in the ffmpeg Makefile, it's easier to just not build for broken platforms. Not even objdump can figure out what the generated files are. Signed-off-by: Rosen Pe

[OpenWrt-Devel] [PATCH] target: bump minimum CPU type to pentium-mmx

2020-01-11 Thread Rosen Penev
f4f8f4a180366ee90fd8e153213db2cb746ca361 broke ffmpeg compilation with x86 The reason is that ffmpeg's x86 assembly requires at least MMX, which the pentium CPU_TYPE was preventing. Fixes ffmpeg compilation on x86_legacy and x86_geode. Signed-off-by: Rosen Penev --- include/target.mk | 4 ++--

Re: [OpenWrt-Devel] Question: Migration from ar71xx to ath79

2020-01-11 Thread Baptiste Jonglez
The migration guide is now mostly complete, many thanks to the contributors: https://openwrt.org/docs/guide-user/installation/ar71xx.to.ath79 I have added a link from the 19.07 release notes: https://openwrt.org/releases/19.07/notes-19.07.0 The remaining documentation issues are the following

[OpenWrt-Devel] [PATCH] ipq40xx: add support for Aruba AP-303H

2020-01-11 Thread David Bauer
The Aruba AP-303H is the hospitality version of the Aruba AP-303H with a POE-passthrough enabled ethernet switch instead of a sigle PHY. Hardware SoC: Qualcomm IPQ4029 RAM: 512M DDR3 FLASH: - 128MB SPI-NAND (Macronix) - 4MB SPI-NOR (Macronix MX25R3235F) TPM: Atmel AT97SC3203

Re: [OpenWrt-Devel] ToH dump missing HW version

2020-01-11 Thread Alberto Bursi
On 10/01/20 21:40, Luiz Angelo Daros de Luca wrote: Hello, I was using https://openwrt.org/_media/toh_dump_tab_separated_csv.zip from https://openwrt.org/supported_devices and it is missing the hardware version. It is also missing the "unsupported features". Both are quite important for sel