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
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"
source "nethunter/Kconfig"
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 :)