diff options
author | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-27 23:15:55 +0000 |
---|---|---|
committer | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-27 23:15:55 +0000 |
commit | bdcf2e70945fbda44af25fca3fa9e3e8d5491f95 (patch) | |
tree | da90c8c4e171deefb25dfdd47ae974e154d5d3f3 /target/linux/ixp4xx-2.6/image/npe-ucode | |
parent | 8bfda76892a39c033b5abf2c17035a444fffad08 (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
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 |