From d9e98d1a5f3d1cb5abfaff89fea9641908f8201c Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Fri, 28 May 2021 18:22:41 +0700 Subject: [PATCH] regular.mk: Not set KFLAVOURS to std-def std-def is the default for the architectures on which it is available. --- conf.d/regular.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index a303a633..6a9cff19 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -81,7 +81,6 @@ else @$(call add,MAIN_PACKAGES,firmware-linux) @$(call add,CLEANUP_PACKAGES,libffi 'libltdl*') @$(call add,CLEANUP_PACKAGES,bridge-utils) - @$(call set,KFLAVOURS,std-def) endif @$(call add,DEFAULT_SERVICES_DISABLE,fbsetfont) @$(call add,BASE_KMODULES,drm)