From cbde9ff446351257ebbedf128b8ecbfff639650c Mon Sep 17 00:00:00 2001 From: Markham Date: Sun, 22 Nov 2015 13:12:15 +0100 Subject: [PATCH] customize wpa_supplicant --- Makefile | 5 +++++ doc/config.example | 3 +++ 2 files changed, 8 insertions(+) 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 ########################################################### -- 2.39.5