Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | opkg: switch to own fork to improve memory usage | Jo-Philipp Wich | 2017-02-19 | 1 | -31/+0 |
| | | | | | | | | | | Switch to our own fork of opkg to significantly reduce the required amount of memory when updating lists or installing packages. Preliminary tests showed a usage drop of about 90% during these operations, from ~3.7MB with unmodified opkg to ~360KB with our custom fork. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | ||||
* | opkg: Fix --force-checksum when using SHA256 | John Crispin | 2015-06-05 | 1 | -0/+31 |
Allow installing packages with mismatching SHA256 checksums via $ opkg install --force-checksum $PACKAGE Signed-off-by: Florian Fieber <florian@florianfieber.de> SVN-Revision: 45904 |