projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e37d386
)
deptest: Install the kernel at init stage
author
Michael Büsch
<mb@bu3sch.de>
Wed, 3 Nov 2010 00:24:12 +0000
(
00:24
+0000)
committer
Michael Büsch
<mb@bu3sch.de>
Wed, 3 Nov 2010 00:24:12 +0000
(
00:24
+0000)
SVN-Revision: 23809
scripts/deptest.sh
patch
|
blob
|
history
diff --git
a/scripts/deptest.sh
b/scripts/deptest.sh
index 2864cd1a359a28d12a067e1f9c64f0520c1795f1..ad378bafcd976eccc4c66742ed06141cc3ac755d 100755
(executable)
--- a/
scripts/deptest.sh
+++ b/
scripts/deptest.sh
@@
-31,6
+31,7
@@
mkdir -p "$STAMP_DIR_SUCCESS" "$STAMP_DIR_FAILED" "$BUILD_DIR" "$BUILD_DIR_HOST"
make tools/install V=99 || die "make tools/install failed, please check"
cp -al staging_dir/host "$STAGING_DIR_HOST_TMPL"
make toolchain/install V=99 || die "make toolchain/install failed, please check"
+ make target/linux/install V=99 || die "make target/linux/install failed, please check"
}
for pkg in `cat tmp/.packagedeps | grep CONFIG_PACKAGE | grep -v curdir | sed -e 's,.*[/=]\s*,,' | sort -u`; do