summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-27 23:15:55 +0000
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-27 23:15:55 +0000
commitbdcf2e70945fbda44af25fca3fa9e3e8d5491f95 (patch)
treeda90c8c4e171deefb25dfdd47ae974e154d5d3f3
parent8bfda76892a39c033b5abf2c17035a444fffad08 (diff)
ixp4xx-2.6/npe-ucode: Updated to version 2.3.2 of the microcode.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7063 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ixp4xx-2.6/image/Makefile3
-rw-r--r--target/linux/ixp4xx-2.6/image/npe-ucode/Makefile4
2 files changed, 3 insertions, 4 deletions
diff --git a/target/linux/ixp4xx-2.6/image/Makefile b/target/linux/ixp4xx-2.6/image/Makefile
index 617bc15c2..9a259aa82 100644
--- a/target/linux/ixp4xx-2.6/image/Makefile
+++ b/target/linux/ixp4xx-2.6/image/Makefile
@@ -62,7 +62,7 @@ endef
$(eval $(call BuildImage))
-UCODEFILE:=IPL_ixp400NpeLibrary-2_3.zip
+UCODEFILE:=IPL_ixp400NpeLibrary-2_3_2.zip
define Require/npe-ucode
[ -f $(DL_DIR)/$(UCODEFILE) ]
@@ -74,4 +74,3 @@ $(eval $(call Require,npe-ucode, \
and put it in $(DL_DIR). \\\
You will need to agree to the Intel Public License to do so - please do read it! \
))
-
diff --git a/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile b/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile
index 4559f5680..9ec1e1269 100644
--- a/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile
+++ b/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile
@@ -9,11 +9,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=npe-ucode
-PKG_VERSION:=2.3
+PKG_VERSION:=2.3.2
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE:=IPL_ixp400NpeLibrary-2_3.zip
+PKG_SOURCE:=IPL_ixp400NpeLibrary-2_3_2.zip
include $(INCLUDE_DIR)/package.mk