Skip to content

Latest commit

 

History

History
 
 

nethunter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

android_kernel_nethunter

Table of contents

About

A repository that contains a kconfig to enable nethunter support in android kernels.

You would need the appropriate patches for nethunter in which you will find them here

Usage

You can add this to your tree by doing this command

git fetch https://github.com/cyberknight777/android_kernel_nethunter main
git merge -s ours --no-commit --allow-unrelated-histories --squash FETCH_HEAD
git read-tree --prefix=nethunter -u FETCH_HEAD
git commit -m "Imported nethunter/ from https://github.com/cyberknight777/android_kernel_nethunter"

Then go to arch/yourtargetarchitecture/Kconfig and add this line below:

source "nethunter/Kconfig"

Disable this config in menuconfig

CONFIG_ANDROID_BINDERFS

Next you need to enable Basic Nethunter Support option, while the others are purely optional.

Supported Options

  • Basic nethunter support [ consists of sysvipc for postgresql, enabled module support for external modules, hci0 support & mac80211 support ]
  • Ethernet drivers support
  • SDR support
  • HID support
  • USB support
  • WiFi drivers support [ note only ath9k, mt7601, ralink, realtek and zydas will be enabled ]

Once that’s done feel free to compile and use your kernel which has nethunter support now :)

Credits

kali.org for their documentation on configuring the kernel for nethunter support.