generic: don't explicitly enable busybox sha256sum applet

LEDE has sha256sum enabled by default.
This commit is contained in:
Matthias Schiffer 2017-07-03 03:46:30 +02:00
parent 102f6a7244
commit 6e039911ab
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -3,7 +3,6 @@ config '# CONFIG_TARGET_ROOTFS_INITRAMFS is not set'
config 'CONFIG_ALL_NONSHARED=y' config 'CONFIG_ALL_NONSHARED=y'
config 'CONFIG_BUSYBOX_CUSTOM=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_BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set'
config '# CONFIG_KMOD_BATMAN_ADV_MCAST is not set' config '# CONFIG_KMOD_BATMAN_ADV_MCAST is not set'