Skip to content
Snippets Groups Projects
Commit 40f8b19c authored by Travis Kemen's avatar Travis Kemen
Browse files

Disable xfs on avr32, it has been failing the build for at least a month

SVN-Revision: 31153
parent 27d02713
No related branches found
No related tags found
No related merge requests found
......@@ -361,7 +361,7 @@ define KernelPackage/fs-xfs
SUBMENU:=$(FS_MENU)
TITLE:=XFS filesystem support
KCONFIG:=CONFIG_XFS_FS
DEPENDS:= +kmod-fs-exportfs
DEPENDS:= +kmod-fs-exportfs +!TARGET_avr32
FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko
AUTOLOAD:=$(call AutoLoad,30,xfs,1)
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment