瀏覽代碼

imagebuilder: explicitly install the kernel .ipk before installing anything else, it is no longer part of the package index (fixes #11450)

SVN-Revision: 31711
Felix Fietkau 13 年之前
父節點
當前提交
fab5ee9566
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/imagebuilder/files/Makefile

+ 1 - 0
target/imagebuilder/files/Makefile

@@ -126,6 +126,7 @@ package_index: FORCE
 package_install: FORCE
 	@echo
 	@echo Installing packages...
+	$(OPKG) install $(PACKAGE_DIR)/kernel_*.ipk
 	$(OPKG) install $(BUILD_PACKAGES)
 	rm -f $(TARGET_DIR)/usr/lib/opkg/lists/*