Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support POWERPC64LE platform #37

Merged
merged 1 commit into from
Jul 8, 2020
Merged

Conversation

runlevel5
Copy link
Contributor

@runlevel5 runlevel5 commented Apr 6, 2020

The module could not be compiled because the SUBARCH is not picked up correctly.

Tested on Raptor Blackbird workstation running Fedora 32 PPC64LE.

@@ -1031,8 +1032,7 @@ EXTRA_CFLAGS += -DDM_ODM_SUPPORT_TYPE=0x04
ifeq ($(CONFIG_PLATFORM_I386_PC), y)
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
SUBARCH := $(shell uname -m | sed -e "s/i.86/i386/; s/ppc/powerpc/; s/armv.l/arm/; s/aarch64/arm64/;")
ARCH ?= $(SUBARCH)
SUBARCH := $(shell uname -m | sed -e "s/i.86/i386/; s/ppc64le/powerpc/; s/ppc/powerpc/; s/armv.l/arm/; s/aarch64/arm64/;")ARCH ?= $(SUBARCH)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uname -m returns ppc64le for LE variant of PPC64.

@runlevel5
Copy link
Contributor Author

I am going to close this PR because it's been here far too long.

@runlevel5 runlevel5 closed this Jul 7, 2020
@kimocoder
Copy link
Collaborator

Haven't had the time to check up all drivers in some time. I'll re-open and merge it.

@kimocoder kimocoder reopened this Jul 8, 2020
@kimocoder kimocoder merged commit 180a406 into aircrack-ng:v5.3.9 Jul 8, 2020
@kimocoder
Copy link
Collaborator

Thanks.

@runlevel5 runlevel5 deleted the patch-1 branch July 8, 2020 05:43
@jjarven jjarven mentioned this pull request Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants