From 236aae9db3cc674bdd189cd3a81d8ca6be31cca6 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 26 Oct 2011 13:32:13 +0200 Subject: [PATCH] compat-wireless: add marvel uap driver. --- lfs/compat-wireless | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/compat-wireless b/lfs/compat-wireless index bcde045090..27fb02bdca 100644 --- a/lfs/compat-wireless +++ b/lfs/compat-wireless @@ -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) \ -- 2.39.2