diff options
Diffstat (limited to 'core/modules/kernel')
-rw-r--r-- | core/modules/kernel/module.conf.debian | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/modules/kernel/module.conf.debian b/core/modules/kernel/module.conf.debian new file mode 100644 index 00000000..a35fbce1 --- /dev/null +++ b/core/modules/kernel/module.conf.debian @@ -0,0 +1,3 @@ +#!/bin/bash +REQUIRED_GIT_BRANCH="master" +REQUIRED_GIT="git://kernel.ubuntu.com/ubuntu/ubuntu-${SYS_CODENAME}.git" |