X-Git-Url: https://git.stricted.de/?p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git;a=blobdiff_plain;f=kernel%2Fsysctl_binary.c;h=c1559f361029d24e6cf9dd4e2e4d9a991c563bc6;hp=aea4a9ea6fc845b884f84a367589a5945703e761;hb=HEAD;hpb=ff9129b06cfb05cb5920f1151c75506afe1586fe diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c index aea4a9ea6fc8..c1559f361029 100644 --- a/kernel/sysctl_binary.c +++ b/kernel/sysctl_binary.c @@ -523,6 +523,9 @@ static const struct bin_table bin_net_ipv6_conf_var_table[] = { { CTL_INT, NET_IPV6_ACCEPT_RA_RT_INFO_MAX_PLEN, "accept_ra_rt_info_max_plen" }, { CTL_INT, NET_IPV6_PROXY_NDP, "proxy_ndp" }, { CTL_INT, NET_IPV6_ACCEPT_SOURCE_ROUTE, "accept_source_route" }, +#ifdef CONFIG_MTK_DHCPV6C_WIFI + { CTL_INT, NET_IPV6_RA_INFO_FLAG, "ra_info_flag" }, +#endif {} };