summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog2
-rw-r--r--src/build/busybox_1.32.1/config2
2 files changed, 3 insertions, 1 deletions
diff --git a/changelog b/changelog
index 9a4f588..fd86c0f 100644
--- a/changelog
+++ b/changelog
@@ -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