diff options
author | Andy Boyett <agb@openwrt.org> | 2008-10-04 10:27:06 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2008-10-04 10:27:06 +0000 |
commit | b743aa01879939a941b643c4ca502b10ec5de51f (patch) | |
tree | c0e3a319d832b764f80444df10cf100753c9515a /package | |
parent | 6f0f17a1c29800f5c3b82a153d103472e1b626f3 (diff) | |
download | upstream-b743aa01879939a941b643c4ca502b10ec5de51f.tar.gz upstream-b743aa01879939a941b643c4ca502b10ec5de51f.tar.bz2 upstream-b743aa01879939a941b643c4ca502b10ec5de51f.zip |
[opkg] use gzipped package lists
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12849 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/opkg/files/opkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/files/opkg.conf b/package/opkg/files/opkg.conf index f7f96fe2b6..35451a0d37 100644 --- a/package/opkg/files/opkg.conf +++ b/package/opkg/files/opkg.conf @@ -1,4 +1,4 @@ -src snapshots http://downloads.openwrt.org/snapshots/$S/packages +src/gz snapshots http://downloads.openwrt.org/snapshots/$S/packages dest root / dest ram /tmp lists_dir ext /var/opkg-lists |