dcff68029e
sha512sum doesn't add much code that is not also used by sha256sum, but the change of the configuration hides the segfault issue described in: https://bugs.lede-project.org/index.php?do=details&task_id=822 While the issue only seemed to affect dhcpv6.script, it would clutter /tmp with coredumps, eventually leading to OOM.
22 lines
563 B
Plaintext
22 lines
563 B
Plaintext
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_SHA512SUM=y'
|
|
config '# CONFIG_BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set'
|
|
|
|
config 'CONFIG_PACKAGE_ATH_DEBUG=y'
|
|
|
|
config 'CONFIG_TARGET_MULTI_PROFILE=y'
|
|
config 'CONFIG_TARGET_PER_DEVICE_ROOTFS=y'
|
|
|
|
if [ "$GLUON_DEBUG" ]
|
|
then
|
|
config 'CONFIG_DEBUG=y'
|
|
config 'CONFIG_NO_STRIP=y'
|
|
config '# CONFIG_USE_STRIP is not set'
|
|
config '# CONFIG_USE_SSTRIP is not set'
|
|
fi
|