diff options
author | Andy Boyett <agb@openwrt.org> | 2009-05-17 16:49:50 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-05-17 16:49:50 +0000 |
commit | 0a0bddcf31d5acb80bc1e55f06aaba12f0d60a8c (patch) | |
tree | caba48d9d7393b56a219a3c7117fbd7861e22716 /package | |
parent | ec06808220159c86e6dbbd868ba4305648f2cae9 (diff) | |
download | upstream-0a0bddcf31d5acb80bc1e55f06aaba12f0d60a8c.tar.gz upstream-0a0bddcf31d5acb80bc1e55f06aaba12f0d60a8c.tar.bz2 upstream-0a0bddcf31d5acb80bc1e55f06aaba12f0d60a8c.zip |
[opkg] opkg.conf: update trunk snapshots url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15899 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/opkg/Makefile | 4 | ||||
-rw-r--r-- | package/opkg/files/opkg.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile index 8b1961985e..eb9bd329c9 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 a0d3334431..fb61d7a470 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 |