]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
customize wpa_supplicant
authorMarkham <markham001@gmx.de>
Sun, 22 Nov 2015 12:12:15 +0000 (13:12 +0100)
committerMarkham <markham001@gmx.de>
Sun, 22 Nov 2015 12:12:15 +0000 (13:12 +0100)
Makefile
doc/config.example

index cb6d20023d0b70d4ad0fc29eee8bfe306aa77522..f0e146e0d7bbc2bfdbd19f4f367151b00c3a8455 100755 (executable)
--- 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 \
index 2856d6fb8375bfb4306e18c816e4eafd69b7965a..3bcd21afcdd545336391e1c8a86c51eec4bfa41c 100755 (executable)
@@ -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 ###########################################################