diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-25 21:50:18 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-25 21:50:18 +0000 |
commit | 3c705200344cd09aa84e28e3c13e3595b3e764fb (patch) | |
tree | 70eb52b176ebc5bf9067caec93181891f8c1d4b6 /scripts | |
parent | e5ce1e126132ffbbf5248401a080e4aca029094b (diff) | |
download | busybox-w32-3c705200344cd09aa84e28e3c13e3595b3e764fb.tar.gz busybox-w32-3c705200344cd09aa84e28e3c13e3595b3e764fb.tar.bz2 busybox-w32-3c705200344cd09aa84e28e3c13e3595b3e764fb.zip |
- rough prototype for split(1). TODO: Still needs some love since it's way too big..
text data bss dec hex filename
602 4 0 606 25e coreutils/split.o
git-svn-id: svn://busybox.net/trunk/busybox@18236 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index c6c200263..6ca10b63d 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -193,6 +193,7 @@ CONFIG_SEQ=y | |||
193 | CONFIG_SHA1SUM=y | 193 | CONFIG_SHA1SUM=y |
194 | CONFIG_SLEEP=y | 194 | CONFIG_SLEEP=y |
195 | CONFIG_FEATURE_FANCY_SLEEP=y | 195 | CONFIG_FEATURE_FANCY_SLEEP=y |
196 | CONFIG_SPLIT=y | ||
196 | CONFIG_SORT=y | 197 | CONFIG_SORT=y |
197 | CONFIG_FEATURE_SORT_BIG=y | 198 | CONFIG_FEATURE_SORT_BIG=y |
198 | CONFIG_STAT=y | 199 | CONFIG_STAT=y |