From 6e039911ab8482467fbd12266051de773071548a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 3 Jul 2017 03:46:30 +0200 Subject: [PATCH] generic: don't explicitly enable busybox sha256sum applet LEDE has sha256sum enabled by default. --- targets/generic | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/generic b/targets/generic index 94c99ea8..8bf7d35a 100644 --- a/targets/generic +++ b/targets/generic @@ -3,7 +3,6 @@ config '# CONFIG_TARGET_ROOTFS_INITRAMFS is not set' config 'CONFIG_ALL_NONSHARED=y' config 'CONFIG_BUSYBOX_CUSTOM=y' -config 'CONFIG_BUSYBOX_CONFIG_SHA256SUM=y' config '# CONFIG_BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set' config '# CONFIG_KMOD_BATMAN_ADV_MCAST is not set'