Skip to content
Snippets Groups Projects
Unverified Commit f1349022 authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

Merge pull request #3488 from blocktrron/pr-bugfix-dnsmasq-ex25519-small-flash

generic: enable dnsmasq ed25519 keys regardless of target
parents 5d9532ae c91c76b2
Branches
Tags
No related merge requests found
...@@ -58,6 +58,10 @@ try_config('PACKAGE_dnsmasq_full_rtc', false) ...@@ -58,6 +58,10 @@ try_config('PACKAGE_dnsmasq_full_rtc', false)
try_config('TARGET_SQUASHFS_BLOCK_SIZE', 256) try_config('TARGET_SQUASHFS_BLOCK_SIZE', 256)
-- OpenWrt disables ed25519 keys on SMALL_FLASH targets
-- (e.g. ramips-mt76x8) by default.
config('DROPBEAR_ED25519', true)
config('KERNEL_PROC_STRIPPED', true) config('KERNEL_PROC_STRIPPED', true)
config('KERNEL_AIO', false) config('KERNEL_AIO', false)
try_config('KERNEL_IO_URING', false) try_config('KERNEL_IO_URING', false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment