diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-08-10 11:19:36 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2006-08-10 11:19:36 +0000 |
commit | 98d7fa04b70bd199a1b14b90a03080be6b4b31bd (patch) | |
tree | 0f14a22627e1252eb56031d46464dc9c1915eed3 /conf | |
parent | aabb547f6c0ba99b31c4bbf82ac4c22a6d2fdc8a (diff) | |
parent | acf11906444349f247ce12f3529cdc2c8d1c6561 (diff) |
merge of 5c865738b86de25a1967c923136fa0cc3cb3e3f7
and d0c77a4c4d72b3036720b36aef3ddce852ccccda
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/angstrom.inc | 2 | ||||
-rw-r--r-- | conf/distro/maemo-1.0.conf | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 8203c000f7..9c2679aff1 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -9,7 +9,7 @@ DISTRO_NAME = "Angstrom" ANGSTROM_URI = "http://www.angstrom-distribution.org" #Set the default maintainer to angstrom-dev -MAINTAINER = "Angstrom Developers <angstrom-dev@handhelds.org>" +MAINTAINER = "Angstrom Developers <angstrom-dev@linuxtogo.org>" #use ipkg package format with debian style naming #use multimachine buildrules diff --git a/conf/distro/maemo-1.0.conf b/conf/distro/maemo-1.0.conf index f10e89ce89..b8592fdf68 100644 --- a/conf/distro/maemo-1.0.conf +++ b/conf/distro/maemo-1.0.conf @@ -8,9 +8,7 @@ DISTRO_TYPE = "debug" #DISTRO_TYPE = "release" FEED_URIS += " \ - base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ - updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates" - + " #SRCDATE = 20050331 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" |