[packages] mii-tool: correct the dead urls

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19702 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2010-02-18 05:57:08 +00:00
parent 524ea6932c
commit bd790c4e0e

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2006 OpenWrt.org # Copyright (C) 2006-2010 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -12,7 +12,7 @@ PKG_VERSION:=1.9.1.1
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://freshmeat.net/redir/mii-tool/59072/url_bz2/ PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
PKG_MD5SUM:=f65dbeb1c2392acffd4c94138b1f2e52 PKG_MD5SUM:=f65dbeb1c2392acffd4c94138b1f2e52
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -21,7 +21,7 @@ define Package/mii-tool
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=configure media type using MII commands TITLE:=configure media type using MII commands
URL:=http://freshmeat.net/redir/mii-tool/ URL:=http://freshmeat.net/projects/mii-tool/
endef endef
define Package/mii-tool/description define Package/mii-tool/description