summaryrefslogtreecommitdiff
path: root/package/system/opkg/patches/007-force_static.patch
Commit message (Collapse)AuthorAgeFilesLines
* opkg: switch to own fork to improve memory usageJo-Philipp Wich2017-02-191-71/+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-5/+5
| | | | | | | | 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 build variant with signature supportSteven Barth2013-09-261-8/+8
| | | | SVN-Revision: 38220
* packages: clean up the package folderJohn Crispin2013-06-211-0/+71
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007