From: agb Date: Tue, 29 Jul 2008 03:36:23 +0000 (+0000) Subject: [ipkg] Move packages lists to the ramdisk to save flash space X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/9e2f5f52c98b6d51df2ae54ddb980bacfdb5e1c3?ds=inline [ipkg] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11982 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/etc/ipkg.conf b/package/base-files/files/etc/ipkg.conf index 8c7c943ca..c6c9dc717 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