ap6212 wifi support, p2p didn't work because the bcmdhd drivers seems not support

This commit is contained in:
August 2018-08-10 14:16:19 +08:00
parent fe2350bd37
commit 73a04365cb
13 changed files with 27 additions and 15 deletions

View file

@ -1,3 +1,3 @@
ifeq ($(BOARD_WLAN_DEVICE),bcmdhd)
ifeq ($(BOARD_WLAN_DEVICE),common)
include $(call all-subdir-makefiles)
endif