From 19212b1eeb1107c931c84d3b1a0c82518d58cf0f Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 30 May 2023 18:20:42 +0100 Subject: [PATCH] add funky dd features reqd by ath10k_cal_data --- devices/gl-ar750/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devices/gl-ar750/default.nix b/devices/gl-ar750/default.nix index 64e03c9..50d22fa 100644 --- a/devices/gl-ar750/default.nix +++ b/devices/gl-ar750/default.nix @@ -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";