You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
INAGAKI Hiroshi 7e9b93fb1b base-files: allow non-standard rootfs volume name in UBI in sysupgrade
This commit allows to use non-standard UBI volume name as the rootfs
volume in sysupgrade.

ex.:
  The U-Boot on Buffalo WXR-2533DHP checks existence and checksum of
  "ubi_rootfs" volume when booting, so this name is required.

OpenWrt currently provides several patches:

490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch
491-ubi-auto-create-ubiblock-device-for-rootfs.patch
492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch

to facilitate ubi rootfs automount. However the upstream kernel
also supports the means of booting from a fully custom ubi
partition name and ubi volume name via bootargs/kernel's cmdline
parameters:

ubi.mtd=mtd_partition_name
ubi.block=rootfs_volume_name
root=/dev/ubiblock$X_$Y

For more information and examples visit the wiki over at linux-mtd:
<http://www.linux-mtd.infradead.org/faq/ubifs.html>
<http://www.linux-mtd.infradead.org/doc/ubi.html>

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [reworded commit]
5 years ago
..
base-files base-files: allow non-standard rootfs volume name in UBI in sysupgrade 5 years ago
boot ath79: fix boardname of GL.iNet GL-AR300M 5 years ago
devel valgrind: enable LTO and refresh patches 6 years ago
firmware ath10k-firmware: update Candela Tech firmware images 6 years ago
kernel mt76: update to the latest version 5 years ago
libs elfutils: fix gcc 8.0+ multistatement macros warning/error 6 years ago
network iwinfo: fix PKG_MIRROR_HASH 5 years ago
system opkg: drop argument from check_signature in opkg.conf 5 years ago
utils busybox: update to 1.30.0 5 years ago
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 6 years ago