diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-05-02 12:03:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-05-02 12:03:43 +0000 |
commit | 73494b473e77083f2184be294d75cdaec8c75b7d (patch) | |
tree | 6e7ef93feca1ab6a4ceff8c093befe5b4005ba0c | |
parent | dda5964af5ed43d59c1380878a8ef00b72720c9c (diff) | |
download | mtk-20170518-73494b473e77083f2184be294d75cdaec8c75b7d.zip mtk-20170518-73494b473e77083f2184be294d75cdaec8c75b7d.tar.gz mtk-20170518-73494b473e77083f2184be294d75cdaec8c75b7d.tar.bz2 |
upgrade npe microcode to v2.4
SVN-Revision: 7079
-rw-r--r-- | target/linux/ixp4xx-2.6/image/Makefile | 2 | ||||
-rw-r--r-- | target/linux/ixp4xx-2.6/image/npe-ucode/Makefile | 4 |
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 9a259aa..501f39e 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 9ec1e12..b5181e8 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 |