Added CONFIG_NET_NS + Updated dependencies

This commit is contained in:
kimocoder 2018-07-02 20:14:59 +02:00
parent cafec86c7e
commit bc347869be
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ CONFIG_PCI_HCI = n
CONFIG_SDIO_HCI = n CONFIG_SDIO_HCI = n
CONFIG_GSPI_HCI = n CONFIG_GSPI_HCI = n
########################## Features ########################### ########################## Features ###########################
CONFIG_NET_NS = y
CONFIG_MP_INCLUDED = y CONFIG_MP_INCLUDED = y
CONFIG_POWER_SAVING = n CONFIG_POWER_SAVING = n
CONFIG_USB_AUTOSUSPEND = n CONFIG_USB_AUTOSUSPEND = n

View File

@ -39,6 +39,7 @@ Package / Build dependencies (Kali)
sudo apt-get install build-essential sudo apt-get install build-essential
sudo apt-get install bc sudo apt-get install bc
sudo apt-get install libelf-dev sudo apt-get install libelf-dev
sudo apt-get install dkms
sudo apt-get install linux-headers-`uname -r` sudo apt-get install linux-headers-`uname -r`
``` ```
For Raspberry (RPI) also For Raspberry (RPI) also