regular.mk: Not set KFLAVOURS to std-def

std-def is the default for the architectures on which it is available.
This commit is contained in:
Anton Midyukov 2021-05-28 18:22:41 +07:00
parent 190e954806
commit d9e98d1a5f

View File

@ -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)