@@ -23,12 +23,16 if [ "$BUILD_KERNEL" = true ] ; then | |||||
23 | # Create temporary directory for kernel sources |
|
23 | # Create temporary directory for kernel sources | |
24 | temp_dir=$(as_nobody mktemp -d) |
|
24 | temp_dir=$(as_nobody mktemp -d) | |
25 |
|
25 | |||
|
26 | if [ "$ENABLE_NEXMON" = true ] ; then | |||
|
27 | NEXMON_URL | |||
|
28 | else | |||
26 | # Fetch current RPi2/3 kernel sources |
|
29 | # Fetch current RPi2/3 kernel sources | |
27 | if [ -z "${KERNEL_BRANCH}" ] ; then |
|
30 | if [ -z "${KERNEL_BRANCH}" ] ; then | |
28 | as_nobody -H git -C "${temp_dir}" clone --depth=1 "${KERNEL_URL}" linux |
|
31 | as_nobody -H git -C "${temp_dir}" clone --depth=1 "${KERNEL_URL}" linux | |
29 | else |
|
32 | else | |
30 | as_nobody -H git -C "${temp_dir}" clone --depth=1 --branch "${KERNEL_BRANCH}" "${KERNEL_URL}" linux |
|
33 | as_nobody -H git -C "${temp_dir}" clone --depth=1 --branch "${KERNEL_BRANCH}" "${KERNEL_URL}" linux | |
31 | fi |
|
34 | fi | |
|
35 | fi | |||
32 |
|
36 | |||
33 | # Copy downloaded kernel sources |
|
37 | # Copy downloaded kernel sources | |
34 | cp -r "${temp_dir}/linux/"* "${KERNEL_DIR}" |
|
38 | cp -r "${temp_dir}/linux/"* "${KERNEL_DIR}" | |
@@ -418,7 +422,7 else # BUILD_KERNEL=false | |||||
418 | if [ "$SET_ARCH" = 64 ] && { [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ] ; } ; then |
|
422 | if [ "$SET_ARCH" = 64 ] && { [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ] ; } ; then | |
419 |
|
423 | |||
420 | # Use Sakakis modified kernel if ZSWAP is active |
|
424 | # Use Sakakis modified kernel if ZSWAP is active | |
421 | if [ "$KERNEL_ZSWAP" = true ] || ; then |
|
425 | if [ "$KERNEL_ZSWAP" = true ] || [ "$KERNEL_VIRT" = true ] || [ "$KERNEL_NF" = true ] || [ "$KERNEL_BPF" = true ] ; then | |
422 | RPI3_64_KERNEL_URL=RPI3_64_BIS_KERNEL_URL |
|
426 | RPI3_64_KERNEL_URL=RPI3_64_BIS_KERNEL_URL | |
423 | fi |
|
427 | fi | |
424 |
|
428 |
@@ -156,7 +156,7 UBOOTSRC_DIR=${UBOOTSRC_DIR:=""} | |||||
156 | ENABLE_UBOOTUSB=${ENABLE_UBOOTUSB=false} |
|
156 | ENABLE_UBOOTUSB=${ENABLE_UBOOTUSB=false} | |
157 | ENABLE_FBTURBO=${ENABLE_FBTURBO:=false} |
|
157 | ENABLE_FBTURBO=${ENABLE_FBTURBO:=false} | |
158 | ENABLE_VIDEOCORE=${ENABLE_VIDEOCORE:=false} |
|
158 | ENABLE_VIDEOCORE=${ENABLE_VIDEOCORE:=false} | |
159 |
ENABLE_NEXMON=${ENABLE_NEXMON:= |
|
159 | ENABLE_NEXMON=${ENABLE_NEXMON:=false} | |
160 | VIDEOCORESRC_DIR=${VIDEOCORESRC_DIR:=""} |
|
160 | VIDEOCORESRC_DIR=${VIDEOCORESRC_DIR:=""} | |
161 | FBTURBOSRC_DIR=${FBTURBOSRC_DIR:=""} |
|
161 | FBTURBOSRC_DIR=${FBTURBOSRC_DIR:=""} | |
162 | NEXMON_DIR=${NEXMON_DIR:=""} |
|
162 | NEXMON_DIR=${NEXMON_DIR:=""} |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant