]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/compat-wireless
Introduce MACHINE_TYPE to lfs files.
[ipfire-2.x.git] / lfs / compat-wireless
index cd8002c3fd0e968bba139654f9b5eda2ba611436..8ae00dd0d96929d39b15aefcd2aa8d36ca3fafe0 100644 (file)
@@ -97,7 +97,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # Build Updated asix usb-lan driver
        cd $(DIR_APP)/drivers/net/usb && tar xvf $(DIR_DL)/asix-3.5.0a.tar.bz2
 
-ifeq "$(MACHINE)" "arm"
+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