diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-12 01:00:51 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-12 01:00:51 +0000 |
commit | 1176e088170c86235a065b8356349b765fbd2927 (patch) | |
tree | 195acd34278937797851304012b0446442e1d7d8 /package | |
parent | c3bcc0c54cfd41b8673421d8402e4dfe7bd24ac8 (diff) |
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
Diffstat (limited to 'package')
-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 35451a0d3..2ecf2a5c5 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 |