aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/opkg/patches/240-fix-force-checksum-for-sha256.patch
Commit message (Collapse)AuthorAgeFilesLines
* opkg: switch to own fork to improve memory usageJo-Philipp Wich2017-02-191-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 SHA256John Crispin2015-06-051-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