diff options
author | John Crispin <john@openwrt.org> | 2014-04-07 15:35:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-07 15:35:20 +0000 |
commit | 665d39f69831f1e82e1154cdf51087b38b143e5b (patch) | |
tree | e7d3cc92a41b88e764bde568add211f1c257c1fe /package/base-files | |
parent | f1e31f8266d0fe108cb73dd581f77f543a016043 (diff) | |
download | upstream-665d39f69831f1e82e1154cdf51087b38b143e5b.tar.gz upstream-665d39f69831f1e82e1154cdf51087b38b143e5b.tar.bz2 upstream-665d39f69831f1e82e1154cdf51087b38b143e5b.zip |
base-files: the ubi tol should be installed when jumping to ram_fs
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40420
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/files/lib/upgrade/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index 207eae0948..ecf1a98b9c 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -58,6 +58,7 @@ run_ramfs() { # <command> [...] /bin/cut /usr/bin/printf /bin/sync install_bin /sbin/mtd + install_bin /sbin/ubi install_bin /sbin/mount_root install_bin /sbin/snapshot install_bin /sbin/snapshot_tool |