summaryrefslogtreecommitdiff
path: root/package/system/opkg/patches/200-usign_support.patch
Commit message (Collapse)AuthorAgeFilesLines
* opkg: switch to own fork to improve memory usageJo-Philipp Wich2017-02-191-91/+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: set PKG_UPGRADE also when running scripts for the old packageJonas Gorski2016-11-211-1/+1
| | | | | | | | Allow scripts from the package to be upgraded to be aware of being upgraded. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> Acked-by: Jo-Philipp Wich <jo@mein.io>
* opkg: add patch for supporting signature checking through usignFelix Fietkau2015-04-061-0/+91
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45284