[OpenWrt-Devel] [PATCH v3 0/4] Add kmod-ubi and kmod-fs-ubifs

Ralph Sennhauser ralph.sennhauser at gmail.com
Fri Sep 16 06:18:16 EDT 2016


This series adds support for building ubi and ubifs as modules if not
already builtin.

I use kmod-ubi for creating a block device from the squasfs in the
initramfs using module parameters as there is no busybox ubiblock
applet yet. If ubi is made available as module so obvioulsy should
ubifs.

Changes since V1:
  * kmod-ubifs -> kmod-fs-ubifs in commit message

Changes since V2:
  * Fix building ubi as module for some tartgets
  * Update kernel configs for non ubi targets
  * Reset series to have a clean history


Ralph Sennhauser (4):
  kernel: fix ubi automount patches
  kernel: update config for ubi and ubifs
  kernel: add kmod-ubi
  kernel: add kmod-fs-ubifs

 package/kernel/linux/modules/block.mk               | 21 +++++++++++++++++++++
 package/kernel/linux/modules/fs.mk                  | 17 +++++++++++++++++
 target/linux/generic/config-3.18                    |  5 +++++
 target/linux/generic/config-4.1                     |  5 +++++
 target/linux/generic/config-4.4                     |  5 +++++
 ...ubi-auto-create-ubiblock-device-for-rootfs.patch |  2 +-
 ...i-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch |  2 +-
 ...ubi-auto-create-ubiblock-device-for-rootfs.patch |  2 +-
 ...i-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch |  2 +-
 ...ubi-auto-create-ubiblock-device-for-rootfs.patch |  2 +-
 ...i-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch |  2 +-
 11 files changed, 59 insertions(+), 6 deletions(-)

-- 
2.7.3
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list