mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
Merge branch 'master' of https://github.com/lwfinger/rtl8188eu
This commit is contained in:
commit
21703c67e2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -179,7 +179,7 @@ EXTRA_CFLAGS += -DCONFIG_RF_GAIN_OFFSET
|
|||
endif
|
||||
endif
|
||||
|
||||
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ | sed -e s/ppc/powerpc/)
|
||||
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ | sed -e s/ppc/powerpc/ | sed -e s/armv6l/arm/)
|
||||
|
||||
ifeq ($(CONFIG_PLATFORM_I386_PC), y)
|
||||
ARCH ?= $(SUBARCH)
|
||||
|
|
Loading…
Reference in a new issue