flashrom: make flashrom-full the default variant, remove empty dependencies
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
0056350123
commit
d36eb1d57e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue