diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-12-12 01:00:51 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-12-12 01:00:51 +0000 |
commit | 4eb907423a3997fe67c70155afedc000f53c861a (patch) | |
tree | 4cf2de35ea9cdb47d95b73b487971c898fee5fe0 /package/opkg/files | |
parent | c35ed149b965c7a9b1c643ccf0464661573771a6 (diff) | |
download | upstream-4eb907423a3997fe67c70155afedc000f53c861a.tar.gz upstream-4eb907423a3997fe67c70155afedc000f53c861a.tar.bz2 upstream-4eb907423a3997fe67c70155afedc000f53c861a.zip |
add a workaround preventing opkg to install anything on squashfs-based fs layouts after [13602]
SVN-Revision: 13611
Diffstat (limited to 'package/opkg/files')
-rw-r--r-- | package/opkg/files/opkg.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/opkg/files/opkg.conf b/package/opkg/files/opkg.conf index 35451a0d37..2ecf2a5c58 100644 --- a/package/opkg/files/opkg.conf +++ b/package/opkg/files/opkg.conf @@ -2,3 +2,6 @@ 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 |