commit d36eb1d57e94d4c5ca5b7dbc50866dfdc5a14164
parent 00563501232e0751e01fbd4e119f32f0e67437f5
Author: Álvaro Fernández Rojas <noltari@gmail.com>
Date: Thu, 8 Oct 2015 11:17:43 +0200
flashrom: make flashrom-full the default variant, remove empty dependencies
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/utils/flashrom/Makefile b/utils/flashrom/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=flashrom
PKG_VERSION:=0.9.8
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://download.flashrom.org/releases
@@ -38,7 +38,6 @@ define Package/flashrom/default
CATEGORY:=Utilities
TITLE:=FlashROM Utility
URL:=http://www.flashrom.org/
- DEPENDS:=
endef
define Package/flashrom
@@ -50,6 +49,7 @@ define Package/flashrom
+PACKAGE_flashrom:libusb-compat \
+PACKAGE_flashrom:pciutils
VARIANT:=full
+ DEFAULT_VARIANT:=1
endef
define Package/flashrom-pci