]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
Introduced access point feature.
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index caf9acc3bcd5d4acf5640367464d3272fc84a0fa..7a178837491b8d05926993d4c9c0265d232a0bfc 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`
 
@@ -341,6 +341,7 @@ buildipfire() {
   ipfiremake dm9601                    SMP=1
   ipfiremake kqemu                     SMP=1
   ipfiremake sane              KMOD=1  SMP=1
+  ipfiremake linux-fusion              SMP=1
   ipfiremake linux
   ipfiremake ipp2p
   ipfiremake zaptel
@@ -351,6 +352,8 @@ buildipfire() {
   ipfiremake dm9601
   ipfiremake kqemu
   ipfiremake sane              KMOD=1
+  ipfiremake linux-fusion
+  ipfiremake madwifi
   ipfiremake pkg-config
   ipfiremake linux-atm
   ipfiremake cpio
@@ -517,7 +520,6 @@ buildipfire() {
   ipfiremake mpc
   ipfiremake xvid
   ipfiremake libmpeg2
-  ipfiremake videolan
   ipfiremake cmake
   ipfiremake libpri
   ipfiremake asterisk
@@ -554,6 +556,8 @@ buildipfire() {
   ipfiremake teamspeak
   ipfiremake elinks
   ipfiremake igmpproxy
+  ipfiremake directfb
+  ipfiremake dfb++
   ipfiremake sdl
   ipfiremake qemu
   ipfiremake sane
@@ -566,11 +570,14 @@ buildipfire() {
   ipfiremake fontconfig
   ipfiremake freefont
   ipfiremake ffmpeg
+  ipfiremake videolan
   ipfiremake vdr
   ipfiremake w_scan
   ipfiremake git
   ipfiremake squidclamav
   ipfiremake bc
+  ipfiremake wpa_supplicant
+  ipfiremake hostapd
 }
 
 buildinstaller() {