summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-19 09:53:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-19 09:53:00 +0100
commita934246178d7c686bf28c3dbed57b06120cb48d0 (patch)
treeee9df21508827ce7f2539edd7926c0c3a54d9eb0 /TODO
parentb5b2d187c4e25998dc560ad59c6e4aa77fb9463b (diff)
rename DEVICE to ADK_TARGET
- the name is better, because qemu f.e. is no hardware device - use make TARGET=alix1c to start with a configuration for this target - use make TARGET=alix1c allmodconfig to generate a mostly complete config to build all available packages for this platform as a package The all.config and .defconfig files needed to get this working are dynamically generated.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 1 insertions, 10 deletions
diff --git a/TODO b/TODO
index 787b8ef6d..85f34c9ea 100644
--- a/TODO
+++ b/TODO
@@ -2,24 +2,15 @@
- more qemu-targets (ppc/sparc)
- rpm package backend
- port htop software
-- stripping of kernel is not working for all targets
-- implement a non-interactive allmodconfig for different targets
- (make TARGET=foo defconfig allmodconfig)
- needed for ADK buildserver
- rescue initramfs image (more archs, generic kernel config )
- usb boot via stick
- fix init scripts pidof? vs. killall
-- rpath libtool problem fix
-- bind isc 9.6.1
-- check ac_cv_func_setpgrp_void=no
- freebsd build
- win cygwin build
- netbsd build
- macos x build
- openbsd build
-- optimize iptables package (libdirs depending on choosen kernel features)
-- checksum for toolchain packages
- network scripts for wireless client / ap
- network scripts for pppoe
- customise mconf help texts to better fit for OpenADK
-- publish via trac+git
+- publish via trac