aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-25 04:11:29 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-25 04:12:03 +0100
commit21998eea0fa1b4a338f6e283e473b892b7baa4a4 (patch)
tree6fed8172b5f8064926ee0f5b81a0010c5e417b27
parentSwitch to a submodules based approach (diff)
downloadandroid_kernel_wireguard-21998eea0fa1b4a338f6e283e473b892b7baa4a4.tar.xz
android_kernel_wireguard-21998eea0fa1b4a338f6e283e473b892b7baa4a4.zip
Specify master branch
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c78cf9..bb1513e 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Add the following local manifest to your project, or include the `<remote>` and
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="zx2c4" fetch="https://git.zx2c4.com/" />
- <project remote="zx2c4" name="android_kernel_wireguard" path="kernel/wireguard" sync-s="true" />
+ <project remote="zx2c4" name="android_kernel_wireguard" path="kernel/wireguard" revision="master" sync-s="true" />
</manifest>
```