disable xfs on avr32

SVN-Revision: 31291
lede-17.01
Travis Kemen 2012-04-15 16:22:59 +00:00
parent b4312a8ba1
commit a0bbc34816
1 changed files with 1 additions and 1 deletions

View File

@ -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 @!avr32
FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko
AUTOLOAD:=$(call AutoLoad,30,xfs,1)
endef