[OpenWrt-Devel] [PATCH] mvebu: fix the cortex-a9 fpu configure

2018-08-29 Thread ayaka
Both Marvell Armada 37x and 38x support NEON and VFPv3, so we enable the NEON FPU with the SIMD aliases. Signed-off-by: ayaka --- include/target.mk | 1 + target/linux/mvebu/cortexa9/target.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] Use DHCP by default on single port devices

2018-08-29 Thread Lech Perczak
Hi, W dniu 2018-08-28 o 22:29, Michael Heimpold pisze: Hi, "DHCP Client", even with an alternative static IP address, might not work for some home users. to make this work better, some companies are choosing the static fallback IP address in the AutoIP range 169.254.x.x/16. At least Windows

[OpenWrt-Devel] detecting liblua in CMake

2018-08-29 Thread Lev
Hi, I'm currently developing an application for OpenWRT. IT is written in C, and uses the LUA libraries. The C code is configured by CMake. The question is how can I detect, packages with CMake. At the host system, the application builds fine using CMake, and I have something similar in my

Re: [OpenWrt-Devel] Use DHCP by default on single port devices

2018-08-29 Thread Daniel Engberg
Hi, I've added a PR for a small mDNS daemon https://github.com/openwrt/openwrt/pull/1339 The init.d script is hackish and has race condition issues, suggestions to improve it would be highly appreciated. For some reason it doesn't seem to work during boot up :/ Best regards, Daniel On