forked from Mirror/pmbootstrap
pmb.parse.kconfig: add 'community' option (MR 2204)
Add the new option that will be mandatory for all devices in community/main category. This is just a combination of anbox + iwd + nftables + containers + zram + netboot. While the existing options could be removed we're keeping it for now given that also some devices with downstream kernel might find some options useful.
This commit is contained in:
parent
1fee644dce
commit
e468fc518e
4 changed files with 22 additions and 2 deletions
|
@ -384,6 +384,7 @@ def kconfig(args):
|
|||
containers=args.containers,
|
||||
zram=args.zram,
|
||||
netboot=args.netboot,
|
||||
community=args.community,
|
||||
uefi=args.uefi,
|
||||
details=True):
|
||||
logging.info("kconfig check succeeded!")
|
||||
|
@ -420,6 +421,7 @@ def kconfig(args):
|
|||
force_containers_check=args.containers,
|
||||
force_zram_check=args.zram,
|
||||
force_netboot_check=args.netboot,
|
||||
force_community_check=args.community,
|
||||
force_uefi_check=args.uefi,
|
||||
details=True):
|
||||
error = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue