diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-07 15:35:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-07 15:35:20 +0000 |
commit | e11ba4da136e7342669ed943f7b2e20b43619c33 (patch) | |
tree | 534166595212a29dd7451b0d5c3f7816da8a8415 /package/base-files | |
parent | deb6f46c011a38d330850c31ec01b55cc09dc330 (diff) | |
download | master-187ad058-e11ba4da136e7342669ed943f7b2e20b43619c33.tar.gz master-187ad058-e11ba4da136e7342669ed943f7b2e20b43619c33.tar.bz2 master-187ad058-e11ba4da136e7342669ed943f7b2e20b43619c33.zip |
base-files: the ubi tol should be installed when jumping to ram_fs
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40420 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |