From abed4c14e716e4870e6f5c38ea7f69bd7fe9bead Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 20 Jan 2010 20:05:51 +0100 Subject: update some meta data --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index dbed99035..4c0c41240 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ - netbsd build - macos x build - implement rpm package backend +- implement dpkg package backend - implement update for MTD devices (foxboard,rb532,ag241) - network scripts for wireless client and acess point - customise mconf help texts to better fit for OpenADK -- cgit v1.2.3 From 30dc5b2fc07a0a2ab9681b4262e676ad26909b51 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 20 Jan 2010 20:06:28 +0100 Subject: update uclibc soon --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index dbed99035..c2f7666dd 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +- fix watchdog for alix1c (mfgpt timers) +- update uclibc - netbsd build - macos x build - implement rpm package backend -- cgit v1.2.3 From 659846437896836e683ba5c0fc393a78eb641c18 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 Jan 2010 10:39:35 +0100 Subject: update TODO and BUGS to reflect my plan --- TODO | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 4cba6af37..6f56ae0f2 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,17 @@ -- fix watchdog for alix1c (mfgpt timers) -- update uclibc +- group alix and wrap boards +- tryout internal kernel device management +- implement update for MTD devices (foxboard,rb532,ag241) +- do a make bulk for all targets +- add tcsh and describe new package creation procedure in wiki +- add toolchain only support for generic toolchains (mips/ppc/..) +- fix watchdog for alix1c (mfgpt timers problem) - netbsd build - macos x build +- network scripts for wireless client and acess point +- update to 2.6.33 and test lemote +- package drbd +- new packages for openais and pacemaker +- realize parallel build for target-libc combinations +- continuos build via hudson or sth. like that - implement rpm package backend - implement dpkg package backend -- implement update for MTD devices (foxboard,rb532,ag241) -- network scripts for wireless client and acess point -- customise mconf help texts to better fit for OpenADK -- cgit v1.2.3 From 5af89f5f951db199840e83b49d240f47eacdd0c2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 Jan 2010 13:12:43 +0100 Subject: enable watchdog on rb532 by default, use busybox applet. the package/watchdog could also be used, if more checks are required. (high load, free memory,..) --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 6f56ae0f2..54b39f784 100644 --- a/TODO +++ b/TODO @@ -8,7 +8,8 @@ - netbsd build - macos x build - network scripts for wireless client and acess point -- update to 2.6.33 and test lemote +- update to 2.6.33 +- use LZMA kernels for MIPS targets - package drbd - new packages for openais and pacemaker - realize parallel build for target-libc combinations -- cgit v1.2.3 From 5df306b0c9d713021edd9d81ff8f37b5d7f01db5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 Jan 2010 18:35:58 +0100 Subject: use target-libc combination for all builddirs IMPORTANT: do a make distclean before compiling after this commit. The directories for all build and bin directories changed, so that toolchains for different target-libc combinations can coexist. This might be usefule in the future for continous compiling after git commit, without rebuilding the toolchain. Rework busybox rebuild, when config changes. Not optimal, but at least working after this change to the directory structure. --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 54b39f784..98427615c 100644 --- a/TODO +++ b/TODO @@ -12,7 +12,6 @@ - use LZMA kernels for MIPS targets - package drbd - new packages for openais and pacemaker -- realize parallel build for target-libc combinations - continuos build via hudson or sth. like that - implement rpm package backend - implement dpkg package backend -- cgit v1.2.3 From 480d62de9c308ee91711a980cd9d51e3e2806cef Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 31 Jan 2010 15:31:41 +0100 Subject: update todo, reorder some menu points --- TODO | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 98427615c..5efbf0ec4 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,11 @@ -- group alix and wrap boards -- tryout internal kernel device management -- implement update for MTD devices (foxboard,rb532,ag241) - do a make bulk for all targets +- implement update for MTD devices (foxboard,rb532,ag241) +- network scripts for wireless client and acess point - add tcsh and describe new package creation procedure in wiki - add toolchain only support for generic toolchains (mips/ppc/..) - fix watchdog for alix1c (mfgpt timers problem) - netbsd build - macos x build -- network scripts for wireless client and acess point - update to 2.6.33 - use LZMA kernels for MIPS targets - package drbd -- cgit v1.2.3