add funky dd features reqd by ath10k_cal_data

module-based-network
Daniel Barlow 2023-05-30 18:20:42 +01:00
parent cb30ce52eb
commit 19212b1eeb
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@
inherit (pkgs.pseudofile) dir symlink;
inherit (pkgs.liminix.networking) interface;
in {
programs.busybox.options = {
FEATURE_DD_IBS_OBS = "y"; # ath10k_cal_data needs skip_bytes,fullblock
};
hardware = {
defaultOutput = "tftpboot";
loadAddress = "0x80060000";