mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
imagebuilder: explicitly install the kernel .ipk before installing anything else, it is no longer part of the package index (fixes #11450)
SVN-Revision: 31711
This commit is contained in:
parent
a798a81890
commit
fab5ee9566
@ -126,6 +126,7 @@ package_index: FORCE
|
|||||||
package_install: FORCE
|
package_install: FORCE
|
||||||
@echo
|
@echo
|
||||||
@echo Installing packages...
|
@echo Installing packages...
|
||||||
|
$(OPKG) install $(PACKAGE_DIR)/kernel_*.ipk
|
||||||
$(OPKG) install $(BUILD_PACKAGES)
|
$(OPKG) install $(BUILD_PACKAGES)
|
||||||
rm -f $(TARGET_DIR)/usr/lib/opkg/lists/*
|
rm -f $(TARGET_DIR)/usr/lib/opkg/lists/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user