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 | 0212ef08bd1af96a0e34782d3a7affa7d03fbe4d (patch) | |
tree | 63596c884719c0806f641705ec60d611b1bb4a46 /target/linux/ixp4xx-2.6/image/Makefile | |
parent | 4dbda7734f20b6b1798923aecfbb15a725c7d61b (diff) | |
download | upstream-0212ef08bd1af96a0e34782d3a7affa7d03fbe4d.tar.gz upstream-0212ef08bd1af96a0e34782d3a7affa7d03fbe4d.tar.bz2 upstream-0212ef08bd1af96a0e34782d3a7affa7d03fbe4d.zip |
ixp4xx-2.6/npe-ucode: Updated to version 2.3.2 of the microcode.
SVN-Revision: 7063
Diffstat (limited to 'target/linux/ixp4xx-2.6/image/Makefile')
-rw-r--r-- | target/linux/ixp4xx-2.6/image/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ixp4xx-2.6/image/Makefile b/target/linux/ixp4xx-2.6/image/Makefile index 617bc15c20..9a259aa82a 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.zip +UCODEFILE:=IPL_ixp400NpeLibrary-2_3_2.zip define Require/npe-ucode [ -f $(DL_DIR)/$(UCODEFILE) ] @@ -74,4 +74,3 @@ $(eval $(call Require,npe-ucode, \ and put it in $(DL_DIR). \\\ You will need to agree to the Intel Public License to do so - please do read it! \ )) - |