diff options
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 e7f2aa204a..1d7b04e24e 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_EXTRA_ARCHS = "armv4 armv5te" +PACKAGE_EXTRA_ARCHS = "armv4 armv5te" MACHINE_KERNEL_VERSION ?= "2.6" include conf/machine/include/tosa-${MACHINE_KERNEL_VERSION}.conf |