Skip to content
Snippets Groups Projects
Commit fab5ee95 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

imagebuilder: explicitly install the kernel .ipk before installing anything...

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

SVN-Revision: 31711
parent a798a818
No related branches found
No related tags found
No related merge requests found
......@@ -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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment