]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
changed collectd version to 4.4.3
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index c681d3e1a974364919a49bad17e692968e9405a8..09a9d0041b2cd476a3d067bfcf85f43cbac7ee66 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -344,9 +344,10 @@ buildipfire() {
 #  ipfiremake sane             KMOD=1  SMP=1
 #  ipfiremake openswan         KMOD=1  SMP=1
   ipfiremake linux
-#  ipfiremake linux-fusion
-  ipfiremake ipp2p
+  ipfiremake linux-fusion
   ipfiremake atl2
+  ipfiremake r8168
+  ipfiremake r8169
   ipfiremake kqemu
   ipfiremake v4l-dvb
   ipfiremake madwifi
@@ -416,7 +417,6 @@ buildipfire() {
   ipfiremake whatmask
   ipfiremake iptables
   ipfiremake libupnp
-  ipfiremake ipp2p                     IPT=1
   ipfiremake linux-igd
   ipfiremake ipaddr
   ipfiremake iptstate
@@ -454,6 +454,11 @@ buildipfire() {
   ipfiremake Text-Tabs+Wrap
   ipfiremake Locale-Country
   ipfiremake XML-Parser
+  ipfiremake python-setuptools
+  ipfiremake python-clientform
+  ipfiremake python-mechanize
+  ipfiremake python-feedparser
+  ipfiremake python-rssdler
   ipfiremake glib
   ipfiremake GeoIP
   ipfiremake fwhits
@@ -748,6 +753,11 @@ build)
 
        beautify build_stage "Building packages"
        buildpackages
+       
+       beautify build_stage "Checking Logfiles for new Files"
+       cd ..
+       tools/checknewlog.pl
+
        beautify build_end
        ;;
 shell)