1. Updated to git HEAD bd2862080c7f55450a99b5565650c8300512a59a
2. Forgot to mention previous patch on OpenWRT Makefile for FS package was from Paul Fertser. All credits go to Paul Fertser.
This commit is contained in:
parent
afb743c87e
commit
5479af7c02
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ PKG_VERSION:=1.5.2b
|
|||
#
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://git.$(PKG_NAME).org/$(PKG_NAME).git
|
||||
FS_DEFAULT_HEAD:=9cf05e3595456bcd75dbd18ed372130cf4da6158
|
||||
FS_DEFAULT_HEAD:=bd2862080c7f55450a99b5565650c8300512a59a
|
||||
FS_LATEST_HEAD:=$(if $(DUMP),$(FS_DEFAULT_HEAD),$(shell git ls-remote $(PKG_SOURCE_URL) HEAD | cut -f1))
|
||||
PKG_SOURCE_VERSION:=$(if $(CONFIG_FS_WITH_PULL_CURRENT),$(FS_LATEST_HEAD),$(FS_DEFAULT_HEAD))
|
||||
PKG_SOURCE_VERSION_SHORT:=$(shell echo $(PKG_SOURCE_VERSION)|cut -b -7)
|
||||
|
|
Loading…
Reference in a new issue