mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-12 03:58:40 +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
|
|
}
|