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