1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
Commit Graph

60 Commits

Author SHA1 Message Date
Etienne Champetier
4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Stephen Walker
b63a809213 packages: cleanup Makefile variables
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
2017-06-03 16:38:06 -04:00
Daniel Engberg
7273fd2d54 kernel/exfat-nofuse: Update to snapshot 2017-01-03
Update to snapshot 2017-01-03
Switch to xz tarball

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-06 20:50:20 +01:00
diizzyy
1d4e7dfe23 exfat-nofuse: update to snapshot 2016-09-26
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>
2016-09-27 15:52:57 +02:00
Stephen Walker
a53bf7192b packages: cleanup Makefile variables
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
2016-07-09 14:50:58 -04:00
Joseph C. Lehner
f7579bfea1 Add mtd-rw kernel module
This package adds a kernel module that, when loaded, makes all
read-only MTD partitions writeable. This can be used to update
the bootloader, modify bootloader environment partitions, etc.

Signed-off-by: Joseph C. Lehner <joseph.c.lehner@gmail.com>
2016-04-10 20:41:57 +02:00
diizzyy
201daac1db exfat-nofuse: update version
Fixes filesystem corruption reports after writing on Linux and running chkdsk afterwards on Windows.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-02-01 12:17:47 +01:00
Bruno Randolf
819ac715d2 exfat: Update for Kernel version 4.1+
Signed-off-by: Bruno Randolf <br1@einfach.org>
2015-08-31 17:27:16 +01:00
Bruno Randolf
ad4b13f2c1 exfat-nofuse: Depend on BUILD_PATENTED
ExFAT is patented by Microsoft.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2015-04-28 18:15:52 +01:00
Bruno Randolf
d2fef65165 Add exfat-nofuse: EXFAT filesystem kernel driver
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>
2015-04-28 17:24:25 +01:00