-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathkernel.conf
More file actions
35 lines (24 loc) · 740 Bytes
/
kernel.conf
File metadata and controls
35 lines (24 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# kernel.conf - The configuration file for build_kernel.sh
# The Git repository name
GIT_REPO_NAME=linux-n900
# The location of the Git repository
GIT_KERNEL_URI=https://github.com/pali/linux-n900.git
# The branch to check out
GIT_BRANCH=v4.7-rc4-n900
# The depth of the Git history to check out
GIT_CLONE_DEPTH=1
# The scheduling priority that will be used to run the build
NICENESS=
# The number of jobs to run simultaneously
JOBS=2
# The architecture to build
ARCH=arm
# The cross compile command prefix for GCC
# Debian Wheezy uses "arm-linux-gnueabi-", Jessie+ and Sid use "arm-none-eabi-"
CROSS_COMPILE=arm-none-eabi-
# Enable LXC features
ENABLE_LXC=y
# Enable OverlayFS
ENABLE_OVERLAYFS=y
# Enable rfkill
ENABLE_RFKILL=y