aboutsummaryrefslogtreecommitdiff
path: root/kernel/antfs
Commit message (Collapse)AuthorAge
* antfs: drop this kernel packageJosef Schlehofer2023-02-23
| | | | | | | | | | | | | | | | | | Reasons to remove this package: 1. It is not available for Linux kernel 5.15 and onwards. 2. It seems that it is not maintained as the original repository was done in 2018 and then the forked repository was done to have this merged only to OpenWrt. 3. Anyone can use ntfs-3g (fuse) or ntfs3 from Paragon, which has been available since Linux kernel 5.15 4. Nobody said why this package was necessary or required to be added here or what was the difference between driver(s) in the Linux kernel and this package. 5. No project home page, no documentation, only source code provided by AVM Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* antfs: require kernel version 5.10 to buildJohn Thomson2022-04-30
| | | | | | | | | ANTFS does not compile with OpenWrt's current testing kernel 5.15, as it needs to be modified for the Linux 5.12 idmapped mounts changes 2f221d6f7b88 ("attr: handle idmapped mounts") https://lore.kernel.org/all/20210121131959.646623-1-christian.brauner@ubuntu.com/ Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* antfs: patch for linux >= 5.8.0Ilya Lipnitskiy2021-02-01
| | | | Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* antfs: new packageDENG Qingfang2020-03-11
AVM NTFS is a kernel-space NTFS R/W driver based on libntfs-3g Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>