From efa46e7fdaceaf5544d2a7954577b8da2dc3b8b6 Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Tue, 29 Jul 2008 03:36:23 +0000 Subject: [PATCH 1/1] [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 SVN-Revision: 11982 --- package/base-files/files/etc/ipkg.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base-files/files/etc/ipkg.conf b/package/base-files/files/etc/ipkg.conf index 8c7c943ca4..c6c9dc717b 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 -- 2.30.2