]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/linux2
core69: add kernel update to core updater.
[people/teissler/ipfire-2.x.git] / lfs / linux2
index 9bedd535d5d1268a005aa7686a99f7e2d5d46f85..e8ab5eff19ba1e7d172a1b426185d799b442db31 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2012  IPFire Team <info@ipfire.org>                      #
+# Copyright (C) 2007-2013  IPFire Team <info@ipfire.org>                      #
 #                                                                             #
 # 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        #
@@ -34,7 +34,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 CFLAGS     =
 CXXFLAGS   =
 
-PAK_VER    = 21
+PAK_VER    = 26
 DEPS      = ""
 
 # Normal build or XEN build.
@@ -51,7 +51,7 @@ else
        HEADERS_PREFIX = /usr
 endif
 else
-       TARGET = $(DIR_INFO)/linux-$(VER)-$(VERSUFIX)
+       TARGET = $(DIR_INFO)/linux-xen-$(VER)-$(VERSUFIX)
 endif
 
 ifeq "$(MACHINE_TYPE)" "arm"
@@ -139,9 +139,6 @@ else
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32-imq-test2.patch
 endif
 
-       # Not report deprecated syscall 1.23 (for kudzu)
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.25.18-not_report_sysctl_1.23.patch
-
        # Reiser4 (don't check if fail (some patches are already in xen patchset)
        -cd $(DIR_APP) && bzcat $(DIR_DL)/reiser4-for-2.6.32.patch.bz2 | patch -Np1