aboutsummaryrefslogtreecommitdiffstats
path: root/build-one.bash
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-10-15 01:00:02 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-15 01:00:02 +0200
commit689c9a064cf3f38412eaddf634d88d1db7c579e8 (patch)
treec4ad5eda78d77bc47dcf28aad8c485294c9bdf82 /build-one.bash
parentkernels: add marlin manifest and build commands (diff)
downloadandroid-wireguard-module-builder-689c9a064cf3f38412eaddf634d88d1db7c579e8.tar.xz
android-wireguard-module-builder-689c9a064cf3f38412eaddf634d88d1db7c579e8.zip
build: do not skip incomplete kernel specifications
This reverts commit 7bec6ec69c804dd62486f153cd75693b015cf502.
Diffstat (limited to 'build-one.bash')
-rwxr-xr-xbuild-one.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-one.bash b/build-one.bash
index 4617ad2..3844271 100755
--- a/build-one.bash
+++ b/build-one.bash
@@ -5,7 +5,6 @@ set -ex
BASE="$(readlink -f "$(dirname "$(readlink -f "$0")")")"
KERNEL_DIR="$BASE/kernels/$1"
[[ -d $KERNEL_DIR ]] || { echo "Error: '$0' does not exist" >&2; exit 1; }
-[[ -f $KERNEL_DIR/do.bash && -f $KERNEL_DIR/manifest.xml && -f $KERNEL_DIR/version-hashes.txt ]] || { echo "WARNING: skipping $1, because missing files" >&2; exit 0; }
# Step 1) Account for already built modules by hard linking new hashes to the old names.
first=""