]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - make.sh
Added esniper.
[people/teissler/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 7a178837491b8d05926993d4c9c0265d232a0bfc..fb98ff00433eb74b234d1f9f767c9ed6bee8587d 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`
 
@@ -340,8 +340,8 @@ buildipfire() {
   ipfiremake atl1                      SMP=1
   ipfiremake dm9601                    SMP=1
   ipfiremake kqemu                     SMP=1
+  ipfiremake v4l-dvb                   SMP=1
   ipfiremake sane              KMOD=1  SMP=1
-  ipfiremake linux-fusion              SMP=1
   ipfiremake linux
   ipfiremake ipp2p
   ipfiremake zaptel
@@ -351,9 +351,8 @@ buildipfire() {
   ipfiremake atl1
   ipfiremake dm9601
   ipfiremake kqemu
+  ipfiremake v4l-dvb
   ipfiremake sane              KMOD=1
-  ipfiremake linux-fusion
-  ipfiremake madwifi
   ipfiremake pkg-config
   ipfiremake linux-atm
   ipfiremake cpio
@@ -556,8 +555,6 @@ buildipfire() {
   ipfiremake teamspeak
   ipfiremake elinks
   ipfiremake igmpproxy
-  ipfiremake directfb
-  ipfiremake dfb++
   ipfiremake sdl
   ipfiremake qemu
   ipfiremake sane
@@ -576,8 +573,7 @@ buildipfire() {
   ipfiremake git
   ipfiremake squidclamav
   ipfiremake bc
-  ipfiremake wpa_supplicant
-  ipfiremake hostapd
+  ipfiremake esniper
 }
 
 buildinstaller() {