From 29a2f3d21be89ddbdffb53cfb20a504d44a09c27 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 19 Sep 2011 22:53:04 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- package/fuse/Config.in | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 package/fuse/Config.in (limited to 'package/fuse/Config.in') 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 -- cgit v1.2.3