Skip to content
Release 1.33.0

Features:
- kconfig check: require DEVPTS_MULTIPLE_INSTANCES (MR 2051)
- config: add deviceinfo_flash_kernel_on_update (MR 2061)
- allow detecting when in chroot (MR 2063)
- pmb.aportgen: don't suggest armhf (MR 2054)
- kconfig check: add support for nftables (MR 2042)
- install: add --no-firewall / print firewall status (MR 2042)

Fixes:
- pmb.helpers.cli: set empty completer for no completion (MR 2055)
- pmb.aportgen.binutils: adjust to subpackages in if (MR 2048)
- Remove unnecessary symlink (MR 2057)
- envkernel.sh: fix integer compare used for string (MR 2059)
- pmb.parse.bootimg: adjust to new mkbootimg-osm0sis (MR 2062)
- config: fix config file path when XDG_CONFIG_HOME is set (MR 2065)
- pmb.aportgen: use correct arch for gcc aportgen (MR 2068)
- pmb.aportgen: fix architecture autocomplete (MR 2054)
- pmb.config.aportgen_mirror_alpine: use working mirror (MR 2067)
- test: fix crossdirect rust test (MR 2071)

Other:
- build: make warning about rebuilt pkgs a -v msg (MR 2047)
- test/testdata/aportgen: update binutils APKBUILD (MR 2048)
- enforce E501 in various files (MR 2058)
- test/static_code_analysis.sh: update E501 check (MR 2058)
- test/aportgen_device_wizard: use armv7 in test instead of armhf (MR 2054)
- test/test_helpers_package: use armv7 instead of armhf (MR 2054)
- README: add some documentation on how to run tests (MR 1973)
- kconfig: Refactor check_config (MR 2042)