|
|
@@ -6,6 +6,7 @@
|
|
|
|
|
|
config KERNEL_BUILD_USER
|
|
|
string "Custom Kernel Build User Name"
|
|
|
+ default "builder" if BUILDBOT
|
|
|
default ""
|
|
|
help
|
|
|
Sets the Kernel build user string, which for example will be returned
|
|
|
@@ -14,6 +15,7 @@ config KERNEL_BUILD_USER
|
|
|
|
|
|
config KERNEL_BUILD_DOMAIN
|
|
|
string "Custom Kernel Build Domain Name"
|
|
|
+ default "buildhost" if BUILDBOT
|
|
|
default ""
|
|
|
help
|
|
|
Sets the Kernel build domain string, which for example will be
|