summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-12-18 17:27:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-12-18 17:27:43 +0100
commit517022211cab2644bac88865e29af726f1aafeaf (patch)
treed25531af4c6bcad044cadfd39f2892c059cd1ce1 /target
parente2c3a79b3e8b7527d62889175b4b131c0a059e18 (diff)
avr32 workarounds
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.fs3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 88bf02f62..6786bd14c 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -184,6 +184,7 @@ config ADK_KERNEL_XFS_FS
prompt "xfs............................... XFS filesystem support (kernel)"
boolean
select ADK_KERNEL_EXPORTFS
+ depends on !ADK_TARGET_SYSTEM_FOXBOARD_LX && !ADK_LINUX_AVR32
default n
config ADK_KPACKAGE_KMOD_XFS_FS
@@ -191,7 +192,7 @@ config ADK_KPACKAGE_KMOD_XFS_FS
tristate
select ADK_KERNEL_EXPORTFS
depends on !ADK_KERNEL_XFS_FS
- depends on !ADK_TARGET_SYSTEM_FOXBOARD_LX
+ depends on !ADK_TARGET_SYSTEM_FOXBOARD_LX && !ADK_LINUX_AVR32
default n
help
XFS is a high performance journaling filesystem which originated