From: thepeople Date: Sun, 1 Apr 2012 01:45:18 +0000 (+0000) Subject: Disable xfs on avr32, it has been failing the build for at least a month X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/1f5043d5ac8cd5cc89d1511b0545a2a17775f3a6 Disable xfs on avr32, it has been failing the build for at least a month git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31153 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk index 22f9ec51a..16903c23b 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