]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/blobdiff - lfs/wpa_supplicant
Introduce MACHINE_TYPE to lfs files.
[people/stevee/ipfire-2.x.git] / lfs / wpa_supplicant
index 28edbd6bee6bb4077e18dfcfeb49dc12376811c6..f60820692b091d7def5a36856e65b1b4a96f6e7c 100644 (file)
@@ -75,7 +75,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP)/wpa_supplicant && cp $(DIR_SRC)/config/wpa_supplicant/config ./.config
-ifeq "$(MACHINE)" "arm"
+ifeq "$(MACHINE_TYPE)" "arm"
        cd $(DIR_APP)/wpa_supplicant && sed -e "s/^CONFIG_DRIVER_MADWIFI=y/#&/" -i .config
 endif
        cd $(DIR_APP)/wpa_supplicant && sed -e "s/wpa_cli\ dynamic_eap_methods/wpa_cli\ #dynamic_eap_methods/" -i Makefile