Re: RT3662 NAND support

2021-03-19 Thread Mika Laitio
I'm trying to add support for an older ZWave bridge, the MiCasaVerde Vera Lite (similar or equal to SERCOMM NA300). It's based on RT3662, 64MB RAM and 32MB NAND flash - and this is where I'm currently stuck. The rt3883.dtsi does not define a NAND controller and I'm unsure whether there actually

[OpenWrt-Devel] [PATCH 1/2] Add W1 DS2423 build config option

2012-07-31 Thread Mika Laitio
Add option to select DS2423 kernel module via openwrt's build config. Signed-off-by: Mika Laitio lam...@pilppa.org --- package/kernel/modules/w1.mk | 14 ++ 1 file changed, 14 insertions(+) diff --git a/package/kernel/modules/w1.mk b/package/kernel/modules/w1.mk index e0e9e57

Re: [OpenWrt-Devel] [PATCH 1/2] Add W1 DS2423 build config option

2012-07-31 Thread Mika Laitio
On 07/31/2012 10:49 AM, John Crispin wrote: On 31/07/12 08:38, Mika Laitio wrote: Add option to select DS2423 kernel module via openwrt's build config. Signed-off-by: Mika Laitio lam...@pilppa.org --- package/kernel/modules/w1.mk | 14 ++ 1 file changed, 14 insertions

Re: [OpenWrt-Devel] [OpenWrt-Commits] r27214 - trunk/toolchain/eglibc

2011-06-20 Thread Mika Laitio
On 06/20/2011 06:16 AM, Philip Prindeville wrote: On 6/18/11 4:14 AM, openwrt-comm...@openwrt.org wrote: Author: mirko Date: 2011-06-18 13:14:01 +0200 (Sat, 18 Jun 2011) New Revision: 27214 Modified: trunk/toolchain/eglibc/Makefile Log: [toolchain/eglibc} eglibc in fact can be built with

[OpenWrt-Devel] [PATCH 2/2] runtime shared library binding support

2011-06-03 Thread Mika Laitio
to be normal file instead of being a symlink. Signed-off-by: Mika Laitio lam...@pilppa.org --- package/base-files/Makefile|4 ++ .../base-files/glibc-files/etc/init.d/linkbindings | 32 package/base-files/glibc-files/etc/ld.so.conf |1 + .../etc

[OpenWrt-Devel] [PATCH 0/2] glibc and eglibc build and usage fixes

2011-06-03 Thread Mika Laitio
like swconfig where failing because they could not find shared libraries from /usr/lib directory. (On that attempt things started working once I set LD_LIBRARY_PATH) Mika Laitio (2): Fix the hotplug2 build with glibc/eglibc runtime shared library binding support package/base-files/Makefile

[OpenWrt-Devel] [PATCH 1/2] Fix the hotplug2 build with glibc/eglibc

2011-06-03 Thread Mika Laitio
Add strlcat and strlcpy functions if build env is glibc or eglibc because they do not have those functions. Patch originates from: https://dev.openwrt.org/ticket/9012 Tested-by: Mika Laitio lam...@pilppa.org --- package/hotplug2/src/udevtrigger.c | 45 1

[OpenWrt-Devel] [PATCH] ds2423 1-wire kernel driver for openwrt trunk

2010-11-08 Thread Mika Laitio
to open. I have tested the patch with openwrt trunk. From 3c3fe9d120a75d37276e8036288645db9865cc03 Mon Sep 17 00:00:00 2001 From: Mika Laitio lam...@pilppa.org Date: Mon, 8 Nov 2010 21:30:15 +0200 Subject: [PATCH 2/2] ds2423 1-wire counter support Signed-off-by: Mika Laitio lam...@pilppa.org