uboot: Fix inconsistency in naming of the netboot mode

This is referred to "net" in all places except for this script.
This commit is contained in:
Tobias Waldekranz
2023-08-25 10:51:45 +02:00
committed by Joachim Wiberg
parent 246b06b8d5
commit 06ea1dd80b
+1 -1
View File
@@ -5,7 +5,7 @@ if test "${slot}" = "primary"; then
run ixprepblk
elif test "${slot}" = "secondary"; then
run ixprepblk
elif test "${slot}" = "dhcp"; then
elif test "${slot}" = "net"; then
run ixprepdhcp
fi