diff options
Diffstat (limited to 'conf/machine/ep93xx.conf')
-rw-r--r-- | conf/machine/ep93xx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 82905dd089..67efb585c1 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -4,7 +4,7 @@ TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv4t" +PACKAGE_EXTRA_ARCHS = "armv4t" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" |