diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-05-10 00:27:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-05-10 00:27:37 +0000 |
commit | a7f96684e21d618cbf221a4691cf6dcff56a3382 (patch) | |
tree | 98c570d2861156bc37c1c57d3dd6d9424e6061b5 /target | |
parent | 96f8ab2796a3247e573444b8d094e2f4176b7133 (diff) | |
download | upstream-a7f96684e21d618cbf221a4691cf6dcff56a3382.tar.gz upstream-a7f96684e21d618cbf221a4691cf6dcff56a3382.tar.bz2 upstream-a7f96684e21d618cbf221a4691cf6dcff56a3382.zip |
fix ixp4xx npe microcode link (from #1634)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7153 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 501f39e2ee..17c0ab0d43 100644 --- a/target/linux/ixp4xx-2.6/image/Makefile +++ b/target/linux/ixp4xx-2.6/image/Makefile @@ -70,7 +70,7 @@ endef $(eval $(call Require,npe-ucode, \ You must manually download $(UCODEFILE) from \\\ - http://www.intel.com/design/network/products/npfamily/ixp400_current.htm \\\ + http://www.intel.com/design/network/products/npfamily/ixp400_archives.htm \\\ and put it in $(DL_DIR). \\\ You will need to agree to the Intel Public License to do so - please do read it! \ )) |