@@ -7,7 +7,7 | |||
|
7 | 7 | |
|
8 | 8 | # Need to use kali kernel src if nexmon is enabled |
|
9 | 9 | if [ "$ENABLE_NEXMON" = true ] ; then |
|
10 |
KERNEL_URL="${ |
|
|
10 | KERNEL_URL="${KALI_KERNEL_URL}" | |
|
11 | 11 | fi |
|
12 | 12 | |
|
13 | 13 | # Fetch and build latest raspberry kernel |
@@ -69,6 +69,8 RPI3_64_BIS_KERNEL_URL=${RPI3_64_BIS_KERNEL_URL:=https://github.com/sakaki-/bcmr | |||
|
69 | 69 | RPI3_64_DEF_KERNEL_URL=${RPI3_64_DEF_KERNEL_URL:=https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.14.80.20181113/bcmrpi3-kernel-4.14.80.20181113.tar.xz} |
|
70 | 70 | # Generic |
|
71 | 71 | RPI3_64_KERNEL_URL=${RPI3_64_KERNEL_URL:=$RPI3_64_DEF_KERNEL_URL} |
|
72 | # Kali kernel src - used if ENABLE_NEXMON=true (they patch the wlan kernel modul) | |
|
73 | KALI_KERNEL_URL=${KALI_KERNEL_URL:=https://github.com/Re4son/re4son-raspberrypi-linux.git} | |
|
72 | 74 | |
|
73 | 75 | # Build directories |
|
74 | 76 | WORKDIR=$(pwd) |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant