aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-04 06:07:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-07-04 06:07:45 +0000
commit9aaf68d665eb1c03e2d89d5381b0f798f826cca6 (patch)
tree2e4a152bca1e0499f4e86e3cf75cbd73a7058643
parentc77bedb0aebcd5197774b2e85139ceaf78d4f74b (diff)
downloadupstream-9aaf68d665eb1c03e2d89d5381b0f798f826cca6.tar.gz
upstream-9aaf68d665eb1c03e2d89d5381b0f798f826cca6.tar.bz2
upstream-9aaf68d665eb1c03e2d89d5381b0f798f826cca6.zip
AA: hotplug2: use source hosted by OpenWrt as the original source is down
The SVN server used so far seems to have gone down as of 07/2014, so let's just use the source tarball mirrored by OpenWrt. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41503 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/hotplug2/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile
index e8483ddc7e..05134c23b1 100644
--- a/package/hotplug2/Makefile
+++ b/package/hotplug2/Makefile
@@ -12,13 +12,9 @@ PKG_REV:=201
PKG_VERSION:=$(PKG_REV)
PKG_RELEASE:=4
-PKG_SOURCE_PROTO:=svn
-PKG_SOURCE_VERSION:=$(PKG_REV)
-PKG_SOURCE_SUBDIR:=hotplug2-$(PKG_VERSION)
-PKG_SOURCE_URL:=http://svn.nomi.cz/svn/isteve/hotplug2
-PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
-#PKG_SOURCE_URL:=http://isteve.bofh.cz/~isteve/hotplug2
-#PKG_MD5SUM:=ea2c01d027b4002e4e6b0ff266f51a51
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/
+PKG_MD5SUM:=7bab8ba67555a8400424f3c92ec67579
include $(INCLUDE_DIR)/package.mk