summaryrefslogtreecommitdiffstats
path: root/busybox.pkg
Commit message (Collapse)AuthorAgeFilesLines
* busybox.pkg/prerm: Check for OPKG_BUSYBOX_SAVEDPatrick McDermott2020-12-121-0/+6
|
* Remove *.busybox linksPatrick McDermott2020-12-102-2/+2
|
* Revert "busybox: Conflict with old opkg-lede"Patrick McDermott2020-12-081-1/+0
| | | | | | | | | | | | This partially reverts commit 310bb966527e72b1cd884f1efcb0e62481c01e15. opkg-lede apparently doesn't support versioned conflicts: Upgrading busybox on root from 1.21.1-13 to 1.32.0-1... Collected errors: * check_conflicts_for: The following packages conflict with busybox: * check_conflicts_for: opkg-lede * * opkg_install_cmd: Cannot install package busybox.
* busybox: Conflict with old opkg-ledePatrick McDermott2020-12-081-0/+1
|
* busybox: Organize into section "util"Patrick McDermott2020-11-061-0/+1
|
* busybox: Depend on wolfutil for wget "OpenSSL"Patrick McDermott2020-11-061-1/+1
| | | | | opkhelper-3.0 (>= 3.1.3) is needed for proper newline termination of substvars files by oh-shlibdeps.
* busybox: Use oh-shlibdepsPatrick McDermott2020-11-041-1/+1
|
* update-alternatives all the thingsPatrick McDermott2020-11-042-5/+9
|
* Add /init symbolic linkP. J. McDermott2016-01-241-0/+1
| | | | This is needed when packing ProteanOS in an initramfs.
* busybox: Depend on libc.6P. J. McDermott2014-09-231-0/+1
|
* Allow services to be disabled by default.P. J. McDermott2014-06-252-7/+8
| | | | Disable telnetd.
* busybox: Don't provide /var/www/index.html.P. J. McDermott2014-06-252-14/+10
|
* Generate /etc/network/interfaces at boot.P. J. McDermott2014-06-141-10/+0
|
* Let users modify /var/www/index.html.P. J. McDermott2014-06-051-0/+14
|
* busybox.pkg/postinst: Do scripts after net ifaces.P. J. McDermott2014-06-031-10/+10
|
* busybox.pkg/prerm: Fix stdin for init scripts.P. J. McDermott2014-06-031-2/+2
|
* busybox.pkg/postinst: Fix stdin for init scripts.P. J. McDermott2014-06-031-2/+2
|
* busybox.pkg/postinst: Add "\n" to /etc/rc.policy.P. J. McDermott2014-06-031-2/+2
|
* s/-e/-f/ in maintainer scripts.P. J. McDermott2014-06-032-3/+3
|
* busybox.pkg/postinst: Fix network interface names.P. J. McDermott2014-06-031-1/+1
|
* busybox.pkg/postinst: Enable services on install.P. J. McDermott2014-06-031-1/+3
| | | | Do nothing on upgrade. Respect the user's configuration.
* busybox.pkg/prerm: s/remove/upgrade/.P. J. McDermott2014-06-031-2/+1
| | | | | | busybox is Essential, so it can't be removed. Also, don't disable services. Respect the user's configuration.
* busybox.pkg/prerm: Stop and disable services.P. J. McDermott2014-06-031-0/+6
|
* busybox.pkg/postinst: Start services.P. J. McDermott2014-06-031-0/+1
|
* Conditionally disable service starting.P. J. McDermott2014-06-021-0/+7
|
* Make most of the /etc/rc.d/ links at install time.P. J. McDermott2014-06-021-0/+5
|
* Make /etc/network/ hierarchy.P. J. McDermott2014-05-191-0/+10
|
* busybox: Make essential.P. J. McDermott2014-03-131-0/+1
|
* busybox: Rewrite Description.P. J. McDermott2014-03-111-2/+7
|
* busybox.pkg/prerm: Protect [ command from "-".P. J. McDermott2014-03-111-1/+1
|
* Simplify maintainer scripts.P. J. McDermott2014-02-192-7/+3
| | | | | Populate /usr/share/busybox/alternatives at build time with only the files actually installed.
* Unify alternatives lists into one file.P. J. McDermott2014-02-192-16/+2
| | | | This file is used at build time and install/remove time.
* Refactor update-alternatives stuff into loops.P. J. McDermott2014-02-192-16/+25
|
* Manage /usr/bin/mkpasswd with update-alternatives.P. J. McDermott2014-02-192-0/+3
| | | | This is also provided by expect-doc.
* Manage /usr/bin/awk with update-alternatives.P. J. McDermott2013-09-082-0/+2
| | | | This is also provided by gawk.
* busybox: Install new files in /etc and /var.P. J. McDermott2013-08-081-0/+2
|
* Manage clear and reset with update-alternatives.P. J. McDermott2013-08-042-0/+6
| | | | These are also provided by ncurses-bin.
* busybox: Remove ar alternative on package removal.P. J. McDermott2013-08-041-0/+1
|
* Manage /usr/bin/strings with update-alternatives.P. J. McDermott2013-06-022-1/+3
|
* Manage /usr/bin/ar with update-alternatives.P. J. McDermott2013-05-272-0/+10
|
* Update packaging to SPF 2.0.P. J. McDermott2012-10-203-3/+4
| | | | Also, add self to maintainers.
* Initial commit.P. J. McDermott2012-04-292-0/+7
Package from Joe, plus modifications by P. J.