diff options
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r-- | conf/distro/openslug.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 936ff82511..54a464204d 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -4,7 +4,7 @@ DISTRO_NAME = "OpenSlug" DISTRO_VERSION = "1.7-beta" -DISTRO_TYPE = "beta" +DISTRO_TYPE ?= "beta" TARGET_FPU = "soft" TARGET_OS = "linux" |