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 | 1133bfbf31f9fa8fc4f04595e385e7dc32aea18b (patch) | |
tree | 195acd34278937797851304012b0446442e1d7d8 | |
parent | 187b2023814f6ae532917d2fdf6dcdfd3a8d442c (diff) | |
download | upstream-1133bfbf31f9fa8fc4f04595e385e7dc32aea18b.tar.gz upstream-1133bfbf31f9fa8fc4f04595e385e7dc32aea18b.tar.bz2 upstream-1133bfbf31f9fa8fc4f04595e385e7dc32aea18b.zip |
add a workaround preventing opkg to install anything on squashfs-based fs layouts after [13602]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13611 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |