From 0b2b8b5b9dde4efe79e57db10c115d5ba12123ce Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Thu, 18 Feb 2010 05:57:08 +0000 Subject: [PATCH] mii-tool: correct the dead urls SVN-Revision: 19702 --- net/mii-tool/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/mii-tool/Makefile b/net/mii-tool/Makefile index 366c37fc0..ca63fb391 100644 --- a/net/mii-tool/Makefile +++ b/net/mii-tool/Makefile @@ -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. # See /LICENSE for more information. @@ -12,7 +12,7 @@ PKG_VERSION:=1.9.1.1 PKG_RELEASE:=1 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 include $(INCLUDE_DIR)/package.mk @@ -21,7 +21,7 @@ define Package/mii-tool SECTION:=net CATEGORY:=Network TITLE:=configure media type using MII commands - URL:=http://freshmeat.net/redir/mii-tool/ + URL:=http://freshmeat.net/projects/mii-tool/ endef define Package/mii-tool/description @@ -33,7 +33,7 @@ endef MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -I. -idirafter ./include/" -define Package/mii-tool/install +define Package/mii-tool/install $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_BUILD_DIR)/mii-tool $(1)/usr/sbin/ endef -- 2.30.2