summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx-2.6
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-02 12:03:43 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-02 12:03:43 +0000
commit41fb1c432b0daa193e33a915c30130bdf4a5a042 (patch)
tree63d86404fbe1eea8286771bb859d8931895e41be /target/linux/ixp4xx-2.6
parent01aef2e93b45b3c32f7c360003491c4d9c542dbd (diff)
upgrade npe microcode to v2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7079 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6')
-rw-r--r--target/linux/ixp4xx-2.6/image/Makefile2
-rw-r--r--target/linux/ixp4xx-2.6/image/npe-ucode/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ixp4xx-2.6/image/Makefile b/target/linux/ixp4xx-2.6/image/Makefile
index 9a259aa82..501f39e2e 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_2.zip
+UCODEFILE:=IPL_ixp400NpeLibrary-2_4.zip
define Require/npe-ucode
[ -f $(DL_DIR)/$(UCODEFILE) ]
diff --git a/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile b/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile
index 9ec1e1269..b5181e81e 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.2
+PKG_VERSION:=2.4
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE:=IPL_ixp400NpeLibrary-2_3_2.zip
+PKG_SOURCE:=IPL_ixp400NpeLibrary-2_4.zip
include $(INCLUDE_DIR)/package.mk