From: Felix Fietkau Date: Thu, 5 Jan 2017 23:24:22 +0000 (+0100) Subject: base-files: save /bin/mknod for sysupgrade X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7304510392f53013e42d40974be47af3e2494bc7;p=openwrt%2Fstaging%2Fyousong.git base-files: save /bin/mknod for sysupgrade It is used on NAND devices in case hotplug is too slow Signed-off-by: Felix Fietkau --- diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index 8cfce71999..e3519ca2cb 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -53,7 +53,8 @@ run_ramfs() { # [...] /bin/vi /bin/ls /bin/cat /usr/bin/awk /usr/bin/hexdump \ /bin/sleep /bin/zcat /usr/bin/bzcat /usr/bin/printf /usr/bin/wc \ /bin/cut /usr/bin/printf /bin/sync /bin/mkdir /bin/rmdir \ - /bin/rm /usr/bin/basename /bin/kill /bin/chmod /usr/bin/find + /bin/rm /usr/bin/basename /bin/kill /bin/chmod /usr/bin/find \ + /bin/mknod install_bin /bin/uclient-fetch /bin/wget install_bin /sbin/mtd