Skip to content

Commit

Permalink
exfat: update to 5.8.7
Browse files Browse the repository at this point in the history
93e2334 exfat: fix build error on linux-5.4,5.5 kernel
01a7b8c exfat: fix name_hash computation on big endian systems
8f92bc0 exfat: fix wrong size update of stream entry by typo

Removed commented material that was for testing compilation.

Removed patch as the error was fixed upstream. First entry above.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb authored and hauke committed Aug 24, 2020
1 parent 785c7d9 commit 161fe0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
12 changes: 2 additions & 10 deletions package/kernel/exfat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,17 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk

PKG_NAME:=exfat
PKG_VERSION:=5.8.4
PKG_VERSION:=5.8.7
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/namjaejeon/linux-exfat-oot/tar.gz/$(PKG_VERSION)?
PKG_HASH:=47162495bdf9a7e02d6142dfcd4364d7325a4cf75a0439926cf9e8a9d959627b
PKG_HASH:=20254677bed3f456e89cc9d757c1a47abbadab4d75640eef4a995370a37be3f4

PKG_MAINTAINER:=
PKG_LICENSE:=GPL-2.0-only

#PKG_BUILD_PARALLEL:=1
#PKG_USE_MIPS16:=0

# exfat-oot's makefile needs this to know where to build the kernel module
#export KERNELDIR:=$(LINUX_DIR)

include $(INCLUDE_DIR)/package.mk
#include $(INCLUDE_DIR)/kernel-defaults.mk

TAR_OPTIONS+= --strip-components 1
TAR_CMD=$(HOST_TAR) -C $(1) $(TAR_OPTIONS)
Expand All @@ -49,7 +42,6 @@ define Build/Compile
$(PKG_EXTRA_KCONFIG) \
CONFIG_EXFAT_FS=m \
modules
# $(MAKE) -C $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION) M="$(PKG_BUILD_DIR)" modules
endef

$(eval $(call KernelPackage,fs-exfat))
23 changes: 0 additions & 23 deletions package/kernel/exfat/patches/010-fstream.patch

This file was deleted.

0 comments on commit 161fe0b

Please sign in to comment.