mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-24 15:43:25 +00:00
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
@ -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 New Issue
Block a user