Skip to content

Commit

Permalink
scripts/linux: Don't use name "master" as it conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 30, 2018
1 parent 3fb4e7c commit 585c1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-linux.sh
Expand Up @@ -59,7 +59,7 @@ LINUX_REMOTE="${LINUX_REMOTE:-https://github.com/timvideos/linux-litex.git}"
LINUX_REMOTE_NAME=timvideos-linux-litex
LINUX_REMOTE_BIT=$(echo $LINUX_REMOTE | sed -e's-^.*://--' -e's/.git$//')
LINUX_CLONE_FROM="${LINUX_LOCAL:-$LINUX_REMOTE}"
LINUX_BRANCH=${LINUX_BRANCH:-master}
LINUX_BRANCH=${LINUX_BRANCH:-master-litex}
(
# Download the Linux source for the first time
if [ ! -d "$LINUX_SRC" ]; then
Expand Down

0 comments on commit 585c1d4

Please sign in to comment.