projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f41cec7
)
create package directory in target/linux/*/prepare
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 Jan 2006 12:24:49 +0000
(12:24 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 Jan 2006 12:24:49 +0000
(12:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2905
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/kernel.mk
patch
|
blob
|
history
diff --git
a/target/linux/kernel.mk
b/target/linux/kernel.mk
index
74490cf
..
edb53e1
100644
(file)
--- a/
target/linux/kernel.mk
+++ b/
target/linux/kernel.mk
@@
-84,7
+84,7
@@
$(KERNEL_IPKG):
$(IPKG_BUILD) $(KERNEL_IDIR) $(LINUX_BUILD_DIR) $(MAKE_TRACE)
source: $(DL_DIR)/$(LINUX_SOURCE)
-prepare: $(LINUX_DIR)/.configured
+prepare: $(
PACKAGE_DIR) $(
LINUX_DIR)/.configured
compile:
$(MAKE) $(STAMP_DIR)/.linux-compile $(MAKE_TRACE)
This page took
0.032038 seconds
and
4
git commands to generate.