diff options
Diffstat (limited to 'packages/ixp425-eth/ixp400-eth_1.5.1.bb')
-rw-r--r-- | packages/ixp425-eth/ixp400-eth_1.5.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/ixp425-eth/ixp400-eth_1.5.1.bb b/packages/ixp425-eth/ixp400-eth_1.5.1.bb index 17a48e9b76..66e765940e 100644 --- a/packages/ixp425-eth/ixp400-eth_1.5.1.bb +++ b/packages/ixp425-eth/ixp400-eth_1.5.1.bb @@ -29,6 +29,7 @@ SRC_URI += "file://modprobe.conf" S = "${WORKDIR}" COMPATIBLE_HOST = "^arm.*-linux.*" +COMPATIBLE_MACHINE = "(nslu2|ixp4xx)" PROVIDES = "virtual/ixp-eth" RPROVIDES = "ixp-eth" @@ -38,7 +39,7 @@ inherit module # This is a somewhat arbitrary choice: OSAL_DIR = "${STAGING_KERNEL_DIR}/ixp_osal" -IX_TARGET = "linux${ARCH_BYTE_SEX}" +IX_TARGET = "linux${IXP4XX_MACHINE_ENDIAN}" IX_ENSURE = "" #IX_ENSURE = "-DIX_OSAL_ENSURE_ON=1" # The following controls the name of the ethernet devices which get |