Skip to content

benferizi/android_kernel_nethunter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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"

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.

About

Nethunter support in android kernels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published