intel-microcode: remove dependency on iucode-tool
It is not necessary to have iucode-tool present on target system to have functional intel-microcode package. The build time dependency is kept. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
This commit is contained in:
parent
51e199fbe8
commit
ad83fde30d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ define Package/intel-microcode
|
||||||
SECTION:=firmware
|
SECTION:=firmware
|
||||||
CATEGORY:=Firmware
|
CATEGORY:=Firmware
|
||||||
URL:=$(PKG_SOURCE_URL)
|
URL:=$(PKG_SOURCE_URL)
|
||||||
DEPENDS:=@TARGET_x86 +iucode-tool
|
DEPENDS:=@TARGET_x86
|
||||||
TITLE:=Intel x86 CPU microcode
|
TITLE:=Intel x86 CPU microcode
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue