diff options
author | Luka Perkov <luka@openwrt.org> | 2015-05-29 08:14:38 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-05-29 08:14:38 +0000 |
commit | 2c3163f9c1e5c3dcb3c28f81d68514c7d4e9929b (patch) | |
tree | 52aefb45cb1e686d57307e860af62cab46dfdeea | |
parent | e4167ddb9a2519f2a2fc90e6b12d416d221bd4b6 (diff) | |
download | upstream-2c3163f9c1e5c3dcb3c28f81d68514c7d4e9929b.tar.gz upstream-2c3163f9c1e5c3dcb3c28f81d68514c7d4e9929b.tar.bz2 upstream-2c3163f9c1e5c3dcb3c28f81d68514c7d4e9929b.zip |
base-files: remove ubi tool
ubi tool was removed from fstools in r41128.
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45813 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/base-files/files/lib/upgrade/common.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index f9b30a461b..8cdabc6bda 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -56,7 +56,6 @@ run_ramfs() { # <command> [...] /bin/rm /usr/bin/basename /bin/kill /bin/chmod install_bin /sbin/mtd - install_bin /sbin/ubi install_bin /sbin/mount_root install_bin /sbin/snapshot install_bin /sbin/snapshot_tool |