packages icon indicating copy to clipboard operation
packages copied to clipboard

aircrack-ng: backport patch to fix gpsd option for airodump-ng

Open dracode opened this issue 10 months ago • 3 comments

airodump-ng --gpsd does not work in airodump 1.7 release.

It's fixed in the current rolling version, but there's been no new release in nearly two years and no sign of a new release being imminent.

So, this is a backported patch to fix the OpenWrt version; it's a direct copy of the official patch at https://github.com/aircrack-ng/aircrack-ng/commit/6d4539c1cefc12ce4c37f3a5e2ef694152894393

Maintainer: Rick Farina [email protected] (listed in Makefile) @Ansuel (last commit) Compile tested: Compiled for GL.iNet E750 running OpenWrt 23.05.2, MIPS Big-Endian Run tested: Tested working on OpenWrt 23.05.2, MIPS Big-Endian

Description: Fixes a bug where trying to use GPS with airodump-ng gets no GPS data, and also causes airodump-ng to hang and ignore ctrl-c.

dracode avatar Apr 16 '24 02:04 dracode

@ZeroChaos- I believe this is the right username for the maintainer

dracode avatar Apr 16 '24 02:04 dracode

I have no commit access and don't even appear to be able to officially mark this approved. I haven't been actively maintaining this in openwrt but I am still active upstream. If it means anything to anyone, this LGTM.

ZeroChaos- avatar Apr 16 '24 03:04 ZeroChaos-

So, this is a backported patch to fix the OpenWrt version; it's a direct copy of the official patch at https://github.com/aircrack-ng/aircrack-ng/commit/6d4539c1cefc12ce4c37f3a5e2ef694152894393

please use that patch directly then. https://github.com/aircrack-ng/aircrack-ng/commit/6d4539c1cefc12ce4c37f3a5e2ef694152894393.patch includes necessary information like author, commit date, description etc. Then refresh it with make package/aircrack-ng/{clean,refresh} V=s

1715173329 avatar Apr 19 '24 06:04 1715173329

please use that patch directly then. https://github.com/aircrack-ng/aircrack-ng/commit/6d4539c1cefc12ce4c37f3a5e2ef694152894393.patch includes necessary information like author, commit date, description etc. Then refresh it with make package/aircrack-ng/{clean,refresh} V=s

Sorry. Happy to do whatever needs to be done to get this patch included in OpenWrt, but I don't understand what you're asking. Should I close this PR and submit a new one with the above patch verbatim, then?

dracode avatar May 02 '24 00:05 dracode