diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-18 17:49:30 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-18 17:49:30 +0000 |
commit | 071a9b8f76a5c031cdf5a0b3b11278cf8fdce1d6 (patch) | |
tree | 04fe3fd6f9cb88b633ecbd5474554af24283806e /conf/distro | |
parent | 614c4bbaf31f91751763192acf657dc03668da1e (diff) |
angstrom-2007.1.conf: Allow to set DISTRO_TYPE in local.conf.
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 94d4b3f954..b367b3f142 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -13,7 +13,7 @@ DISTRO_REVISION = "33" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc -DISTRO_TYPE = "debug" +DISTRO_TYPE ?= "debug" #DISTRO_TYPE = "release" # Ship just basic locale by default. Locales are big (~1Mb uncompr.), so |