mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
compat-wireless: add marvel uap driver.
This commit is contained in:
@@ -93,6 +93,9 @@ ifeq "$(MACHINE_TYPE)" "arm"
|
||||
# B43+B44 driver doesn't build on arm
|
||||
cd $(DIR_APP) && sed -i -e "s|CONFIG_B43=m||g" config.mk
|
||||
cd $(DIR_APP) && sed -i -e "s|CONFIG_B44=m||g" config.mk
|
||||
# Add libartas uAP driver
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless-3.0-libertas_uap.patch
|
||||
cd $(DIR_APP)&& echo CONFIG_LIBERTAS_UAP=m >> config.mk
|
||||
endif
|
||||
|
||||
cd $(DIR_APP) && make KLIB=/lib/modules/$(KVER)-$(VERSUFIX) \
|
||||
|
||||
Reference in New Issue
Block a user