mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
common/uboot: Use correct name of netboot in default order
This commit is contained in:
committed by
Joachim Wiberg
parent
47fe0529f4
commit
194aa5de8a
@@ -17,7 +17,7 @@ for tgt in "${boot_targets}"; do
|
||||
env import -b ${loadaddr} ${filesize} BOOT_ORDER DEBUG
|
||||
fi
|
||||
|
||||
test -n "${BOOT_ORDER}" || setenv BOOT_ORDER "primary secondary dhcp"
|
||||
test -n "${BOOT_ORDER}" || setenv BOOT_ORDER "primary secondary net"
|
||||
|
||||
if test -n "${DEBUG}"; then
|
||||
setenv bootargs_log "debug"
|
||||
|
||||
Reference in New Issue
Block a user