diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-06-22 15:32:41 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-06-22 15:32:41 +0000 |
commit | 655d814d753535f04f42b268b76455a46e98102d (patch) | |
tree | da9ec9f8e8d88c3dd37da027df6c219a5f947b2c /editors/Config.in | |
parent | a0b3705fa12280f29cde2b4c8d272b703735715f (diff) | |
download | busybox-w32-655d814d753535f04f42b268b76455a46e98102d.tar.gz busybox-w32-655d814d753535f04f42b268b76455a46e98102d.tar.bz2 busybox-w32-655d814d753535f04f42b268b76455a46e98102d.zip |
New applet: patch, applies a unified diff
Diffstat (limited to 'editors/Config.in')
-rw-r--r-- | editors/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/Config.in b/editors/Config.in index c75267759..b7135f393 100644 --- a/editors/Config.in +++ b/editors/Config.in | |||
@@ -18,6 +18,12 @@ config CONFIG_FEATURE_AWK_MATH | |||
18 | help | 18 | help |
19 | Please submit a patch to add help text for this item. | 19 | Please submit a patch to add help text for this item. |
20 | 20 | ||
21 | config CONFIG_PATCH | ||
22 | bool "patch" | ||
23 | default n | ||
24 | help | ||
25 | Apply a unified diff formated patch. | ||
26 | |||
21 | config CONFIG_SED | 27 | config CONFIG_SED |
22 | bool "sed" | 28 | bool "sed" |
23 | default n | 29 | default n |