mirror of
https://abf.rosa.ru/djam/kernel-5.10.git
synced 2025-02-24 17:22:50 +00:00
Enabled more flavours
This commit is contained in:
parent
89e18eb964
commit
3e97d2de22
1 changed files with 8 additions and 8 deletions
|
@ -105,13 +105,13 @@ Packager: Eugene Shatokhin <eugene.shatokhin@rosalab.ru>
|
|||
%endif
|
||||
|
||||
# Build desktop (i686 / 4GB) / x86_64 / sparc64 sets
|
||||
%define build_desktop 0
|
||||
%define build_desktop 1
|
||||
|
||||
# Build netbook (i686 / 4GB) / x86_64
|
||||
%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}
|
||||
|
@ -136,17 +136,17 @@ Packager: Eugene Shatokhin <eugene.shatokhin@rosalab.ru>
|
|||
%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
|
||||
# Build nrj netbook (i686 / 4GB) / x86_6
|
||||
%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: Eugene Shatokhin <eugene.shatokhin@rosalab.ru>
|
|||
|
||||
# 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