mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
Disable xfs on avr32, it has been failing the build for at least a month
SVN-Revision: 31153
This commit is contained in:
parent
27d0271355
commit
40f8b19c57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user