diff --git a/conf/distro/include/mortsgna-musl.inc b/conf/distro/include/mortsgna-musl.inc index 194fcd4..b83c200 100644 --- a/conf/distro/include/mortsgna-musl.inc +++ b/conf/distro/include/mortsgna-musl.inc @@ -3,10 +3,6 @@ # The things musl can provide. We default to wanting musl to provide them. # libc settings DISTRO_FEATURES += "${@['', ' nls'][d.getVar('ENABLE_BINARY_LOCALE_GENERATION', 1) == '1']}" -# FIXME: We enable IPv4 per default to avoid alot of breakage. -# FIXME: Figure out an acceptable way to negotiate either -# FIXME: desired features or hard requirements, either top-down or bottom-up. -DISTRO_FEATURES += " ipv4" USE_NLS_glib-2.0 = "yes" USE_NLS_glib-2.0-native = "yes"