diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-30 17:47:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-30 17:47:21 +0100 |
commit | 8f5ef063687739844723904b07c80eb8047b3d98 (patch) | |
tree | 4e465adb61affb85fd664452fb745c9e77806c85 | |
parent | f75740334076ceaa06e67402f39ea522724db079 (diff) |
ntfs-3g: select fuse kernel module, reported by Oliver
-rw-r--r-- | package/ntfs-3g/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile index 404705cfc..46e09e09c 100644 --- a/package/ntfs-3g/Makefile +++ b/package/ntfs-3g/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0 PKG_DESCR:= ntfs filesystem driver using fuse PKG_SECTION:= sys/fs +PKG_KDEPENDS:= fuse-fs PKG_URL:= http://tuxera.com PKG_SITES:= http://tuxera.com/opensource/ |