diff options
author | Andy Boyett <agb@openwrt.org> | 2008-07-29 03:36:23 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2008-07-29 03:36:23 +0000 |
commit | 2ddbb426c884d53498aa024de767b5dede4ebb9f (patch) | |
tree | 880a052fd5f0153e98499f78c8905fe28793f17c /package/base-files/files/etc/ipkg.conf | |
parent | 6b045c7dc690a2626248c925cb80cc1717987cc7 (diff) | |
download | mtk-20170518-2ddbb426c884d53498aa024de767b5dede4ebb9f.zip mtk-20170518-2ddbb426c884d53498aa024de767b5dede4ebb9f.tar.gz mtk-20170518-2ddbb426c884d53498aa024de767b5dede4ebb9f.tar.bz2 |
Move packages lists to the ramdisk to save flash space - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each boot before packages can be installed from feeds
SVN-Revision: 11982
Diffstat (limited to 'package/base-files/files/etc/ipkg.conf')
-rw-r--r-- | package/base-files/files/etc/ipkg.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/ipkg.conf b/package/base-files/files/etc/ipkg.conf index 8c7c943..c6c9dc7 100644 --- a/package/base-files/files/etc/ipkg.conf +++ b/package/base-files/files/etc/ipkg.conf @@ -1,3 +1,4 @@ src snapshots http://downloads.openwrt.org/snapshots/$S/packages dest root / dest ram /tmp +lists_dir ext /var/ipkg-lists |