diff options
author | Linux User <wbx@linux.(none)> | 2009-10-01 20:26:05 +0200 |
---|---|---|
committer | Linux User <wbx@linux.(none)> | 2009-10-01 20:26:05 +0200 |
commit | 8759fa511c0464efaea926dcb1271c0ca95e4eb6 (patch) | |
tree | 525fc96ed62d206153794068a2f43116a095dbbe /package/busybox | |
parent | 22bb527c786d6631eec13f2328da05437a1e46b5 (diff) |
abstract package backend, add perl
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/config/coreutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index dc0ab5fdb..697bec0ea 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/package/busybox/config/coreutils/Config.in @@ -67,7 +67,7 @@ config BUSYBOX_CKSUM config BUSYBOX_COMM bool "comm" - default n + default y help comm is used to compare two files line by line and return a three-column output. @@ -557,7 +557,7 @@ config BUSYBOX_FEATURE_SORT_BIG config BUSYBOX_SPLIT bool "split" - default n + default y help split a file into pieces. |