mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
This will allows to update uboot from other script disable the init.d/uboot script on intel as it's no longer needed
8 lines
109 B
Bash
Executable file
8 lines
109 B
Bash
Executable file
#!/bin/sh /etc/rc.common
|
|
|
|
START=50
|
|
|
|
start() {
|
|
. /lib/upgrade/uboot-upgrade
|
|
uboot_upgrade /boot/uboot.img
|
|
}
|