diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-09-19 22:53:04 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-20 22:42:05 +0200 |
commit | 29a2f3d21be89ddbdffb53cfb20a504d44a09c27 (patch) | |
tree | 598d15d483ef3a1ba2ea0ac90841862e5662fc65 /package/fuse/Config.in | |
parent | c2a43fb12a089453f0054a53905ec11406ec93ba (diff) | |
download | buildroot-novena-29a2f3d21be89ddbdffb53cfb20a504d44a09c27.tar.gz buildroot-novena-29a2f3d21be89ddbdffb53cfb20a504d44a09c27.zip |
libfuse: rename fuse to libfuse
We rename the package/fuse directory to package/libfuse to be
consistent with the package name. This is needed for a future commit
that will simplify the AUTOTARGETS macro by making assumptions on the
directory name.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/fuse/Config.in')
-rw-r--r-- | package/fuse/Config.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/fuse/Config.in b/package/fuse/Config.in deleted file mode 100644 index dffadf8a1..000000000 --- a/package/fuse/Config.in +++ /dev/null @@ -1,10 +0,0 @@ -config BR2_PACKAGE_LIBFUSE - bool "libfuse" - depends on BR2_LARGEFILE - help - FUSE (Filesystem in UserSpacE) - - http://fuse.sourceforge.net/ - -comment "libfuse requires a toolchain with LARGEFILE support" - depends on !BR2_LARGEFILE |