projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2a6c43
)
imagebuilder: explicitly install the kernel .ipk before installing anything else...
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 May 2012 14:00:01 +0000
(14:00 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 May 2012 14:00:01 +0000
(14:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31711
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/imagebuilder/files/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index
c1177f1
..
803252b
100644
(file)
--- 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/*