@@ -5,7 +5,7 | |||
|
5 | 5 | # Load utility functions |
|
6 | 6 | . ./functions.sh |
|
7 | 7 | |
|
8 |
# |
|
|
8 | # Need to use kali kernel src if nexmon is enabled | |
|
9 | 9 | if [ "$ENABLE_NEXMON" = true ] ; then |
|
10 | 10 | KERNEL_URL="${NEXMON_URL}" |
|
11 | 11 | fi |
@@ -449,7 +449,7 else # BUILD_KERNEL=false | |||
|
449 | 449 | chown -R root:root "${R}/lib/modules" |
|
450 | 450 | fi |
|
451 | 451 | |
|
452 |
# I |
|
|
452 | # Install Kernel from hypriot comptabile with all Raspberry PI | |
|
453 | 453 | if [ "$SET_ARCH" = 32 ] ; then |
|
454 | 454 | # Create temporary directory for dl |
|
455 | 455 | temp_dir=$(as_nobody mktemp -d) |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant