diff options
author | solar <solar@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-30 21:48:38 +0000 |
---|---|---|
committer | solar <solar@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-30 21:48:38 +0000 |
commit | d4f5f3d2dd3fb32c286325d22ca36ea060f0183f (patch) | |
tree | 62346b46cc7b11781ee2992c8df464fcaf422e8d | |
parent | fdff477b9f942cecce85e651ec22b73f9a3a0272 (diff) | |
download | busybox-w32-d4f5f3d2dd3fb32c286325d22ca36ea060f0183f.tar.gz busybox-w32-d4f5f3d2dd3fb32c286325d22ca36ea060f0183f.tar.bz2 busybox-w32-d4f5f3d2dd3fb32c286325d22ca36ea060f0183f.zip |
- Give Rob Landley things TODO like depmod
git-svn-id: svn://busybox.net/trunk/busybox@15562 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -30,6 +30,11 @@ Rob Landley <rob@landley.net>: | |||
30 | Compression-side support. | 30 | Compression-side support. |
31 | init | 31 | init |
32 | General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG and ENABLE_FEATURE_INIT_DEBUG). | 32 | General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG and ENABLE_FEATURE_INIT_DEBUG). |
33 | depmod | ||
34 | busybox lacks a way to update module deps when running from firmware without the | ||
35 | use of the depmod.pl (perl is to bloated for most embedded setups) and or orig | ||
36 | modutils. The orig depmod is rather pointless to have to add to a firmware image | ||
37 | in when we already have a insmod/rmmod and friends. | ||
33 | Unify base64 handling. | 38 | Unify base64 handling. |
34 | There's base64 encoding and decoding going on in: | 39 | There's base64 encoding and decoding going on in: |
35 | networking/wget.c:base64enc() | 40 | networking/wget.c:base64enc() |