diff options
author | Andrew Wilcox <andy@protium.com> | 2008-01-16 18:35:53 +0000 |
---|---|---|
committer | Andrew Wilcox <andy@protium.com> | 2008-01-16 18:35:53 +0000 |
commit | 357976448f85ffff8a011309c86b3966d9d130e9 (patch) | |
tree | 9ef4e57535cd687571ee57fe02fee1e8daebb799 /conf/distro/openprotium.conf | |
parent | 7b1908898e237edd79e0dbd1196b85d8fcd2abb9 (diff) |
Make the FEED_ARCH selection a bit more intelligent.
Diffstat (limited to 'conf/distro/openprotium.conf')
-rw-r--r-- | conf/distro/openprotium.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/openprotium.conf b/conf/distro/openprotium.conf index 03115118ed..533b41526b 100644 --- a/conf/distro/openprotium.conf +++ b/conf/distro/openprotium.conf @@ -25,7 +25,8 @@ INHERIT += "debian multimachine" INHERIT += "package_ipk" IMAGE_FSTYPES = "jffs2 tar.gz" OPENPROTIUM_URI = "http://www.openprotium.org" -FEED_ARCH ?= ${PACKAGE_ARCH} +FEED_ARCH_storcenter = ppc603e +FEED_ARCH_turbostation = ppc603e FEED_URIS = "\ no-arch##${OPENPROTIUM_URI}/releases/${DISTRO_VERSION}/all \ base##${OPENPROTIUM_URI}/releases/${DISTRO_VERSION}/${FEED_ARCH} \ |