projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change the build order in target/linux so that it's possible to link the kernel with...
[openwrt.git]
/
target
/
linux
/
rules.mk
diff --git
a/target/linux/rules.mk
b/target/linux/rules.mk
index
b921f15
..
c9cf9c5
100644
(file)
--- a/
target/linux/rules.mk
+++ b/
target/linux/rules.mk
@@
-81,6
+81,7
@@
endif
endef
+KERNEL_IPKG:=$(LINUX_BUILD_DIR)/kernel_$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)_$(ARCH).ipk
INSTALL_TARGETS := $(KERNEL_IPKG)
TARGETS :=
This page took
0.030345 seconds
and
4
git commands to generate.