[OpenWrt-Devel] liblua vs. CMake

2018-09-11 Thread Lev
Hello list, I'm still struggling finding liblua in the build system by CMake. This is a simple executable project and I have this at the top of the CMakeLists.txt file: cmake_minimum_required (VERSION 3.0) project(hmd C) SET(CMAKE_INSTALL_PREFIX /) IF(NOT LUA_CFLAGS)

[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

[OpenWrt-Devel] [PATCH] ramips: fix wizfi630a swapped lan wan port

2018-06-30 Thread Lev
The order of the Ethernet ports were mixed up. This commit fixes the order to be aligned with the physical layout. Signed-off-by: Levente Kovacs --- target/linux/ramips/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] broken link

2018-06-26 Thread Lev
Please note that this link is broken: https://lists.openwrt.org/listinfo/openwrt-devel -- Levente Kovacs Senior Electronic Engineer W: http://levente.logonex.eu ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] ramips: fix wizfi630a swapped lan/wan port

2018-06-26 Thread Lev
The order of the Ethernet ports were mixed up. This commit fixes the order to be aligned with the physical layout. Signed-off-by: Lev --- target/linux/ramips/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/base-files/etc

[OpenWrt-Devel] SHA256 password

2018-05-29 Thread Lev
Hi list, Is this patch still needed for the latest musl? 901-crypt_size_hack.patch Thanks, Levente -- Levente Kovacs Senior Electronic Engineer W: http://levente.logonex.eu ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] mtd: skip bad blocks when writing

2018-05-18 Thread Lev
--- package/system/mtd/src/jffs2.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/package/system/mtd/src/jffs2.c b/package/system/mtd/src/jffs2.c index b432f64ac0..5bf3eec328 100644 --- a/package/system/mtd/src/jffs2.c +++ b/package/system/mtd/src/jffs2.c @@ -308,6 +308,16 @@ int

Re: [PATCH v2 2/2] kernel: bump 4.14 to 4.14.41

2018-05-17 Thread Lev
On Thu, 17 May 2018 18:41:26 +0200 Koen Vandeputte wrote: > -@@ -115,10 +115,14 @@ static inline void ath79_wdt_disable(void) > +@@ -115,10 +115,14 @@ static inline void ath79_wdt_disable(voi Is this really compiles? -- Levente Kovacs Senior Electronic Engineer