You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
361 B
17 lines
361 B
use/repo:
|
|
@$(call add_feature)
|
|
@$(call add,STAGE1_PACKAGES,gnupg)
|
|
@$(call try,REPO,http/alt)
|
|
@$(call xport,REPO_MAIN)
|
|
@$(call xport,REPO)
|
|
|
|
use/repo/main:: sub/main use/repo; @:
|
|
|
|
ifeq (vm,$(IMAGE_CLASS))
|
|
use/repo/main::
|
|
@$(call set,REPO_MAIN,1)
|
|
@$(call add,THE_PACKAGES,apt-repo-tools)
|
|
endif
|
|
|
|
use/repo/addon: use/repo/main
|
|
@$(call set,MAIN_SUFFIX,addon)
|
|
|