diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -23,7 +23,9 @@ around to it some time. If you have any good ideas, please let me know. | |||
23 | * stty | 23 | * stty |
24 | * cut | 24 | * cut |
25 | * expr | 25 | * expr |
26 | 26 | * wget (or whatever I call it) | |
27 | * tftp | ||
28 | * ftp | ||
27 | 29 | ||
28 | 30 | ||
29 | ----------------------- | 31 | ----------------------- |
@@ -31,24 +33,20 @@ around to it some time. If you have any good ideas, please let me know. | |||
31 | Compile with debugging on, run 'nm --size-sort ./busybox' | 33 | Compile with debugging on, run 'nm --size-sort ./busybox' |
32 | and then start with the biggest things and make them smaller... | 34 | and then start with the biggest things and make them smaller... |
33 | 35 | ||
34 | |||
35 | ----------------------- | 36 | ----------------------- |
36 | 37 | ||
37 | |||
38 | busybox.defs.h is too big and hard to follow. | 38 | busybox.defs.h is too big and hard to follow. |
39 | 39 | ||
40 | Perhaps I need to add a better build system (like the Linux kernel?) | 40 | Perhaps I need to add a better build system (like the Linux kernel?) |
41 | 41 | ||
42 | ----------------------- | 42 | ----------------------- |
43 | 43 | ||
44 | |||
45 | Feature request: | 44 | Feature request: |
46 | 45 | ||
47 | /bin/busybox --install -s which makes all links to commands that it | 46 | /bin/busybox --install -s which makes all links to commands that it |
48 | can support (an optionnal -s should be used for symbolic links instead | 47 | can support (an optionnal -s should be used for symbolic links instead |
49 | of hard links). | 48 | of hard links). |
50 | 49 | ||
51 | |||
52 | ----------------------- | 50 | ----------------------- |
53 | 51 | ||
54 | 52 | ||