summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 1 insertions, 8 deletions
diff --git a/kernel.spec b/kernel.spec
index 8ca41c185..43c8bfa3d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -25,7 +25,6 @@ Summary: The Linux kernel
%endif
# define buildid .local
-%define buildid .pi1
# baserelease defines which build revision of this kernel version we're
# building. We used to call this fedora_build, but the magical name
@@ -294,7 +293,7 @@ Summary: The Linux kernel
%define kernel_mflags KALLSYMS_EXTRA_PASS=1
# we only build headers/perf/tools on the base arm arches
# just like we used to only build them on i386 for x86
-%ifnarch armv6hl armv7hl
+%ifnarch armv7hl
%define with_headers 0
%define with_cross_headers 0
%define with_perf 0
@@ -415,7 +414,6 @@ Source15: merge.pl
Source16: mod-extra.list
Source17: mod-extra.sh
Source18: mod-sign.sh
-Source89: filter-armv6hl.sh
Source90: filter-x86_64.sh
Source91: filter-armv7hl.sh
Source92: filter-i686.sh
@@ -454,8 +452,6 @@ Source101: config-armv7-generic
Source102: config-armv7
Source103: config-armv7-lpae
-Source105: config-armv6
-
Source110: config-arm64
# This file is intentionally left empty in the stock kernel. Its a nicety
@@ -2178,9 +2174,6 @@ fi
#
#
%changelog
-* Tue Apr 26 2016 Lubomir Rintel <lkundrak@v3.sk> - 4.5.1-300.pi1
-- Build for bcm2835/rpi
-
* Tue Apr 26 2016 Justin M. Forbes <jforbes@fedoraproject.org>
- Change CONFIG_DW_DMAC to built-in to fix sound on some intel platforms
This needs to be revisited later.