mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
parent
b2a6c43e1c
commit
9edd5ac6fa
@ -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/*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user