]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
Revert "Introduced access point feature."
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 13002c6a1df98be7dbedcf94ce76098e1019b8e8..98fc8b6658be845153696a52cf8df3575bbe506c 100755 (executable)
--- a/make.sh
+++ b/make.sh
 ############################################################################
 #
 
 ############################################################################
 #
 
-NAME="IPFire"                          # Software name
-SNAME="ipfire"                         # Short name
-VERSION="2.1"                          # Version number
-SLOGAN="www.ipfire.org"                        # Software slogan
-CONFIG_ROOT=/var/ipfire                        # Configuration rootdir
-NICE=10                                        # Nice level
-MAX_RETRIES=1                          # prefetch/check loop
+NAME="IPFire"                                                                          # Software name
+SNAME="ipfire"                                                                 # Short name
+VERSION="2.1"                                                                          # Version number
+SLOGAN="www.ipfire.org"                                        # Software slogan
+CONFIG_ROOT=/var/ipfire                                        # Configuration rootdir
+NICE=10                                                                                                        # Nice level
+MAX_RETRIES=1                                                                          # prefetch/check loop
 KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
 MACHINE=`uname -m`
 
 KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
 MACHINE=`uname -m`
 
@@ -351,7 +351,6 @@ buildipfire() {
   ipfiremake dm9601
   ipfiremake kqemu
   ipfiremake sane              KMOD=1
   ipfiremake dm9601
   ipfiremake kqemu
   ipfiremake sane              KMOD=1
-  ipfiremake madwifi
   ipfiremake pkg-config
   ipfiremake linux-atm
   ipfiremake cpio
   ipfiremake pkg-config
   ipfiremake linux-atm
   ipfiremake cpio
@@ -572,8 +571,6 @@ buildipfire() {
   ipfiremake git
   ipfiremake squidclamav
   ipfiremake bc
   ipfiremake git
   ipfiremake squidclamav
   ipfiremake bc
-  ipfiremake wpa_supplicant
-  ipfiremake hostapd
 }
 
 buildinstaller() {
 }
 
 buildinstaller() {