From: Tomasz Maciej Nowak Date: Tue, 20 Nov 2018 16:20:42 +0000 (+0100) Subject: intel-microcode: remove dependency on iucode-tool X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ad83fde30de5d154bf723d0fd07f945a8cdb6510;p=openwrt%2Fstaging%2Fmkresin.git 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 --- diff --git a/package/firmware/intel-microcode/Makefile b/package/firmware/intel-microcode/Makefile index 6987c795c0..07db9b1f96 100644 --- a/package/firmware/intel-microcode/Makefile +++ b/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