add a workaround preventing opkg to install anything on squashfs-based fs layouts...
[openwrt.git] / package / opkg / files / opkg.conf
index f7f96fe..2ecf2a5 100644 (file)
@@ -1,4 +1,7 @@
-src snapshots http://downloads.openwrt.org/snapshots/$S/packages
+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
This page took 0.021806 seconds and 4 git commands to generate.