mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 18:42:55 +00:00
Updated kernel-3.10.19-1.spec
This commit is contained in:
parent
dc291263e2
commit
3f77f1bae4
1 changed files with 8 additions and 8 deletions
|
@ -89,7 +89,7 @@ Packager: Nicolo' Costanza <abitrules@yahoo.it>
|
|||
%define debug_package %{nil}
|
||||
|
||||
# Build defines
|
||||
%define build_doc 1
|
||||
%define build_doc 1
|
||||
%define build_source 1
|
||||
%define build_devel 1
|
||||
|
||||
|
@ -111,7 +111,7 @@ Packager: Nicolo' Costanza <abitrules@yahoo.it>
|
|||
%define build_netbook 0
|
||||
|
||||
# Build server (i686 / 64GB)/x86_64 / sparc64 sets
|
||||
%define build_server 0
|
||||
%define build_server 1
|
||||
|
||||
# Build desktop686 pae (i686 / 64GB)
|
||||
%ifarch %{ix86}
|
||||
|
@ -129,24 +129,24 @@ Packager: Nicolo' Costanza <abitrules@yahoo.it>
|
|||
|
||||
# Build nrj desktop586 (i586 / 4GB)
|
||||
%ifarch %{ix86}
|
||||
%define build_nrj_desktop586 0
|
||||
%define build_nrj_desktop586 0
|
||||
%endif
|
||||
|
||||
# Build nrj desktop (i686 / 4GB) / x86_64 / sparc64 sets
|
||||
%define build_nrj_desktop 1
|
||||
|
||||
# Build nrj realtime (i686 / 4GB) / x86_64
|
||||
%define build_nrj_realtime 0
|
||||
%define build_nrj_realtime 1
|
||||
|
||||
# Build nrj laptop (i686 / 4GB) / x86_64
|
||||
%define build_nrj_laptop 0
|
||||
%define build_nrj_laptop 1
|
||||
|
||||
# Build nrj netbook (i686 / 4GB) / x86_64
|
||||
%define build_nrj_netbook 0
|
||||
%define build_nrj_netbook 1
|
||||
|
||||
# Build nrj desktop pae (i686 / 64GB)
|
||||
%ifarch %{ix86}
|
||||
%define build_nrj_desktop_pae 0
|
||||
%define build_nrj_desktop_pae 1
|
||||
%endif
|
||||
|
||||
# Build nrj realtime pae (i686 / 64GB)
|
||||
|
@ -156,7 +156,7 @@ Packager: Nicolo' Costanza <abitrules@yahoo.it>
|
|||
|
||||
# Build nrj laptop pae (i686 / 64GB)
|
||||
%ifarch %{ix86}
|
||||
%define build_nrj_laptop_pae 0
|
||||
%define build_nrj_laptop_pae 1
|
||||
%endif
|
||||
|
||||
# Build nrj netbook686 pae (i686 / 64GB)
|
||||
|
|
Loading…
Add table
Reference in a new issue