85af9a673d
Fix the following build failure with kernel >= 5.17 thanks to
7e61ad89cc
:
/home/autobuild/autobuild/instance-14/output-1/build/rtl8812au-aircrack-ng-3a6402e9e79802891f1531b435be54f4d8b71f0b/./os_dep/osdep_service.c: In function ‘thread_exit’:
/home/autobuild/autobuild/instance-14/output-1/build/rtl8812au-aircrack-ng-3a6402e9e79802891f1531b435be54f4d8b71f0b/./os_dep/osdep_service.c:1295:2: error: implicit declaration of function ‘complete_and_exit’ [-Werror=implicit-function-declaration]
1295 | complete_and_exit(comp, 0);
| ^~~~~~~~~~~~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/1fff5023b5b79a7d81fd4cba6dea8dcb3f428340
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
663 B
Makefile
19 lines
663 B
Makefile
################################################################################
|
|
#
|
|
# rtl8812au-aircrack-ng
|
|
#
|
|
################################################################################
|
|
|
|
RTL8812AU_AIRCRACK_NG_VERSION = 37e27f9165300c89607144b646545fac576ec510
|
|
RTL8812AU_AIRCRACK_NG_SITE = $(call github,aircrack-ng,rtl8812au,$(RTL8812AU_AIRCRACK_NG_VERSION))
|
|
RTL8812AU_AIRCRACK_NG_LICENSE = GPL-2.0
|
|
RTL8812AU_AIRCRACK_NG_LICENSE_FILES = LICENSE
|
|
|
|
RTL8812AU_AIRCRACK_NG_MODULE_MAKE_OPTS = \
|
|
CONFIG_88XXAU=m \
|
|
KVER=$(LINUX_VERSION_PROBED) \
|
|
USER_EXTRA_CFLAGS="-DCONFIG_$(call qstrip,$(BR2_ENDIAN))_ENDIAN"
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(generic-package))
|