diff options
-rw-r--r-- | conf/machine/ixp4xxbe.conf | 2 | ||||
-rw-r--r-- | conf/machine/ixp4xxle.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/ixp4xxbe.conf b/conf/machine/ixp4xxbe.conf index 756024a3a7..575886fba6 100644 --- a/conf/machine/ixp4xxbe.conf +++ b/conf/machine/ixp4xxbe.conf @@ -4,7 +4,7 @@ TARGET_ARCH = "armeb" -PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb" +PACKAGE_EXTRA_ARCHS = "armv5eb" require conf/machine/include/ixp4xx.inc diff --git a/conf/machine/ixp4xxle.conf b/conf/machine/ixp4xxle.conf index 622db3ec27..d823c08a67 100644 --- a/conf/machine/ixp4xxle.conf +++ b/conf/machine/ixp4xxle.conf @@ -4,7 +4,7 @@ TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" +PACKAGE_EXTRA_ARCHS = "armv5e" require conf/machine/include/ixp4xx.inc |