diff options
author | Glenn L McGrath | 2002-11-11 06:21:00 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-11 06:21:00 +0000 |
commit | 545106f8db3e9e40d454a8713e713b0741739b23 (patch) | |
tree | c5a1aa31cac00d7bd5bcfa466374ff746764f3f2 /editors/config.in | |
parent | 8f0722a53b9a88c0b4e60b79e4362d0f31c32c54 (diff) | |
download | busybox-545106f8db3e9e40d454a8713e713b0741739b23.zip busybox-545106f8db3e9e40d454a8713e713b0741739b23.tar.gz |
Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown.
Diffstat (limited to 'editors/config.in')
-rw-r--r-- | editors/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/config.in b/editors/config.in index 2d0bb37..54e1a90 100644 --- a/editors/config.in +++ b/editors/config.in @@ -6,6 +6,10 @@ mainmenu_option next_comment comment 'Editors' +bool 'awk' CONFIG_AWK +if [ "$CONFIG_AWK" = "y" ]; then + bool ' Enable math functions (requires libm)' CONFIG_FEATURE_AWK_MATH +fi bool 'sed' CONFIG_SED bool 'vi' CONFIG_VI if [ "$CONFIG_VI" = "y" ]; then |