summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-13 10:49:34 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-13 10:49:34 (EST)
commitb78b84d9446221e8dd16459b8fb0996d5dc63d04 (patch)
treead88d10b5bb3d667790a61fb2d77a1dade3e1089
parente6d2dc3a28b1164447c6471cc7b06f5858901ba5 (diff)
busybox: Enable uudecode
-rw-r--r--changelog6
-rw-r--r--src/build/busybox_1.32.0/config2
2 files changed, 7 insertions, 1 deletions
diff --git a/changelog b/changelog
index 166aa6a..4831dac 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+config-dev (2.1) trunk
+
+ * config-busybox-dev: Enable uudecode (needed to build lilo).
+
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 13 Dec 2020 10:49:27 -0500
+
config-dev (2.0) trunk
* config-linux-libre-x60: Drop version 3.10.55~gnu files.
diff --git a/src/build/busybox_1.32.0/config b/src/build/busybox_1.32.0/config
index 5e0c5b1..5f34218 100644
--- a/src/build/busybox_1.32.0/config
+++ b/src/build/busybox_1.32.0/config
@@ -330,7 +330,7 @@ CONFIG_UNAME_OSNAME="BusyBox/Linux-libre"
CONFIG_UNIQ=y
CONFIG_UNLINK=y
# CONFIG_USLEEP is not set
-# CONFIG_UUDECODE is not set
+CONFIG_UUDECODE=y
CONFIG_BASE64=y
# CONFIG_UUENCODE is not set
CONFIG_WC=y