From b78b84d9446221e8dd16459b8fb0996d5dc63d04 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 13 Dec 2020 10:49:34 -0500 Subject: busybox: Enable uudecode --- 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 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 -- cgit v0.9.1