diff options
Diffstat (limited to 'busybox/util-linux/Config.in')
-rw-r--r-- | busybox/util-linux/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox/util-linux/Config.in b/busybox/util-linux/Config.in index 24d548726..db7c8bd7d 100644 --- a/busybox/util-linux/Config.in +++ b/busybox/util-linux/Config.in | |||
@@ -221,6 +221,7 @@ config CONFIG_LOSETUP | |||
221 | config CONFIG_MKSWAP | 221 | config CONFIG_MKSWAP |
222 | bool "mkswap" | 222 | bool "mkswap" |
223 | default n | 223 | default n |
224 | select CONFIG_FEATURE_SUID | ||
224 | help | 225 | help |
225 | The mkswap utility is used to configure a file or disk partition as | 226 | The mkswap utility is used to configure a file or disk partition as |
226 | Linux swap space. This allows Linux to use the entire file or | 227 | Linux swap space. This allows Linux to use the entire file or |
@@ -234,6 +235,7 @@ config CONFIG_MKSWAP | |||
234 | config CONFIG_MORE | 235 | config CONFIG_MORE |
235 | bool "more" | 236 | bool "more" |
236 | default n | 237 | default n |
238 | select CONFIG_FEATURE_SUID | ||
237 | help | 239 | help |
238 | more is a simple utility which allows you to read text one screen | 240 | more is a simple utility which allows you to read text one screen |
239 | sized page at a time. If you want to read text that is larger than | 241 | sized page at a time. If you want to read text that is larger than |