summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-04-07 15:35:20 +0000
committerJohn Crispin <john@openwrt.org>2014-04-07 15:35:20 +0000
commit665d39f69831f1e82e1154cdf51087b38b143e5b (patch)
treee7d3cc92a41b88e764bde568add211f1c257c1fe /package/base-files
parentf1e31f8266d0fe108cb73dd581f77f543a016043 (diff)
downloadmtk-20170518-665d39f69831f1e82e1154cdf51087b38b143e5b.zip
mtk-20170518-665d39f69831f1e82e1154cdf51087b38b143e5b.tar.gz
mtk-20170518-665d39f69831f1e82e1154cdf51087b38b143e5b.tar.bz2
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.sh1
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 207eae0..ecf1a98 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