add funky dd features reqd by ath10k_cal_data
This commit is contained in:
parent
cb30ce52eb
commit
19212b1eeb
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@
|
||||||
inherit (pkgs.pseudofile) dir symlink;
|
inherit (pkgs.pseudofile) dir symlink;
|
||||||
inherit (pkgs.liminix.networking) interface;
|
inherit (pkgs.liminix.networking) interface;
|
||||||
in {
|
in {
|
||||||
|
programs.busybox.options = {
|
||||||
|
FEATURE_DD_IBS_OBS = "y"; # ath10k_cal_data needs skip_bytes,fullblock
|
||||||
|
};
|
||||||
hardware = {
|
hardware = {
|
||||||
defaultOutput = "tftpboot";
|
defaultOutput = "tftpboot";
|
||||||
loadAddress = "0x80060000";
|
loadAddress = "0x80060000";
|
||||||
|
|
Loading…
Reference in a new issue