From 177b4e0a5f9f0787685c8ae9422836ca005dbf06 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 24 Sep 2024 14:23:58 +0200 Subject: [PATCH] package/smcroute: fix 'assume' typo Signed-off-by: Peter Korsgaard Signed-off-by: Arnout Vandecappelle (cherry picked from commit d6f90873eb5d526ae07d976e0ba3063c79cdf346) Signed-off-by: Peter Korsgaard --- 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 f7476f1100..f8866f6672 100644 --- a/package/smcroute/smcroute.mk +++ b/package/smcroute/smcroute.mk @@ -30,7 +30,7 @@ endef SMCROUTE_POST_INSTALL_TARGET_HOOKS += SMCROUTE_PRUNE_COMPAT_SCRIPT -# We will asume that CONFIG_NET and CONFIG_INET are already +# We will assume that CONFIG_NET and CONFIG_INET are already # set in the kernel configuration provided by the user. define SMCROUTE_LINUX_CONFIG_FIXUPS $(call KCONFIG_ENABLE_OPT,CONFIG_IP_MULTICAST)