From: Peter Korsgaard Date: Mon, 30 Mar 2009 11:53:45 +0000 (-0000) Subject: ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40b8127db912026892cb7127df1474b0e90b9af8;p=buildroot.git ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G) --- diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in index c819bb7a1e..f8e3459583 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"