Message ID | 20161219005637.GI4624@mal.justgohome.co.uk (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Mon, Dec 19, 2016 at 12:56:37AM +0000, Robie Basak wrote: > Prior to Nikolay's commit dcd87999d, libnss-mdns (eg. to resolve > "foo.local" on the LAN using mDNS) worked without CONFIG_IP_MULTICAST > defined, but dcd87999d caused it to stop working without having > CONFIG_IP_MULTICAST defined explicitly. > > Since exynos_defconfig did not previously define CONFIG_IP_MULTICAST, > mDNS used to work for users building with just exynos_defconfig, but > stopped working from dcd87999d. > > Define CONFIG_IP_MULTICAST explicitly in exynos_defconfig as it appears > essential anyway. > > Signed-off-by: Robie Basak <robie@justgohome.co.uk> > --- > arch/arm/configs/exynos_defconfig | 1 + > 1 file changed, 1 insertion(+) Thanks, applied. Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 79c415c..12b8f69 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -43,6 +43,7 @@ CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_NET_KEY=y CONFIG_INET=y +CONFIG_IP_MULTICAST=y CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y
Prior to Nikolay's commit dcd87999d, libnss-mdns (eg. to resolve "foo.local" on the LAN using mDNS) worked without CONFIG_IP_MULTICAST defined, but dcd87999d caused it to stop working without having CONFIG_IP_MULTICAST defined explicitly. Since exynos_defconfig did not previously define CONFIG_IP_MULTICAST, mDNS used to work for users building with just exynos_defconfig, but stopped working from dcd87999d. Define CONFIG_IP_MULTICAST explicitly in exynos_defconfig as it appears essential anyway. Signed-off-by: Robie Basak <robie@justgohome.co.uk> --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+)