diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-03-28 09:17:44 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-03-28 09:17:44 +0200 |
commit | 375f34d362ff26feb00ad544c545d46511607914 (patch) | |
tree | dddf577adeded0d543661e1058877b77d12ed8ab /utils/flashrom/Makefile | |
parent | 35a3f8d5d8c110cdcb36951b135c9fc0c80b5436 (diff) |
flashrom: fix full and pci variants
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'utils/flashrom/Makefile')
-rw-r--r-- | utils/flashrom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/flashrom/Makefile b/utils/flashrom/Makefile index 31df97b72..bc062d3f5 100644 --- a/utils/flashrom/Makefile +++ b/utils/flashrom/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flashrom PKG_VERSION:=0.9.9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.flashrom.org/releases |