diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-12-15 13:11:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-12-15 13:11:12 +0000 |
commit | 2fd3702308f7efdd45843fdbce64b156cfca7004 (patch) | |
tree | 0b57cec1a0cee78de0f69c58fa80a866c0b57f75 /package/opkg/files | |
parent | 2e89b6fa76f059a3ad67a57cf9eccec4350d2f3c (diff) | |
download | master-187ad058-2fd3702308f7efdd45843fdbce64b156cfca7004.tar.gz master-187ad058-2fd3702308f7efdd45843fdbce64b156cfca7004.tar.bz2 master-187ad058-2fd3702308f7efdd45843fdbce64b156cfca7004.zip |
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')
-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 |