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 | b9222805f03bfc41e6b13a1c7081569913512e49 (patch) | |
tree | 7a39da9813c3fc5e9b13834e67177bfa1208e0af /package/opkg/files/opkg.conf | |
parent | 6928d7321de7b65f344907f8b427d8576c77f914 (diff) | |
download | mtk-20170518-b9222805f03bfc41e6b13a1c7081569913512e49.zip mtk-20170518-b9222805f03bfc41e6b13a1c7081569913512e49.tar.gz mtk-20170518-b9222805f03bfc41e6b13a1c7081569913512e49.tar.bz2 |
use gzipped package lists
SVN-Revision: 12849
Diffstat (limited to 'package/opkg/files/opkg.conf')
-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 f7f96fe..35451a0 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 |