aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/fs.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-24 10:07:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-24 10:07:40 +0000
commit5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5 (patch)
tree10a8d0970c794b914cbf01939dec556f269eb980 /package/kernel/linux/modules/fs.mk
parent793a4515845027a38eb32b7c3297ae8266b8c761 (diff)
downloadupstream-5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5.tar.gz
upstream-5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5.tar.bz2
upstream-5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5.zip
build: remove obsolete references to cris and avr32
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44965
Diffstat (limited to 'package/kernel/linux/modules/fs.mk')
-rw-r--r--package/kernel/linux/modules/fs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk
index dd44eb97f9..64182e680d 100644
--- a/package/kernel/linux/modules/fs.mk
+++ b/package/kernel/linux/modules/fs.mk
@@ -437,7 +437,7 @@ define KernelPackage/fs-xfs
SUBMENU:=$(FS_MENU)
TITLE:=XFS filesystem support
KCONFIG:=CONFIG_XFS_FS
- DEPENDS:= +kmod-fs-exportfs +kmod-lib-crc32c @!avr32
+ DEPENDS:= +kmod-fs-exportfs +kmod-lib-crc32c
FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko
AUTOLOAD:=$(call AutoLoad,30,xfs,1)
endef