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 | |
parent | c7808357c590ae7f2c62417c95c5142be117f191 (diff) |
busybox: Enable httpd
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | src/build/busybox_1.32.1/config | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ config-dev (2.2) trunk * config-busybox-dev: New upstream version. + * config-busybox-dev: Enable httpd (can be used to serve a local + package feed). -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 11 Jan 2021 02:38:46 -0500 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 |