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 | 696294fb0c5fd94deb5a65ab4d555b5a3f1da30a (patch) | |
tree | 63d86404fbe1eea8286771bb859d8931895e41be /target/linux/ixp4xx-2.6/image/Makefile | |
parent | 7bd3cbe14cefa4d407669faae032937f7a308a31 (diff) | |
download | master-187ad058-696294fb0c5fd94deb5a65ab4d555b5a3f1da30a.tar.gz master-187ad058-696294fb0c5fd94deb5a65ab4d555b5a3f1da30a.tar.bz2 master-187ad058-696294fb0c5fd94deb5a65ab4d555b5a3f1da30a.zip |
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/image/Makefile')
-rw-r--r-- | target/linux/ixp4xx-2.6/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/image/Makefile b/target/linux/ixp4xx-2.6/image/Makefile index 9a259aa82a..501f39e2ee 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) ] |