projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a798a81
)
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)
SVN-Revision: 31711
target/imagebuilder/files/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index c1177f1ba3bb478c25162a6096f3c7966d20961f..803252b4b60da6b8e404a02b83b5607a916ccbda 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/*