From 56648644ad54b4bfa1b030c71a43a1a82059bb7f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 4 Oct 2011 19:28:22 +0200 Subject: [PATCH] fix build of linux-pae, linux-xen and xen-image --- .../rootfiles/packages/{i586 => }/linux-pae | 0 .../rootfiles/packages/{i586 => }/linux-xen | 0 lfs/linux | 1 - lfs/linux-pae | 1 + lfs/linux-xen | 33 ++++++++++++++++++- 5 files changed, 33 insertions(+), 2 deletions(-) rename config/rootfiles/packages/{i586 => }/linux-pae (100%) rename config/rootfiles/packages/{i586 => }/linux-xen (100%) mode change 120000 => 100644 lfs/linux-xen diff --git a/config/rootfiles/packages/i586/linux-pae b/config/rootfiles/packages/linux-pae similarity index 100% rename from config/rootfiles/packages/i586/linux-pae rename to config/rootfiles/packages/linux-pae diff --git a/config/rootfiles/packages/i586/linux-xen b/config/rootfiles/packages/linux-xen similarity index 100% rename from config/rootfiles/packages/i586/linux-xen rename to config/rootfiles/packages/linux-xen diff --git a/lfs/linux b/lfs/linux index 2c2cfb9065..25ff5daf40 100644 --- a/lfs/linux +++ b/lfs/linux @@ -34,7 +34,6 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS = -PROG = linux-xen PAK_VER = 19 DEPS = "" diff --git a/lfs/linux-pae b/lfs/linux-pae index d71a0cf944..9f73b93206 100644 --- a/lfs/linux-pae +++ b/lfs/linux-pae @@ -29,3 +29,4 @@ VER = kernel include linux PROG = linux-pae +ARCH = i586 diff --git a/lfs/linux-xen b/lfs/linux-xen deleted file mode 120000 index 9c52cb36f4..0000000000 --- a/lfs/linux-xen +++ /dev/null @@ -1 +0,0 @@ -linux \ No newline at end of file diff --git a/lfs/linux-xen b/lfs/linux-xen new file mode 100644 index 0000000000..c22e04ef2f --- /dev/null +++ b/lfs/linux-xen @@ -0,0 +1,32 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2010 IPFire Team # +# # +# 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 . # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = kernel + +include linux + +PROG = linux-xen +ARCH = i586 -- 2.39.5