From be82bb8cc9f99215bac2de6636f808c6d2c1dca6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 15 May 2012 10:23:43 -0500 Subject: [PATCH] do not build a up kernel on armv5tel --- kernel.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kernel.spec b/kernel.spec index 28a5e8637..9203aed3b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -413,6 +413,9 @@ Summary: The Linux kernel %define kernel_image arch/arm/boot/zImage # we only build headers/perf/tools on the base arm arches # just like we used to only build them on i386 for x86 +%ifarch armv5tel +%define with_up 0 +%endif %ifnarch armv5tel armv7hl %define with_headers 0 %define with_perf 0 @@ -2332,6 +2335,9 @@ fi # ||----w | # || || %changelog +* Tue May 15 2012 Dennis Gilmore +- dont build a up kernel on armv5tel + * Tue May 15 2012 Josh Boyer - 3.4.0-0.rc7.git1.1 - Fixup atl1c register programming (rhbz 749276) - Linux v3.4-rc7-21-gb6255ee