diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2015-10-08 11:17:43 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2015-10-08 11:17:43 +0200 |
commit | d36eb1d57e94d4c5ca5b7dbc50866dfdc5a14164 (patch) | |
tree | d905560a7be67b1d088cda5622e3742ce617c7be /utils/flashrom/Makefile | |
parent | 00563501232e0751e01fbd4e119f32f0e67437f5 (diff) |
flashrom: make flashrom-full the default variant, remove empty dependencies
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'utils/flashrom/Makefile')
-rw-r--r-- | utils/flashrom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/flashrom/Makefile b/utils/flashrom/Makefile index 5e4407e24..e6e38b431 100644 --- 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 |