diff options
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! \ )) - |