summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS1
-rw-r--r--TODO18
-rw-r--r--target/rb532/TODO2
3 files changed, 16 insertions, 5 deletions
diff --git a/BUGS b/BUGS
index f08dabec5..540386220 100644
--- a/BUGS
+++ b/BUGS
@@ -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?
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
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