summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-10 10:02:12 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-10 10:02:12 (EST)
commitfcf43e2ca4a333c1687d8d8c71567efa76d7acdd (patch)
treef53960b01e7b2914c0221e83ff28b608b1fdbc67
parent13c950ac56e7a33878ed2b8023df78e9747512b9 (diff)
busybox: Enable od and mountpoint
-rw-r--r--changelog6
-rw-r--r--src/build/busybox_1.32.0/config4
2 files changed, 8 insertions, 2 deletions
diff --git a/changelog b/changelog
index 3bcc737..ca4afa2 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+config-x60 (2.3) trunk
+
+ * config-busybox-x60: Enable od and mountpoint.
+
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 10 Dec 2020 10:01:50 -0500
+
config-x60 (2.2) trunk
* Rebuild with opkbuild 4.2.1-3 to fix config-base's dependencies.
diff --git a/src/build/busybox_1.32.0/config b/src/build/busybox_1.32.0/config
index e122960..37df5b1 100644
--- a/src/build/busybox_1.32.0/config
+++ b/src/build/busybox_1.32.0/config
@@ -277,7 +277,7 @@ CONFIG_NICE=y
# CONFIG_NL is not set
# CONFIG_NOHUP is not set
# CONFIG_NPROC is not set
-# CONFIG_OD is not set
+CONFIG_OD=y
# CONFIG_PASTE is not set
# CONFIG_PRINTENV is not set
CONFIG_PRINTF=y
@@ -661,7 +661,7 @@ CONFIG_MOUNT=y
CONFIG_FEATURE_MOUNT_FLAGS=y
CONFIG_FEATURE_MOUNT_FSTAB=y
# CONFIG_FEATURE_MOUNT_OTHERTAB is not set
-# CONFIG_MOUNTPOINT is not set
+CONFIG_MOUNTPOINT=y
# CONFIG_NOLOGIN is not set
# CONFIG_NOLOGIN_DEPENDENCIES is not set
# CONFIG_NSENTER is not set