revert bad change

SVN-Revision: 31154
lede-17.01
Travis Kemen 2012-04-01 02:53:06 +00:00
parent 40f8b19c57
commit 569e56f1d2
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 +!TARGET_avr32
DEPENDS:= +kmod-fs-exportfs
FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko
AUTOLOAD:=$(call AutoLoad,30,xfs,1)
endef