diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-30 11:53:45 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-30 11:53:45 +0000 |
commit | 40b8127db912026892cb7127df1474b0e90b9af8 (patch) | |
tree | 7dc528ae4ebd23ea39945fd162fb76a9bacff0d8 | |
parent | e88f37505f86857a0a6f8d82807e6b4dc1c3d517 (diff) | |
download | buildroot-novena-40b8127db912026892cb7127df1474b0e90b9af8.tar.gz buildroot-novena-40b8127db912026892cb7127df1474b0e90b9af8.zip |
ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G)
-rw-r--r-- | package/ntfs-3g/Config.in | 2 |
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" |