diff options
author | Brice Goglin <brice@myri.com> | 2006-09-06 03:58:50 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-06 17:04:26 +0200 |
commit | d279490543ee4e7c51371eb605b578ab47f45305 (patch) | |
tree | 45217be4f3e2b6938d7b330cda6eb0a9a2cedf12 | |
parent | Linux 2.6.18-rc6 (diff) | |
download | linux-d279490543ee4e7c51371eb605b578ab47f45305.tar.xz linux-d279490543ee4e7c51371eb605b578ab47f45305.zip |
[PATCH] myri10ge: update the firmware download URL in Kconfig
Update the firmware download URL in Kconfig to match the header
in drivers/net/myri10ge/myri10ge.c.
Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 30b3671d833d..a2bd8119270e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2393,7 +2393,7 @@ config MYRI10GE you will need a newer firmware image. You may get this image or more information, at: - <http://www.myri.com/Myri-10G/> + <http://www.myri.com/scs/download-Myri10GE.html> To compile this driver as a module, choose M here and read <file:Documentation/networking/net-modules.txt>. The module |