diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-04-27 23:15:55 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-04-27 23:15:55 +0000 |
commit | b63212e0a6cc6fbc554a2b593f79d89126bf7222 (patch) | |
tree | da90c8c4e171deefb25dfdd47ae974e154d5d3f3 /target/linux/ixp4xx-2.6/image/npe-ucode | |
parent | 1290a3a81d7908cd6abd103560c35163bd90227c (diff) | |
download | upstream-b63212e0a6cc6fbc554a2b593f79d89126bf7222.tar.gz upstream-b63212e0a6cc6fbc554a2b593f79d89126bf7222.tar.bz2 upstream-b63212e0a6cc6fbc554a2b593f79d89126bf7222.zip |
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
Diffstat (limited to 'target/linux/ixp4xx-2.6/image/npe-ucode')
-rw-r--r-- | target/linux/ixp4xx-2.6/image/npe-ucode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile b/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile index 4559f56804..9ec1e12698 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 |