aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/busybox.trigger
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: fix triggerNatanael Copa2020-01-151-2/+2
| | | | | | | fix case where depmod does not exists, which would result in printing readlink syntax. By passing "" we avoid that to happen. Aslo fix typo in comment
* main/busybox: avoid run depmod if kmod is installedNatanael Copa2019-12-171-1/+4
| | | | | dont run busybox depmod if we have kmod. This prevents us from running depmod twice.
* main/busybox: fix busybox-extras trigger, fix /bin/su suid problemWilliam Pitcock2017-06-111-1/+1
|
* main/busybox: add subpackage busybox-extrasOliver Smith2017-06-071-0/+1
| | | | | | | The following programs have been moved from busybox to -extras: ftpget, ftpput, telnet, tftp, ftpd, httpd New programs in -extras: telnetd, tftpd
* main/busybox: split package into core and suid subpackagesChristian Kampka2015-10-261-2/+1
|
* main/busybox: ship new bbsuid with this packageNatanael Copa2011-04-111-0/+1
| | | | | | | new bbsuid creates symlinks like busybox from the busybox trigger script. fixes #527
* main/busybox: fix for sort, don't depmod on kernel removalNatanael Copa2010-10-271-1/+5
|
* main/busybox: we need both .post-install and triggerNatanael Copa2009-08-181-0/+15
| | | | fixes #128
* Revert "main/busybox: use triggers in apk-tools"Natanael Copa2009-08-171-15/+0
| | | | | | | We need the .post-install and .post-upgrade scripts early, otherwise we break installscripts for all packages installed after busybox. This reverts commit 13f7afcb44ab3fc34ab250aa7df135e1cb684cac.
* main/busybox: use triggers in apk-toolsNatanael Copa2009-08-141-0/+15