From: Markham Date: Sun, 22 Nov 2015 12:12:15 +0000 (+0100) Subject: customize wpa_supplicant X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=cbde9ff446351257ebbedf128b8ecbfff639650c;p=bs-cst-neutrino-hd.git customize wpa_supplicant --- diff --git a/Makefile b/Makefile index cb6d200..f0e146e 100755 --- a/Makefile +++ b/Makefile @@ -167,6 +167,11 @@ neutrino-libs: # applications.mk applications: $(MAKE) $(D)/procps $(D)/busybox $(D)/e2fsprogs $(D)/hotplug $(D)/fbshot $(D)/vsftpd $(D)/flashcp + if [ $(WIFI) = "yes" ]; then \ + $(MAKE) $(D)/wpa_supplicant; \ + else \ + true; \ + fi if [ $(LCD4LINUX) = "yes" ]; then \ $(MAKE) $(D)/lcd4linux; \ else \ diff --git a/doc/config.example b/doc/config.example index 2856d6f..3bcd21a 100755 --- a/doc/config.example +++ b/doc/config.example @@ -112,6 +112,9 @@ MULTIMEDIA=no #Choose your own SKEL_ROOT_DIR (optional), define SKEL_ROOT_DIR=path_to_my_skel-root-dir # SKEL_ROOT_DIR= +# choose if you want to use WIFI (optional, define WIFI=yes/no +WIFI=no + ########################################################################################### ### PART 4 # PLUGINS # OPTIONAL ###########################################################