X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fwpa_supplicant;h=f60820692b091d7def5a36856e65b1b4a96f6e7c;hb=6105282debd636dd5634f6e487afbeb02b51a69b;hp=8b25cf19667590459516305fed036a5b6036cd74;hpb=748837e6ea86c62f83b9775b41e2e6b145bff5c0;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/wpa_supplicant b/lfs/wpa_supplicant index 8b25cf196..f60820692 100644 --- a/lfs/wpa_supplicant +++ b/lfs/wpa_supplicant @@ -75,6 +75,9 @@ $(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_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 cd $(DIR_APP)/wpa_supplicant && sed -e "s@/usr/local@/usr@g" -i Makefile cd $(DIR_APP)/wpa_supplicant && CFLAGS+=-I/usr/src/linux/include make && make install