diff options
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/shr.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index b99c895dc2..74526d0296 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -25,8 +25,8 @@ DISTRO_NAME = "shr" DISTRO_VERSION = "-${DATE}" DISTRO_REVISION = "2" DISTRO_PR = ".4" -#DISTRO_TYPE = "release" -DISTRO_TYPE = "debug" +DISTRO_TYPE = "release" +#DISTRO_TYPE = "debug" DISTRO = "shr" DISTRO_SSH_DAEMON = "openssh" |