mirror of
https://abf.rosa.ru/djam/kernel-6.6.git
synced 2025-02-25 11:52:46 +00:00
fixed russian symbols in configs, enabled more flavours
This commit is contained in:
parent
8de80957ea
commit
af1a69734e
2 changed files with 7 additions and 8 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,6 +1,5 @@
|
|||
sources:
|
||||
linux-3.10.19-rosa666.tar.xz: 8b75881e3bd70b21422b1b0c4dc605b9fe1ade19
|
||||
linux-3.10.19-rosa69.tar.xz: b19b0768eeaa664a9c45dc9b50915c0cc9c0c9ac
|
||||
linux-3.10.19-rosa666.tar.xz: 994d7df779ee717d99b80df213b1a6cccd6607d8
|
||||
linux-3.10.tar.sign: 3d28ba603aca8015c1f5a3eca799fc849a576ac8
|
||||
linux-3.10.tar.xz: a649d5c15f68ccbae1c4863e357bdc48da4cc0b4
|
||||
patch-3.10.19.bz2: 11762d1c92b60b35779f3931460dc8cb817729c9
|
||||
|
|
|
@ -105,13 +105,13 @@ Packager: Nicolo' Costanza <abitrules@yahoo.it>
|
|||
%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: Nicolo' Costanza <abitrules@yahoo.it>
|
|||
%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)
|
||||
|
|
Loading…
Add table
Reference in a new issue