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 | 7e66f3864765c0691ed9684fb8a5d216b8040543 (patch) | |
tree | 875ba8d5047c2a57f22d193073012bd5584d4311 /package/opkg/files/opkg.conf | |
parent | 50781f3a8bcfe8138de7231a98ef4e6c05c408be (diff) | |
download | mtk-20170518-7e66f3864765c0691ed9684fb8a5d216b8040543.zip mtk-20170518-7e66f3864765c0691ed9684fb8a5d216b8040543.tar.gz mtk-20170518-7e66f3864765c0691ed9684fb8a5d216b8040543.tar.bz2 |
add a patch helping available storage space detection, remove workaround from [13611], bump release number
SVN-Revision: 13650
Diffstat (limited to 'package/opkg/files/opkg.conf')
-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 2ecf2a5..a0d3334 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 |