mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
BOARD: disable normalboot.custom.sh (#171)
as it only executes daemon, no further need for it
This commit is contained in:
@@ -3,5 +3,3 @@
|
|||||||
# CONSOLE_VARIANT is also set
|
# CONSOLE_VARIANT is also set
|
||||||
# launch daemon
|
# launch daemon
|
||||||
daemon >> "${LOGS}" 2>&1
|
daemon >> "${LOGS}" 2>&1
|
||||||
# st7789sfb video driver long initialization fix
|
|
||||||
echo " "
|
|
@@ -13,7 +13,7 @@ image bootfs.vfat {
|
|||||||
"boot/firstboot",
|
"boot/firstboot",
|
||||||
"boot/firstboot.custom.sh-OFF",
|
"boot/firstboot.custom.sh-OFF",
|
||||||
"boot/modules.custom.sh",
|
"boot/modules.custom.sh",
|
||||||
"boot/normalboot.custom.sh",
|
"boot/normalboot.custom.sh-OFF",
|
||||||
"boot/ipk_install.sh",
|
"boot/ipk_install.sh",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user