You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/functions/compilation/uboot.sh
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -525,6 +525,9 @@ function compile_uboot() {
525
525
EOF
526
526
527
527
# copy license files, config, etc.
528
+
529
+
echo"bruhmoment"
530
+
ls -la .
528
531
[[ -f .config &&-n$BOOTCONFIG ]] && run_host_command_logged cp .config "$uboottempdir/usr/lib/u-boot/${BOOTCONFIG}"# legacy and @TODO should be removed as it has only the last target; we now have per-target configs and defconfigs
0 commit comments