armv7hl,aarch64: re-enable kernel-modules-extra temporarily

This commit is contained in:
Kyle McMartin 2013-10-22 10:15:32 -04:00
parent 5205fba7a0
commit 00fe90bb52

View File

@ -391,7 +391,6 @@ Summary: The Linux kernel
%define with_perf 0 %define with_perf 0
%define with_tools 0 %define with_tools 0
%endif %endif
%define with_extra 0
%endif %endif
%ifarch aarch64 %ifarch aarch64
@ -401,7 +400,6 @@ Summary: The Linux kernel
%define make_target Image.gz %define make_target Image.gz
%define kernel_image arch/arm64/boot/Image.gz %define kernel_image arch/arm64/boot/Image.gz
%define image_install_path boot %define image_install_path boot
%define with_extra 0
%endif %endif
# Should make listnewconfig fail if there's config options # Should make listnewconfig fail if there's config options
@ -2264,6 +2262,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %changelog
* Tue Oct 22 2013 Kyle McMartin <kyle@fedoraproject.org>
- armv7hl,aarch64: re-enable kernel-modules-extra temporarily
* Tue Oct 22 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc6.git1.1 * Tue Oct 22 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc6.git1.1
- Linux v3.12-rc6-57-g69c88dc - Linux v3.12-rc6-57-g69c88dc
- Reenable debugging options. - Reenable debugging options.