summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/opkg/Makefile4
-rw-r--r--package/opkg/files/opkg.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index 8b1961985..eb9bd329c 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=opkg
PKG_REV:=4564
PKG_VERSION:=$(PKG_REV)
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
diff --git a/package/opkg/files/opkg.conf b/package/opkg/files/opkg.conf
index a0d333443..fb61d7a47 100644
--- a/package/opkg/files/opkg.conf
+++ b/package/opkg/files/opkg.conf
@@ -1,4 +1,4 @@
-src/gz snapshots http://downloads.openwrt.org/snapshots/$S/packages
+src/gz snapshots http://downloads.openwrt.org/snapshots/trunk/$S/packages
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists