fstools: fix logic bug in extroot verification code
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
81b779d4d9
commit
b5f7221afa
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=fstools
|
||||
PKG_VERSION:=2016-07-24
|
||||
PKG_VERSION:=2016-09-05
|
||||
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL=$(LEDE_GIT)/project/fstools.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=addd7dc21fe99f2701c1d4708071578052af401d
|
||||
PKG_SOURCE_VERSION:=f9ad6bacd7efa578369427e7e75f0177bd3cf290
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue