diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-19 15:14:48 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-19 15:14:48 +0000 |
commit | 68951232dd98b702ffd5f84f5fd8d4b4bc3f53d4 (patch) | |
tree | 158a3c658710ffd466f936e3031de5fc8017ff8a /openwrt | |
parent | a4266d796fca065e514e4e2298d458544b5af7e9 (diff) |
new url, reported by dumpedcore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@389 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/libelf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libelf/Makefile b/openwrt/package/libelf/Makefile index b7a4a6aed..65105697a 100644 --- a/openwrt/package/libelf/Makefile +++ b/openwrt/package/libelf/Makefile @@ -4,7 +4,7 @@ PKG_NAME := libelf PKG_VERSION := 0.8.5 PKG_RELEASE := 1 -PKG_SOURCE_SITE := http://www.stud.uni-hannover.de/~michael/software/ +PKG_SOURCE_SITE := http://www.mr511.de/software/ PKG_SOURCE_FILE := $(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_CAT := zcat PKG_SOURCE_DIR := $(PKG_NAME)-$(PKG_VERSION) |