[Buildroot] [git commit branch/2021.08.x] package/smack: fix SMAKE_LINUX_CONFIG_FIXUPS typo

Peter Korsgaard peter at korsgaard.com
Wed Dec 8 08:41:24 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=95ea3836463f0c7fb2566afabeaed8a09a2fe6d8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.08.x

Fix typo added by commit 2bac81f0cb776aca8e575459d07158a8d958737d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 41e2132fbe8a8fc237ca4a2cd2eff9bd9ced09a6)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/smack/smack.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/smack/smack.mk b/package/smack/smack.mk
index b7b656e644..fec3ef98c9 100644
--- a/package/smack/smack.mk
+++ b/package/smack/smack.mk
@@ -14,7 +14,7 @@ SMACK_DEPENDENCIES = host-pkgconf
 # Sources from GitHub, no configure script included.
 SMACK_AUTORECONF = YES
 
-define SMAKE_LINUX_CONFIG_FIXUPS
+define SMACK_LINUX_CONFIG_FIXUPS
 	$(call KCONFIG_ENABLE_OPT,CONFIG_SECURITY)
 	$(call KCONFIG_ENABLE_OPT,CONFIG_SECURITY_SMACK)
 	$(call KCONFIG_ENABLE_OPT,CONFIG_SECURITY_NETWORK)



More information about the buildroot mailing list