Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3166 - [kmod-fs-btrfs] as module fails kernel to load #8337

Closed
openwrt-bot opened this issue Jun 8, 2020 · 0 comments
Closed

FS#3166 - [kmod-fs-btrfs] as module fails kernel to load #8337

openwrt-bot opened this issue Jun 8, 2020 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

n8v8R:

{”kernel”:”4.14.180”,”hostname”:”OpenWrt”,”system”:”ARMv7 Processor rev 1 (v7l)”,”model”:”Turris Omnia”,”board_name”:”cznic,turris-omnia”,”release”:{”distribution”:”OpenWrt”,”version”:”19.07.3”,”revision”:”r11063-85e04e9f46”,”target”:”mvebu/cortexa9”,”description”:”OpenWrt 19.07.3 r11063-85e04e9f46”}}


aiming to migrate the partion's FS to BTRFS fails to kernel to load when BTRFS is provided as module instead of being compiled into the kernel

With the nested/scripted kconf tree I am not where to propose a board specific patch, perhaps

https://github.com/openwrt/openwrt/blob/master/target/linux/mvebu/Makefile#L11

-FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part
+FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part btrfs

and

https://github.com/openwrt/openwrt/blob/master/target/linux/mvebu/image/cortexa9.mk#L25

-# CONFIG_KERNEL_BTRFS_FS_POSIX_ACL is not set +CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y -CONFIG_PACKAGE_kmod-fs-btrfs=m +# CONFIG_PACKAGE_kmod-fs-btrfs is not set -# CONFIG_KERNEL_BTRFS_FS is not set +CONFIG_KERNEL_BTRFS_FS=y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant