#9470 closed enhancement (moved_to_github)
New package: exFAT driver
Reported by: | obsy | Owned by: | nico |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description
"This project aims to provide a full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module."
Attachments (1)
Change History (7)
Changed 7 years ago by obsy
comment:1 Changed 6 years ago by nico
- Owner changed from developers to nico
- Status changed from new to accepted
comment:2 Changed 6 years ago by arokh <trondah@…>
comment:3 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
comment:4 Changed 3 years ago by jogo
- Resolution set to moved_to_github
- Status changed from accepted to closed
The packages feed has been moved to https://www.github.com/openwrt/packages. Please create a pull request there to get the package included.
comment:5 follow-up: ↓ 6 Changed 3 years ago by derin.korman@…
This never appeared in openwrt packages, I was wondering if it got lost in the move or has it been patched into Barrier Breaker by default?
comment:6 in reply to: ↑ 5 Changed 3 years ago by anonymous
Replying to derin.korman@…:
This never appeared in openwrt packages, I was wondering if it got lost in the move or has it been patched into Barrier Breaker by default?
I second that, I think this got lost in the transition.
How about including the utilities as well? I modified your package to build fsck as well: http://pastebin.com/pJHETg4E
Also, it would be great to build libexfat as a shared library and have the other utilities depend on it. I don't have the know-how to do it though...