diff options
-rw-r--r-- | BUGS | 1 | ||||
-rw-r--r-- | TODO | 18 | ||||
-rw-r--r-- | target/rb532/TODO | 2 |
3 files changed, 16 insertions, 5 deletions
@@ -1,3 +1,4 @@ +- packages with subpackages get recompiled - openssh on amd64 does not work, ssh-keygen endless loop - uclibc on lemote mips64 target does not work (only uclibc-trunk with patches) - qemu-mips64* targets does not boot, kernel problem? @@ -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 diff --git a/target/rb532/TODO b/target/rb532/TODO new file mode 100644 index 000000000..054e445e0 --- /dev/null +++ b/target/rb532/TODO @@ -0,0 +1,2 @@ +- enable watchdog +- test yaffs2 support |