projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1465beb
)
package/basefiles: add mkfs.ext4 and losetup binaries to ramfs list
author
André Valentin
<
[email protected]
>
Tue, 25 Oct 2016 06:40:37 +0000
(08:40 +0200)
committer
John Crispin
<
[email protected]
>
Wed, 26 Oct 2016 10:37:47 +0000
(12:37 +0200)
mkfs.ext4 und losetup are needed for sysupgrade support on mmc devices
with automatic rootfs split (loopback device usage).
Signed-off-by: André Valentin <
[email protected]
>
package/base-files/files/lib/upgrade/common.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/upgrade/common.sh
b/package/base-files/files/lib/upgrade/common.sh
index bed9c188f2358017c8b60d46137663c576e25333..4d0e6d5f1701af9410d5bfc55276b53d3b27cf8c 100644
(file)
--- a/
package/base-files/files/lib/upgrade/common.sh
+++ b/
package/base-files/files/lib/upgrade/common.sh
@@
-69,6
+69,8
@@
run_ramfs() { # <command> [...]
install_bin /usr/sbin/ubirmvol
install_bin /usr/sbin/ubimkvol
install_bin /usr/sbin/partx
+ install_bin /usr/sbin/losetup
+ install_bin /usr/sbin/mkfs.ext4
for file in $RAMFS_COPY_BIN; do
install_bin ${file//:/ }
done