forked from Mirror/pmbootstrap
pmb.parse.kconfig: add wireguard, filesystems & more to community check
Add wireguard options, supported file systems and some extra options to the community kconfig check. Reviewed-by: Oliver Smith <ollieparanoid@postmarketos.org> Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20221105074432.13804-1-luca@z3ntu.xyz%3E
This commit is contained in:
parent
6f45a5d5fb
commit
381a1ca907
2 changed files with 48 additions and 0 deletions
|
@ -120,6 +120,9 @@ def check_config(config_path, config_path_pretty, config_arch, pkgver,
|
|||
pmb.config.necessary_kconfig_options_containers
|
||||
components["zram"] = pmb.config.necessary_kconfig_options_zram
|
||||
components["netboot"] = pmb.config.necessary_kconfig_options_netboot
|
||||
components["wireguard"] = pmb.config.necessary_kconfig_options_wireguard
|
||||
components["filesystems"] = pmb.config.necessary_kconfig_options_filesystems
|
||||
components["community"] = pmb.config.necessary_kconfig_options_community
|
||||
if uefi:
|
||||
components["uefi"] = pmb.config.necessary_kconfig_options_uefi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue