diff options
author | agb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-29 03:36:23 +0000 |
---|---|---|
committer | agb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-29 03:36:23 +0000 |
commit | 9e2f5f52c98b6d51df2ae54ddb980bacfdb5e1c3 (patch) | |
tree | 7f34b983f94f41a07521e1851c1f0fd6f0b4fe34 | |
parent | 0ec8fc138340b72203c106de7f66d07c10c86cc5 (diff) |
[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
-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 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 |