From 9edd5ac6fab753dbc4e01b866dbbe0b87f3190c3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 14 May 2012 14:00:01 +0000 Subject: imagebuilder: explicitly install the kernel .ipk before installing anything else, it is no longer part of the package index (fixes #11450) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31711 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/imagebuilder/files/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/imagebuilder/files/Makefile') diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index c1177f1ba3..803252b4b6 100644 --- a/target/imagebuilder/files/Makefile +++ b/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/* -- cgit v1.2.3