diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:10:39 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:10:39 +0000 |
commit | aa9b1828b91bc4b60f1164b7929a6a0ac091419e (patch) | |
tree | 31a2278e3998160a7c40ac5882736a2f48768a2d /TODO_config_nommu | |
parent | 1d42665b6b0571b9fa5d3b10fbf2dd03382f0ba2 (diff) | |
download | busybox-w32-aa9b1828b91bc4b60f1164b7929a6a0ac091419e.tar.gz busybox-w32-aa9b1828b91bc4b60f1164b7929a6a0ac091419e.tar.bz2 busybox-w32-aa9b1828b91bc4b60f1164b7929a6a0ac091419e.zip |
tftpd: new applet (mostly using existing code for tftp)
function old new delta
tftp_protocol - 1173 +1173
tftpd_main - 500 +500
tftp_option_get - 102 +102
packed_usage 23650 23662 +12
applet_names 1809 1815 +6
applet_main 1100 1104 +4
applet_nameofs 550 552 +2
tftp_main 302 301 -1
get_nport 32 - -32
tftp 1172 - -1172
------------------------------------------------------------------------------
(add/remove: 3/2 grow/shrink: 4/1 up/down: 1799/-1205) Total: 594 bytes
text data bss dec hex filename
796479 662 7420 804561 c46d1 busybox_old
797153 662 7420 805235 c4973 busybox_unstripped
Diffstat (limited to 'TODO_config_nommu')
-rw-r--r-- | TODO_config_nommu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO_config_nommu b/TODO_config_nommu index 8bf7b215c..042f622bb 100644 --- a/TODO_config_nommu +++ b/TODO_config_nommu | |||
@@ -835,14 +835,14 @@ CONFIG_SOFTLIMIT=y | |||
835 | # CONFIG_SESTATUS is not set | 835 | # CONFIG_SESTATUS is not set |
836 | 836 | ||
837 | # | 837 | # |
838 | # print support | 838 | # Print Utilities |
839 | # | 839 | # |
840 | CONFIG_LPD=y | 840 | CONFIG_LPD=y |
841 | CONFIG_LPR=y | 841 | CONFIG_LPR=y |
842 | CONFIG_LPQ=y | 842 | CONFIG_LPQ=y |
843 | 843 | ||
844 | # | 844 | # |
845 | # ipsvd utilities | 845 | # ipsvd Utilities |
846 | # | 846 | # |
847 | CONFIG_TCPSVD=y | 847 | CONFIG_TCPSVD=y |
848 | CONFIG_UDPSVD=y | 848 | CONFIG_UDPSVD=y |