From fc98fa9d89319e7705a393a739b99f994e12420b Mon Sep 17 00:00:00 2001 From: Richard Yao Date: Sat, 28 Jan 2012 13:57:11 -0500 Subject: Implement ZFS Support This provides ZFS support, to go with the sys-fs/zfs package. Signed-off-by: Robin H. Johnson (cleanups) --- arch/mips/modules_load | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/mips') diff --git a/arch/mips/modules_load b/arch/mips/modules_load index 2aeb5c1..6d7dfbf 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" -- cgit v1.2.3-65-gdbad