Prechádzať zdrojové kódy

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 <[email protected]>
Tomasz Maciej Nowak 7 rokov pred
rodič
commit
ad83fde30d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      package/firmware/intel-microcode/Makefile

+ 1 - 1
package/firmware/intel-microcode/Makefile

@@ -30,7 +30,7 @@ define Package/intel-microcode
   SECTION:=firmware
   CATEGORY:=Firmware
   URL:=$(PKG_SOURCE_URL)
-  DEPENDS:=@TARGET_x86 +iucode-tool
+  DEPENDS:=@TARGET_x86
   TITLE:=Intel x86 CPU microcode
 endef