diff options
author | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-28 19:02:45 +0000 |
---|---|---|
committer | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-28 19:02:45 +0000 |
commit | 555a7ba56ee73a04120205f23924ebc9519eaf84 (patch) | |
tree | 7763a13622fa11d88eae9bc147dd59e8c8097de7 /packages/ixp4xx/ixp4xx-npe_2.1.bb | |
parent | c0f3ad77a8078163959067e1b15e7b446fd0fa89 (diff) | |
parent | 025dcf03ba051ac356efbf128868a2283a6d940a (diff) |
merge of '1b21921e11ef943e73ab8419dbb13a2761967b0d'
and '313162366ea5bd1facacf8ae454aef9119a4eae0'
Diffstat (limited to 'packages/ixp4xx/ixp4xx-npe_2.1.bb')
-rw-r--r-- | packages/ixp4xx/ixp4xx-npe_2.1.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/ixp4xx/ixp4xx-npe_2.1.bb b/packages/ixp4xx/ixp4xx-npe_2.1.bb index c06b4c28fb..efeb0cbbba 100644 --- a/packages/ixp4xx/ixp4xx-npe_2.1.bb +++ b/packages/ixp4xx/ixp4xx-npe_2.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "NPE firmware for the IXP4xx line of devices" MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>" LICENSE = "Intel Public Licence" -PR = "r5" +PR = "r6" DEPENDS = "ixp4xx-npe-native" SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_1.zip" @@ -10,14 +10,14 @@ S = ${WORKDIR}/ixp400_xscale_sw/src/npeDl FILES_${PN} = "${base_libdir}/firmware/NPE-B" do_compile() { - if test '${ARCH_BYTE_SEX}' = be - then +# if test '${ARCH_BYTE_SEX}' = be +# then ${STAGING_BINDIR}/IxNpeMicrocode-${PV} -be - fi - if test '${ARCH_BYTE_SEX}' = le - then - ${STAGING_BINDIR}/IxNpeMicrocode-${PV} -le - fi +# fi +# if test '${ARCH_BYTE_SEX}' = le +# then +# ${STAGING_BINDIR}/IxNpeMicrocode-${PV} -le +# fi } do_install() { |