From: Stephen Walker Date: Thu, 18 Feb 2010 05:57:08 +0000 (+0000) Subject: [packages] mii-tool: correct the dead urls X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1624e5ff3522ad6648706979f76098b2086b2007 [packages] mii-tool: correct the dead urls SVN-Revision: 19702 --- diff --git a/net/mii-tool/Makefile b/net/mii-tool/Makefile index 366c37fc01..ca63fb391a 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