diff options
Diffstat (limited to 'openwrt/package/fuse')
-rw-r--r-- | openwrt/package/fuse/Config.in | 4 | ||||
-rw-r--r-- | openwrt/package/fuse/ipkg/libfuse/CONTROL/control | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/fuse/Config.in b/openwrt/package/fuse/Config.in index e9ad51eae..435570e13 100644 --- a/openwrt/package/fuse/Config.in +++ b/openwrt/package/fuse/Config.in @@ -1,4 +1,5 @@ config BR2_PACKAGE_FUSE + select BR2_PACKAGE_LIBPTHREAD tristate "fuse (Filesystem in USErspace)" default n help @@ -18,4 +19,5 @@ config BR2_PACKAGE_FUSE http://fuse.sourceforge.net/ - + Depends: libpthread + diff --git a/openwrt/package/fuse/ipkg/libfuse/CONTROL/control b/openwrt/package/fuse/ipkg/libfuse/CONTROL/control index 175673d1b..b1d113fc3 100644 --- a/openwrt/package/fuse/ipkg/libfuse/CONTROL/control +++ b/openwrt/package/fuse/ipkg/libfuse/CONTROL/control @@ -6,3 +6,4 @@ Architecture: [TBDL] Maintainer: Nico <nthill@free.fr> Source: http://nthill.free.fr/openwrt/sources/fuse2/ Description: Filesystem in Userspace (library) +Depends: libpthread |