summaryrefslogtreecommitdiffstats
path: root/opkg
Commit message (Collapse)AuthorAgeFilesLines
* opkg: Save /bin/busybox and make linksPatrick McDermott2020-11-221-1/+44
| | | | | | | | | This works around a regression in opkg-lede that thoroughly breaks upgrading the busybox package and also allows all of busybox's utility links to be managed using update-alternatives. /bin/busybox is copied instead of hard linked, because /var might be on a separate file system (e.g. tmpfs).
* opkg: New multiarch support wrapper scriptPatrick McDermott2020-06-181-0/+90