packages
packages copied to clipboard
aircrack-ng: backport patch to fix gpsd option for airodump-ng
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.
@ZeroChaos- I believe this is the right username for the maintainer
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.
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
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?