live/stage2cfg.mk: rather LIVE_GROUPS
This one used to use LIVE_MAIN_GROUPS which seems to be overlooked substitution artifact from walking over GLOBAL_PKG_GROUPS and GLOBAL_LIVE_PKG_GROUPS of m-p-d... (not that LIVE_GROUPS are defined anywhere yet)
This commit is contained in:
parent
e89a0f1c62
commit
1d66879681
@ -2,7 +2,7 @@
|
||||
|
||||
IMAGE_PACKAGES = $(COMMON_PACKAGES) \
|
||||
$(LIVE_PACKAGES) \
|
||||
$(call map,list,$(LIVE_LISTS) $(LIVE_MAIN_GROUPS)) \
|
||||
$(call map,list,$(LIVE_LISTS) $(LIVE_GROUPS)) \
|
||||
interactivesystem
|
||||
|
||||
MKI_PACK_RESULTS = squash:live
|
||||
|
Loading…
Reference in New Issue
Block a user