deptest: Install the kernel at init stage
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 3 Nov 2010 00:24:12 +0000 (00:24 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 3 Nov 2010 00:24:12 +0000 (00:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23809 3c298f89-4303-0410-b956-a3cf2f4a3e73

scripts/deptest.sh

index 2864cd1..ad378ba 100755 (executable)
@@ -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
This page took 0.024136 seconds and 4 git commands to generate.