diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-05 22:48:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-05 22:48:55 +0000 |
commit | 7fc789fcd727b104b62e5149fc241246541aa2a8 (patch) | |
tree | 0c9bcadcd68420b30a6f6cd5f0a03f7a4fe2cd75 /conf | |
parent | 832249d58f122e4698f371d716a8f430607e7526 (diff) |
angstrom: add support for h6300
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 9e6cdc186d..be6bed9f9a 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,7 +8,7 @@ #DISTRO_VERSION = "2007.1" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "7" +DISTRO_REVISION = "8" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -24,6 +24,7 @@ FEED_ARCH ?= ${TARGET_ARCH} #armv4t machines FEED_ARCH_ep93xx = "armv4t" +FEED_ARCH_h6300 = "armv4t" #armv5t machines |