diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-16 14:50:52 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-16 14:50:52 +0000 |
commit | 9422e6ad7be3cc57c95efea2ed2e5b719c04382a (patch) | |
tree | f15bfbce0821edf2da714e14b22b589cbf9f4eb3 /package/bridge/Makefile | |
parent | c722ca1f1068572dd5f0a953f53887944b465b51 (diff) |
use another mirror, this mirror is down
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@381 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bridge/Makefile')
-rw-r--r-- | package/bridge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bridge/Makefile b/package/bridge/Makefile index 708666cd3b..2f3f4c6301 100644 --- a/package/bridge/Makefile +++ b/package/bridge/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bridge PKG_VERSION:=1.0.4 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://umn.dl.sourceforge.net/sourceforge/bridge +PKG_SOURCE_URL:=http://unc.dl.sourceforge.net/sourceforge/bridge PKG_SOURCE:=bridge-utils-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/bridge-utils-$(PKG_VERSION) PKG_CAT:=zcat |