upgrade npe microcode to v2.4
authorImre Kaloz <kaloz@openwrt.org>
Wed, 2 May 2007 12:03:43 +0000 (12:03 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Wed, 2 May 2007 12:03:43 +0000 (12:03 +0000)
SVN-Revision: 7079

target/linux/ixp4xx-2.6/image/Makefile
target/linux/ixp4xx-2.6/image/npe-ucode/Makefile

index 9a259aa82ae909ee107a17a7273bf89edfc52fbb..501f39e2eed60c33ea6881689b77de52d7ebd947 100644 (file)
@@ -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) ]
index 9ec1e126983184db7565e8ecc2b07803b5c4e62e..b5181e81e6238defdf6adb71297e012f16c2d4f1 100644 (file)
@@ -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