summaryrefslogtreecommitdiffstats
path: root/package/ntfs-3g
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-30 11:53:45 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-30 11:53:45 +0000
commit40b8127db912026892cb7127df1474b0e90b9af8 (patch)
tree7dc528ae4ebd23ea39945fd162fb76a9bacff0d8 /package/ntfs-3g
parente88f37505f86857a0a6f8d82807e6b4dc1c3d517 (diff)
downloadbuildroot-novena-40b8127db912026892cb7127df1474b0e90b9af8.tar.gz
buildroot-novena-40b8127db912026892cb7127df1474b0e90b9af8.zip
ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G)
Diffstat (limited to 'package/ntfs-3g')
-rw-r--r--package/ntfs-3g/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in
index c819bb7a1..f8e345958 100644
--- a/package/ntfs-3g/Config.in
+++ b/package/ntfs-3g/Config.in
@@ -1,5 +1,5 @@
comment "ntfs-3g has no inherent support for AVR32"
- depends on BR2_avr32 && BR2_PACKAGE_NTFS_3G
+ depends on BR2_avr32 && BR2_PACKAGE_NTFS-3G
config BR2_PACKAGE_NTFS-3G
bool "ntfs-3g"