The change has been compile-tested against the following vanilla kernels
- linux-3.18.130.tar.xz
- linux-4.14.90.tar.xz
- linux-4.19.9.tar.xz
- linux-4.9.146.tar.xz
Run tested with QEMU malta/be with kernel 4.9.146
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git
(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Update snapshot and change PKG_VERSION layout to be more consistent with base packages.
Change bz2 to gz for consistency with other base packages.
Adds support for Linux 4.7 kernels.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Fixes filesystem corruption reports after writing on Linux and running chkdsk afterwards on Windows.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Add "exfat-nofuse" kernel module for EXFAT filesystem which was originally
found in an Android kernel of Samsung. While there has been some doubt about
the license originally, it has later been officially released under the GPL by
Samsung and can be found on:
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=exfat
Signed-off-by: Bruno Randolf <br1@einfach.org>