diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-26 23:41:32 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-26 23:41:32 +0000 |
commit | 4ec7ccd1b4fa3d0baa624c87a9b5231cec5cc150 (patch) | |
tree | 021bcd46cc41ebd4c12a8ccdb13beaab3753241d /conf/machine/tosa.conf | |
parent | 424977ce1e33827adc938d74d8d289e0a5d2a631 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/27 00:39:29+01:00 vanille.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into allanon.vanille.de:/home/mickey/openembedded
2005/03/27 00:39:12+01:00 vanille.de!mickeyl
fix tosa IPKG_ARCH
BKrev: 4245f32ch2S_pyXN8BIUjD-4K6KmGw
Diffstat (limited to 'conf/machine/tosa.conf')
-rw-r--r-- | conf/machine/tosa.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index f742bed742..2a9c2b42c8 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the PXA255 based Sharp Zaurus SL-6000 device TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm ${MACHINE}" +IPKG_ARCHS = "IPKG_ARCHS = "all arm armv4 armv5te tosa" KERNEL_VERSION ?= "2.4" include conf/machine/tosa-${KERNEL_VERSION}.conf |