]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Added kqemu to give the qemu more speed.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 1 Mar 2008 19:03:58 +0000 (19:03 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 1 Mar 2008 19:03:58 +0000 (19:03 +0000)
This will be delivered with core 9.

git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1244 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/rootfiles/common/apache2
config/rootfiles/common/kqemu [new file with mode: 0644]
config/rootfiles/core/9/files
doc/packages-list.txt
lfs/Config
lfs/kqemu [new file with mode: 0644]
make.sh

index 5fe29310528f8be90c33661a093285ebb6e93c37..e45c856f5c4304535fbf9ddb0afee32b921aa9df 100644 (file)
@@ -1658,6 +1658,6 @@ srv/web/ipfire/html
 #srv/web/ipfire/html/themes/ipfire/include/colours.txt
 #srv/web/ipfire/html/themes/ipfire/include/functions.pl
 #srv/web/ipfire/html/themes/ipfire/include/style.css
-/var/updatecache
 #srv/web/ipfire/html/updatecache/download
 #srv/web/ipfire/html/updatecache/metadata
+var/updatecache
diff --git a/config/rootfiles/common/kqemu b/config/rootfiles/common/kqemu
new file mode 100644 (file)
index 0000000..a1210f6
--- /dev/null
@@ -0,0 +1,2 @@
+lib/modules/KVER-ipfire/misc/kqemu.ko
+lib/modules/KVER-ipfire-smp/misc/kqemu.ko
index bc947fe8328352d76bfd72dd40584ac55cc3d6cf..d4df9b3e9a7f5e95b8ae883afc739d2e5856faf8 100644 (file)
@@ -1,3 +1,5 @@
+lib/modules/2.6.16.57-ipfire/misc/kqemu.ko
+lib/modules/2.6.16.57-ipfire-smp/misc/kqemu.ko
 sbin/hdparm
 usr/lib/collectd
 usr/sbin/collectd
index e6677f2b63a9b5a1473db3af0dea622fd5efea39..7349ca0ddbb24102b18976bb51ae32151497a475 100644 (file)
 * jpegsrc.v6b
 * kbd-1.12
 * klibc-1.5
+* kqemu-1.3.0pre11
 * kudzu-1.2.64
 * l7-protocols-2007-10-10
 * lame-3.97
index 109eec3693c691d087b9a8c6b9c564089eacd77a..39fd5eafcf9dab3f782d1f4d3eca87660f8c8c4f 100644 (file)
@@ -185,11 +185,14 @@ define PAK
                cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh \
                /install/packages/package; \
        fi
-       sed -e "s/KVER/$(KVER)/g" < /usr/src/config/rootfiles/packages/$(PROG) > /install/packages/package/ROOTFILES 
+       cp -v /usr/src/config/rootfiles/packages/$(PROG) /install/packages/package/ROOTFILES
+       sed -e 's/KVER/$(KVER)/g' -i /install/packages/package/ROOTFILES
        chmod 755 /install/packages/package/{{,un}install,update}.sh
        cd / && tar cf /install/packages/package/files --files-from=/install/packages/package/ROOTFILES --exclude='#*' \
                --preserve --numeric-owner
-       -cat /install/packages/package/ROOTFILES | grep -v "#" > /install/packages/package/ROOTFILES 
+       if grep -q '#' < /install/packages/package/ROOTFILES; then \
+               cat /install/packages/package/ROOTFILES | grep -v "#" > /install/packages/package/ROOTFILES; \
+       fi
        cd /install/packages/package && tar cf ../$(PROG)-$(VER)-$(PAK_VER).ipfire --files-from=/usr/src/src/paks/files
        rm -rf /install/packages/package
        sed -e s/NAME/$(PROG)/g \
diff --git a/lfs/kqemu b/lfs/kqemu
new file mode 100644 (file)
index 0000000..7f07dd2
--- /dev/null
+++ b/lfs/kqemu
@@ -0,0 +1,93 @@
+###############################################################################
+#                                                                             #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+#                                                                             #
+# This program is free software: you can redistribute it and/or modify        #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# This program is distributed in the hope that it will be useful,             #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include Config
+
+VER        = 1.3.0pre11
+
+THISAPP    = kqemu-$(VER)
+DL_FILE    = $(THISAPP).tar.gz
+DL_FROM    = $(URL_IPFIRE)
+DIR_APP    = $(DIR_SRC)/$(THISAPP)
+ifeq "$(SMP)" "1"
+       TARGET     = $(DIR_INFO)/$(THISAPP)-smp
+else
+       TARGET     = $(DIR_INFO)/$(THISAPP)
+endif
+
+
+###############################################################################
+# Top-level Rules
+###############################################################################
+
+objects = $(DL_FILE)
+
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
+
+$(DL_FILE)_MD5 = 970521874ef8b1ba4598925ace5936c3
+
+install : $(TARGET)
+
+check : $(patsubst %,$(DIR_CHK)/%,$(objects))
+
+download :$(patsubst %,$(DIR_DL)/%,$(objects))
+
+md5 : $(subst %,%_MD5,$(objects))
+
+dist: 
+       $(PAK)
+
+###############################################################################
+# Downloading, checking, md5sum
+###############################################################################
+
+$(patsubst %,$(DIR_CHK)/%,$(objects)) :
+       @$(CHECK)
+
+$(patsubst %,$(DIR_DL)/%,$(objects)) :
+       @$(LOAD)
+
+$(subst %,%_MD5,$(objects)) :
+       @$(MD5)
+
+###############################################################################
+# Installation Details
+###############################################################################
+
+$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
+       @$(PREBUILD)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       
+ifeq "$(SMP)" "1"
+       cd $(DIR_APP) && ./configure --prefix=/usr --kernel-path=/lib/modules/$(KVER)-ipfire-smp/build/
+       cd $(DIR_APP) && make $(MAKETUNING)
+       cd $(DIR_APP) && install -m 644 kqemu.ko /lib/modules/$(KVER)-ipfire-smp/misc/
+else
+       cd $(DIR_APP) && ./configure --prefix=/usr --kernel-path=/lib/modules/$(KVER)-ipfire/build/
+       cd $(DIR_APP) && make $(MAKETUNING)
+       cd $(DIR_APP) && install -m 644 kqemu.ko /lib/modules/$(KVER)-ipfire/misc/
+endif
+       
+       @rm -rf $(DIR_APP)
+       @$(POSTBUILD)
diff --git a/make.sh b/make.sh
index f022e2b4f6e330f794f1fc22add3ff10ad2a2a5a..fc1dd42da89a0ad03c15f60aaa3251a416b104be 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -326,8 +326,9 @@ buildipfire() {
   ipfiremake zaptel                    SMP=1
   ipfiremake r8169                     SMP=1
   ipfiremake r8168                     SMP=1
-  ipfiremake mcs7830                   SMP=1
-  ipfiremake atl1                      SMP=1
+  ipfiremake mcs7830           SMP=1
+  ipfiremake atl1                              SMP=1
+  ipfiremake kqemu                     SMP=1
   ipfiremake linux
   ipfiremake ipp2p
   ipfiremake zaptel
@@ -335,6 +336,7 @@ buildipfire() {
   ipfiremake r8168
   ipfiremake mcs7830
   ipfiremake atl1
+  ipfiremake kqemu
   ipfiremake pkg-config
   ipfiremake linux-atm
   ipfiremake cpio