mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 12:51:40 +00:00
Change building targets on few boards
This commit is contained in:
parent
7ddbcd0fd1
commit
e2e215f0cf
3 changed files with 3 additions and 5 deletions
|
@ -9,7 +9,7 @@ CPUMIN="240000"
|
|||
CPUMAX="1200000"
|
||||
#
|
||||
KERNEL_TARGET="default,next,dev"
|
||||
CLI_TARGET="jessie,xenial:default"
|
||||
CLI_TARGET="stretch:next"
|
||||
DESKTOP_TARGET="xenial:default"
|
||||
#
|
||||
CLI_BETA_TARGET=""
|
||||
|
|
|
@ -9,7 +9,7 @@ CPUMIN="240000"
|
|||
CPUMAX="1200000"
|
||||
#
|
||||
KERNEL_TARGET="default,next,dev"
|
||||
CLI_TARGET="jessie,xenial:default"
|
||||
CLI_TARGET="stretch:next"
|
||||
DESKTOP_TARGET="xenial:default"
|
||||
#
|
||||
CLI_BETA_TARGET=""
|
||||
|
|
|
@ -12,11 +12,9 @@ CPUMAX="816000"
|
|||
BUILD_DESKTOP="no"
|
||||
#
|
||||
KERNEL_TARGET="next,dev"
|
||||
CLI_TARGET=""
|
||||
DESKTOP_TARGET=""
|
||||
CLI_TARGET="stretch:next"
|
||||
#
|
||||
CLI_BETA_TARGET="stretch:next"
|
||||
DESKTOP_BETA_TARGET=""
|
||||
#
|
||||
RECOMMENDED="Debian_stretch_next_nightly:60"
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue