Skip to content

Fix #710: linux-postmarketos: use "olddefconfig"

postmarketOS Bot requested to merge fix/710-linux-pmos-olddefconfig into master

Created by: ollieparanoid

Without this PR, building linux-postmarketos fails (see #710 (closed)):

scripts/kconfig/conf  --silentoldconfig Kconfig                                                                                                                                                            
[866/872]
*
* Restart config...
*
*
* Security options
*
Enable access key retention support (KEYS) [Y/?] y
  Enable register of persistent per-UID keyrings (PERSISTENT_KEYRINGS) [N/y/?] n
  Large payload keys (BIG_KEYS) [N/y/?] (NEW) aborted!

Console input/output is redirected. Run 'make oldconfig' to update 
configuration.

make[2]: *** [/home/user/build/src/linux-4.13/scripts/kconfig/Makefile:39: 
silentoldconfig] Error 1

With this PR, it uses olddefconfig, which automatically accepts the default values. Please note, that this seems to be unavailable for older (3.0 and lower?) kernels, so we can't use it everywhere.

Merge request reports