mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 03:51:32 +02:00
deptest: Install the kernel at init stage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23809 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7aa5b8a123
commit
f3ba3661d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user