From: Arne Fitzenreiter Date: Tue, 4 Oct 2011 20:16:04 +0000 (+0200) Subject: fix kernel package skipping on arm. X-Git-Tag: v2.9-core54~13^2~36^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ab20bcc3cd6bb7d94876897b0c95351b50ae5c7;p=ipfire-2.x.git fix kernel package skipping on arm. --- diff --git a/lfs/linux-pae b/lfs/linux-pae index 9f73b93206..bb62c46f1e 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 c22e04ef2f..356fc8f84c 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