diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-25 00:56:25 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-25 00:56:25 +0000 |
commit | e9d1bf5df5a1a4f155de9598890d7415f0632842 (patch) | |
tree | 762eff0236b25a171992b969982f9c9cc311471a /package/base-files/default | |
parent | c323e9679a4336a73513be910a775f479ba5ec45 (diff) | |
download | upstream-e9d1bf5df5a1a4f155de9598890d7415f0632842.tar.gz upstream-e9d1bf5df5a1a4f155de9598890d7415f0632842.tar.bz2 upstream-e9d1bf5df5a1a4f155de9598890d7415f0632842.zip |
change ipkg.conf to use snapshots
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2765 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default')
-rw-r--r-- | package/base-files/default/etc/ipkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/default/etc/ipkg.conf b/package/base-files/default/etc/ipkg.conf index 3867213313..2931d2cf80 100644 --- a/package/base-files/default/etc/ipkg.conf +++ b/package/base-files/default/etc/ipkg.conf @@ -1,3 +1,3 @@ -src experimental http://openwrt.org/downloads/experimental/bin/packages +src snapshots http://openwrt.org/downloads/snapshots/$S/packages dest root / dest ram /tmp |