[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:
parent
524ea6932c
commit
bd790c4e0e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user