diff options
author | Denys Vlasenko | 2016-11-13 22:35:10 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-11-13 22:35:10 +0100 |
commit | 67fd2f2858ac63d46f42ef3c096b007ac7362849 (patch) | |
tree | 6ddad3566873d9874434cd5ad4a7e3eb9b251b8d /networking/Config.src | |
parent | 9655f95d0f501b03b33c7896b7b0c23d090aff81 (diff) | |
download | busybox-67fd2f2858ac63d46f42ef3c096b007ac7362849.zip busybox-67fd2f2858ac63d46f42ef3c096b007ac7362849.tar.gz |
dnsdomainname: split it from "hostname", make it independently selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/networking/Config.src b/networking/Config.src index eb0536a..398a5ee 100644 --- a/networking/Config.src +++ b/networking/Config.src @@ -160,12 +160,6 @@ config FEATURE_FTPGETPUT_LONG_OPTIONS help Support long options for the ftpget/ftpput applet. -config HOSTNAME - bool "hostname" - default y - help - Show or set the system's host name. - config HTTPD bool "httpd" default y |