From 4eb907423a3997fe67c70155afedc000f53c861a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 12 Dec 2008 01:00:51 +0000 Subject: add a workaround preventing opkg to install anything on squashfs-based fs layouts after [13602] SVN-Revision: 13611 --- package/opkg/files/opkg.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/opkg') 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 -- cgit v1.2.3