98e889830e
This is to make building addon images possible; those carrying packages but lacking any stage2.
9 lines
169 B
Makefile
9 lines
169 B
Makefile
use/repo:
|
|
@$(call add_feature)
|
|
@$(call add,STAGE1_PACKAGES,gnupg)
|
|
|
|
use/repo/main: sub/main use/repo; @:
|
|
|
|
use/repo/addon: use/repo/main
|
|
@$(call set,MAIN_SUFFIX,addon)
|