summaryrefslogtreecommitdiff
authorNed Ludd <solar@gentoo.org>2006-06-30 21:48:38 (GMT)
committer Ned Ludd <solar@gentoo.org>2006-06-30 21:48:38 (GMT)
commit5df6d9f7777c0272365845e97ed836f61965a375 (patch)
tree62346b46cc7b11781ee2992c8df464fcaf422e8d
parenta526c30cc5eba52163b18a256c2cc83d7b12ca53 (diff)
downloadbusybox-5df6d9f7777c0272365845e97ed836f61965a375.zip
busybox-5df6d9f7777c0272365845e97ed836f61965a375.tar.gz
busybox-5df6d9f7777c0272365845e97ed836f61965a375.tar.bz2
- Give Rob Landley things TODO like depmod
Diffstat
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 70d0129..9e51e92 100644
--- a/TODO
+++ b/TODO
@@ -30,6 +30,11 @@ Rob Landley <rob@landley.net>:
Compression-side support.
init
General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG and ENABLE_FEATURE_INIT_DEBUG).
+ depmod
+ busybox lacks a way to update module deps when running from firmware without the
+ use of the depmod.pl (perl is to bloated for most embedded setups) and or orig
+ modutils. The orig depmod is rather pointless to have to add to a firmware image
+ in when we already have a insmod/rmmod and friends.
Unify base64 handling.
There's base64 encoding and decoding going on in:
networking/wget.c:base64enc()