]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
compat-wireless: add marvel uap driver.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 26 Oct 2011 11:32:13 +0000 (13:32 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 26 Oct 2011 11:32:13 +0000 (13:32 +0200)
lfs/compat-wireless

index bcde045090a4b39216123faf4675820527943083..27fb02bdca7f1b41105f0d9f46c9f197faa4f091 100644 (file)
@@ -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) \