summaryrefslogtreecommitdiffstats
path: root/remote/modules/kernel/module.conf.ubuntu
diff options
context:
space:
mode:
authorManuel Schneider2014-07-10 13:16:15 +0200
committerManuel Schneider2014-07-10 13:16:15 +0200
commit9c1e97caf9f5d7962be26a9a568dd318741a6cc0 (patch)
tree9388f65ceaeb5990da15c57f7ea7af33fe244439 /remote/modules/kernel/module.conf.ubuntu
parentAdded moudules x11vnc and pvs2 (diff)
downloadtm-scripts-9c1e97caf9f5d7962be26a9a568dd318741a6cc0.tar.gz
tm-scripts-9c1e97caf9f5d7962be26a9a568dd318741a6cc0.tar.xz
tm-scripts-9c1e97caf9f5d7962be26a9a568dd318741a6cc0.zip
[Kernel] Fix wrong git variables
Diffstat (limited to 'remote/modules/kernel/module.conf.ubuntu')
-rw-r--r--remote/modules/kernel/module.conf.ubuntu4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/kernel/module.conf.ubuntu b/remote/modules/kernel/module.conf.ubuntu
index 1c876d15..1cab5fcd 100644
--- a/remote/modules/kernel/module.conf.ubuntu
+++ b/remote/modules/kernel/module.conf.ubuntu
@@ -1,2 +1,2 @@
-REQUIRED_GIT_BRANCH="-b master"
-REQUIRED_GIT="git://kernel.ubuntu.com/ubuntu/ubuntu-${SYS_CODENAME}.git $REQUIRED_GIT_BRANCH"
+REQUIRED_GIT_BRANCH="master"
+REQUIRED_GIT="git://kernel.ubuntu.com/ubuntu/ubuntu-${SYS_CODENAME}.git"