[Buildroot] [git commit] package/smcroute: fix copy-paste error in .mk file from mrouted

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Nov 21 20:51:03 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=a8ec47a29cd63b5532f63a991c1ef5bc8cee653e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Joachim Wiberg <troglobit at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/smcroute/smcroute.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/smcroute/smcroute.mk b/package/smcroute/smcroute.mk
index 913647e7bf..7d81ab9d8e 100644
--- a/package/smcroute/smcroute.mk
+++ b/package/smcroute/smcroute.mk
@@ -32,7 +32,7 @@ SMCROUTE_POST_INSTALL_TARGET_HOOKS += SMCROUTE_PRUNE_COMPAT_SCRIPT
 
 # We will asume that CONFIG_NET and CONFIG_INET are already
 # 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_MROUTE)
 endef


More information about the buildroot mailing list