mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -361,7 +361,7 @@ define KernelPackage/fs-xfs
|
|||||||
SUBMENU:=$(FS_MENU)
|
SUBMENU:=$(FS_MENU)
|
||||||
TITLE:=XFS filesystem support
|
TITLE:=XFS filesystem support
|
||||||
KCONFIG:=CONFIG_XFS_FS
|
KCONFIG:=CONFIG_XFS_FS
|
||||||
DEPENDS:= +kmod-fs-exportfs
|
DEPENDS:= +kmod-fs-exportfs +!TARGET_avr32
|
||||||
FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko
|
FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,xfs,1)
|
AUTOLOAD:=$(call AutoLoad,30,xfs,1)
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user