From 40f8b19c570634854ae3421561cfe3be70fdc27c Mon Sep 17 00:00:00 2001
From: Travis Kemen <thepeople@openwrt.org>
Date: Sun, 1 Apr 2012 01:45:18 +0000
Subject: [PATCH] Disable xfs on avr32, it has been failing the build for at
 least a month

SVN-Revision: 31153
---
 package/kernel/modules/fs.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk
index 22f9ec51af..16903c23b2 100644
--- a/package/kernel/modules/fs.mk
+++ b/package/kernel/modules/fs.mk
@@ -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
-- 
GitLab