aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorRichard Yao <ryao@cs.stonybrook.edu>2012-01-28 13:57:11 -0500
committerRobin H. Johnson <robbat2@gentoo.org>2012-02-06 08:19:17 +0000
commitfc98fa9d89319e7705a393a739b99f994e12420b (patch)
treec39cbcc441b70c31884c4a0d6a066bfd87c63d7f /arch/mips
parentcopy_binaries, multipath: refactor for ease of use and readability. (diff)
downloadgenkernel-fc98fa9d89319e7705a393a739b99f994e12420b.tar.gz
genkernel-fc98fa9d89319e7705a393a739b99f994e12420b.tar.bz2
genkernel-fc98fa9d89319e7705a393a739b99f994e12420b.zip
Implement ZFS Support
This provides ZFS support, to go with the sys-fs/zfs package. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> (cleanups)
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/modules_load2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/modules_load b/arch/mips/modules_load
index 2aeb5c1d..6d7dfbf8 100644
--- a/arch/mips/modules_load
+++ b/arch/mips/modules_load
@@ -24,5 +24,5 @@ MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide
MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
# Filesystems
-MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs fuse"
+MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"