commit | 47f35e35a5d5e496e75e9d04868e498f297230a6 | [log] [tgz] |
---|---|---|
author | Adriano Cordova <adrianox@gmail.com> | Mon Nov 11 18:08:58 2024 -0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 16 21:35:05 2024 +0100 |
tree | 5cc389e2a77221ef4157c27c713f6d03cbcfa8df | |
parent | 929a554d14f51067d6450b4d149d9a5ca2647df3 [diff] |
net: wget: integrate struct wget_info into legacy wget code Each wget request now fills the struct wget_info. The efi bootdevice is now set conditionally to the set_bootdevice variable in wget_info, and the same holds for lmb memory check. Signed-off-by: Adriano Cordova <adrianox@gmail.com>