diff options
author | Oliver Smith <ollieparanoid@bitmessage.ch> | 2017-06-07 19:45:39 +0200 |
---|---|---|
committer | Oliver Smith <ollieparanoid@bitmessage.ch> | 2017-06-07 19:45:39 +0200 |
commit | 23f4c6bd6c0c8c8f616facad94865e7961cdfb2d (patch) | |
tree | 936889a3d8e1e8e2f25ceba11d814bdeed04b50d /main/busybox/busybox.trigger | |
parent | 4fe0d91c731fa63f14312e4253ad5b2331bd3311 (diff) | |
download | aports-23f4c6bd6c0c8c8f616facad94865e7961cdfb2d.tar.bz2 aports-23f4c6bd6c0c8c8f616facad94865e7961cdfb2d.tar.xz |
main/busybox: add subpackage busybox-extras
The following programs have been moved from busybox to -extras:
ftpget, ftpput, telnet, tftp, ftpd, httpd
New programs in -extras: telnetd, tftpd
Diffstat (limited to 'main/busybox/busybox.trigger')
-rw-r--r-- | main/busybox/busybox.trigger | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/busybox/busybox.trigger b/main/busybox/busybox.trigger index c9f90591f5..2a7535e18e 100644 --- a/main/busybox/busybox.trigger +++ b/main/busybox/busybox.trigger @@ -15,5 +15,6 @@ done if [ -n "$do_bb_install" ]; then [ -e /bin/bbsuid ] && /bin/bbsuid --install + [ -e /bin/busybux-extras ] && /bin/busybox-extras --install -s /bin/busybox --install -s fi |