diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-15 13:11:12 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-15 13:11:12 +0000 |
commit | 6016a11077df92bae00a15bcbd7cc3ad8912d90e (patch) | |
tree | 0b57cec1a0cee78de0f69c58fa80a866c0b57f75 /package/opkg/files/opkg.conf | |
parent | 346f19f3f1ad840030862be314f6adfcee5f99c4 (diff) |
add a patch helping available storage space detection, remove workaround from [13611], bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13650 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/files/opkg.conf')
-rw-r--r-- | package/opkg/files/opkg.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/opkg/files/opkg.conf b/package/opkg/files/opkg.conf index 2ecf2a5c58..a0d3334431 100644 --- a/package/opkg/files/opkg.conf +++ b/package/opkg/files/opkg.conf @@ -2,6 +2,4 @@ src/gz snapshots http://downloads.openwrt.org/snapshots/$S/packages dest root / dest ram /tmp lists_dir ext /var/opkg-lists -# XXX: disable checking for available storage space until we -# figure how to do it properly on all fs layouts -option force_space +option overlay_root /jffs |