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"
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() {
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_3.zip"
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() {
# http://trac.nslu2-linux.org/kernel/
#
# The revision that is pulled from SVN is specified below
-IXP4XX_KERNEL_SVN_REV = "435"
+IXP4XX_KERNEL_SVN_REV = "438"
#
# Increment the number below (i.e. the digits after PR) when
# the changes in SVN between revisions include changes in the
echo "boot: loading modules required for disk boot"
loaddiskmods
# waiting for disk (FIXME)
- sleep=5
+ sleep=6
test "$sleep" -gt 0 && sleep "$sleep"
#
# fire the boot
LICENSE = "GPL"
DEPENDS = "base-files devio"
RDEPENDS = "busybox devio"
-PR = "r70"
+PR = "r71"
SRC_URI = "file://boot/flash \
file://boot/disk \