diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-11-21 01:43:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-21 01:43:51 +0000 |
commit | 4cca214a4f0a1b0b00e50977119f3c796d6aa2e9 (patch) | |
tree | c5d150323ab60ffd759273a4cdd8911abe427204 /packages/ixp425-eth | |
parent | 0d2d69ed39038ada1a07216ec9f39670619edd7b (diff) |
ixp4xx, ixp425-eth: Updated latest versions to use staging/kernel-config instead of trying to work out the correct version number (which does not seem to be available to module.bb).
Diffstat (limited to 'packages/ixp425-eth')
-rw-r--r-- | packages/ixp425-eth/ixp400-eth_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ixp425-eth/ixp400-eth_1.5.bb b/packages/ixp425-eth/ixp400-eth_1.5.bb index 9564210917..86fef76c1d 100644 --- a/packages/ixp425-eth/ixp400-eth_1.5.bb +++ b/packages/ixp425-eth/ixp400-eth_1.5.bb @@ -59,7 +59,7 @@ EXTRA_OEMAKE = "'PWD=${S}' \ # This is to check for unresolved symbol errors and ensure the build # fails, an error here probably means too much as been deconfigured # out of ixp4xx-csr. -KCONFIG_FILE = "${STAGING_KERNEL_DIR}/config-${KERNEL_VERSION}" +KCONFIG_FILE = "${STAGING_KERNEL_DIR}/kernel-config" do_compile_append () { . '${KCONFIG_FILE}' echo "MODPOST: checking that all symbols are resolved" |