diff options
Diffstat (limited to 'recipes-kernel/sllin/sllin.bb')
-rw-r--r-- | recipes-kernel/sllin/sllin.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/sllin/sllin.bb b/recipes-kernel/sllin/sllin.bb index cc72b3095..70d1a9311 100644 --- a/recipes-kernel/sllin/sllin.bb +++ b/recipes-kernel/sllin/sllin.bb @@ -6,7 +6,7 @@ inherit module systemd DEPENDS = "virtual/kernel" -SRC_URI = "git://github.com/trainman419/linux-lin.git;protocol=https" +SRC_URI = "git://github.com/trainman419/linux-lin.git;protocol=https;branch=master" SRCREV = "155d885e8ccc907a56f6c86c4b159fac27ef6fec" S = "${WORKDIR}/git/sllin" |