]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/compat-wireless
GeoIP: update database to 01052012.
[people/teissler/ipfire-2.x.git] / lfs / compat-wireless
index 4e97dabf8402624d9e45f1170f0c601af5299867..a8902f1c2ad6b4e8f5bac1d7438a24e6352f58c4 100644 (file)
 
 include Config
 
-ifeq "$(PAE)" "1"
-       VERSUFIX=ipfire-pae
-else
-ifeq "$(XEN)" "1"
-       VERSUFIX=ipfire-xen
-else
-       VERSUFIX=ipfire
-endif
-endif
+VERSUFIX=ipfire$(KCFG)
 
 VER        = 3.0-2
 
@@ -99,8 +91,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 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
+#      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) \