package/smcroute: fix copy-paste error in .mk file from mrouted
Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
41e2132fbe
commit
a8ec47a29c
@ -32,7 +32,7 @@ SMCROUTE_POST_INSTALL_TARGET_HOOKS += SMCROUTE_PRUNE_COMPAT_SCRIPT
|
|||||||
|
|
||||||
# We will asume that CONFIG_NET and CONFIG_INET are already
|
# We will asume that CONFIG_NET and CONFIG_INET are already
|
||||||
# set in the kernel configuration provided by the user.
|
# set in the kernel configuration provided by the user.
|
||||||
define MROUTED_LINUX_CONFIG_FIXUPS
|
define SMCROUTE_LINUX_CONFIG_FIXUPS
|
||||||
$(call KCONFIG_ENABLE_OPT,CONFIG_IP_MULTICAST)
|
$(call KCONFIG_ENABLE_OPT,CONFIG_IP_MULTICAST)
|
||||||
$(call KCONFIG_ENABLE_OPT,CONFIG_IP_MROUTE)
|
$(call KCONFIG_ENABLE_OPT,CONFIG_IP_MROUTE)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user