openwrt/package
Tianling Shen a48d0bdb77 openssl: fix uci config for built-in engines
Built-in engine configs are added in libopenssl-conf/install stage
already, postinst/add_engine_config is just duplicating them, and
due to the lack of `config` header it results a broken uci config:

> uci: Parse error (invalid command) at line 3, byte 0

```
config engine 'devcrypto'
        option enabled '1'
engine 'devcrypto'
        option enabled '1'
        option builtin '1'
```

Add `builtin` option in libopenssl-conf/install stage and remove
duplicate engine configuration in postinst/add_engine_config to
fix this issue.

Fixes: 0b70d55a64 ("openssl: make UCI config aware of built-in engines")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a0d7193425)
2023-06-08 15:33:14 +02:00
..
base-files OpenWrt v23.05.0-rc1: revert to branch defaults 2023-06-07 01:06:59 +02:00
boot package: layerscape: change loadaddr address 2023-05-29 14:17:52 +02:00
devel treewide: replace AUTORELEASE with real PKG_RELEASE 2023-05-18 11:35:29 +02:00
firmware firmware: intel-microcode: update to 20230512 2023-05-21 14:25:52 +02:00
kernel netfilter: fix typo in kmod-nft-dup-inet 2023-06-08 15:33:14 +02:00
libs openssl: fix uci config for built-in engines 2023-06-08 15:33:14 +02:00
network netifd: update to the latest version 2023-06-07 09:11:31 +02:00
system selinux-policy: update to 1.2.5 2023-05-31 23:10:06 +02:00
utils busybox: update to 1.36.1 2023-05-24 19:26:32 +01:00
Makefile build: generate index.json 2023-05-09 23:56:49 +02:00