summaryrefslogtreecommitdiffstats
path: root/opkg
Commit message (Collapse)AuthorAgeFilesLines
* opkg: Fix exit status on opkg-cl errorHEADmasterPatrick McDermott2023-09-251-1/+3
|
* opkg: Prefix cat command with busybox pathPatrick McDermott2020-12-091-2/+2
|
* 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