diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-11 02:47:31 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-11 02:47:31 (EST) |
commit | 3c5e9a7a92b4d33a7f009b7d6a243a1b4cca6bee (patch) | |
tree | 09e8b58b23d6e7b085fd6228f6758067a87d005d /src | |
parent | c7808357c590ae7f2c62417c95c5142be117f191 (diff) |
busybox: Enable httpd
Diffstat (limited to 'src')
-rw-r--r-- | src/build/busybox_1.32.1/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/busybox_1.32.1/config b/src/build/busybox_1.32.1/config index 5f34218..3b75021 100644 --- a/src/build/busybox_1.32.1/config +++ b/src/build/busybox_1.32.1/config @@ -850,7 +850,7 @@ CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y # CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS is not set # CONFIG_HOSTNAME is not set # CONFIG_DNSDOMAINNAME is not set -# CONFIG_HTTPD is not set +CONFIG_HTTPD=y # CONFIG_FEATURE_HTTPD_RANGES is not set # CONFIG_FEATURE_HTTPD_SETUID is not set # CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set |