mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 17:01:44 +04:00
intel-microcode: fix dirty build
rebuilding x86 did fail in an existing build directory mkdir fails if the folder exists already Signed-off-by: Sander Schutten <schutten@hotmail.com> Signed-off-by: Florian Maurer <fmaurer@disroot.org>
This commit is contained in:
committed by
David Bauer
parent
8810ecd5ed
commit
472c325fb8
@@ -39,7 +39,7 @@ endef
|
||||
|
||||
define Build/Compile
|
||||
IUCODE_TOOL=$(STAGING_DIR)/../host/bin/iucode_tool $(MAKE) -C $(PKG_BUILD_DIR)
|
||||
mkdir $(PKG_BUILD_DIR)/intel-ucode-ipkg
|
||||
mkdir -p $(PKG_BUILD_DIR)/intel-ucode-ipkg
|
||||
$(STAGING_DIR)/../host/bin/iucode_tool -q \
|
||||
--write-firmware=$(PKG_BUILD_DIR)/intel-ucode-ipkg $(PKG_BUILD_DIR)/$(MICROCODE).bin
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user