From 9ab20bcc3cd6bb7d94876897b0c95351b50ae5c7 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 4 Oct 2011 22:16:04 +0200 Subject: [PATCH] fix kernel package skipping on arm. --- lfs/linux-pae | 2 +- lfs/linux-xen | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/linux-pae b/lfs/linux-pae index 9f73b9320..bb62c46f1 100644 --- a/lfs/linux-pae +++ b/lfs/linux-pae @@ -29,4 +29,4 @@ VER = kernel include linux PROG = linux-pae -ARCH = i586 +SUP_ARCH = i586 diff --git a/lfs/linux-xen b/lfs/linux-xen index c22e04ef2..356fc8f84 100644 --- a/lfs/linux-xen +++ b/lfs/linux-xen @@ -29,4 +29,4 @@ VER = kernel include linux PROG = linux-xen -ARCH = i586 +SUP_ARCH = i586