Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | /etc/init.d/*: Fix file modes. | P. J. McDermott | 2013-08-08 | 4 | -0/+0 |
| | |||||
* | changelog: New upstream version. | P. J. McDermott | 2013-08-08 | 1 | -1/+1 |
| | |||||
* | /var/www/index.html: Rewrite. | P. J. McDermott | 2013-08-08 | 1 | -5/+5 |
| | |||||
* | changelog: Update. | P. J. McDermott | 2013-08-08 | 1 | -0/+2 |
| | |||||
* | /etc/init.d/rc: New file. | P. J. McDermott | 2013-08-08 | 1 | -0/+27 |
| | |||||
* | build: Test more specific CONFIG_MOUNT_* options. | P. J. McDermott | 2013-08-08 | 1 | -9/+9 |
| | |||||
* | /etc/init.d/mountkernfs: Rewrite. | P. J. McDermott | 2013-08-08 | 1 | -8/+18 |
| | |||||
* | /etc/init.d/mountall: Rewrite. | P. J. McDermott | 2013-08-08 | 1 | -3/+11 |
| | |||||
* | Rename sysfs init script to mountkernfs. | P. J. McDermott | 2013-08-08 | 2 | -1/+1 |
| | |||||
* | build: Install sysfs and mountall init scripts. | P. J. McDermott | 2013-08-08 | 1 | -0/+2 |
| | |||||
* | Add sysfs and mountall init scripts. | P. J. McDermott | 2013-08-08 | 2 | -0/+32 |
| | |||||
* | build: Install new klogd init script. | P. J. McDermott | 2013-08-08 | 1 | -0/+1 |
| | |||||
* | Rewrite init scripts. | P. J. McDermott | 2013-08-08 | 7 | -54/+150 |
| | |||||
* | busybox: Install new files in /etc and /var. | P. J. McDermott | 2013-08-08 | 1 | -0/+2 |
| | |||||
* | build: Install new files in /etc and /var. | P. J. McDermott | 2013-08-08 | 1 | -0/+25 |
| | |||||
* | Add "It works!" HTML page. | P. J. McDermott | 2013-08-08 | 1 | -0/+13 |
| | |||||
* | Add some init scripts. | P. J. McDermott | 2013-08-08 | 6 | -0/+132 |
| | |||||
* | Manage clear and reset with update-alternatives. | P. J. McDermott | 2013-08-04 | 3 | -0/+8 |
| | | | | These are also provided by ncurses-bin. | ||||
* | busybox: Remove ar alternative on package removal. | P. J. McDermott | 2013-08-04 | 1 | -0/+1 |
| | |||||
* | busybox.config: Disable CONFIG_FEATURE_INETD_RPC. | P. J. McDermott | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | busybox.config: Enable CONFIG_DESKTOP on dev plat. | P. J. McDermott | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | Enable CONFIG_GETOPT. | P. J. McDermott | 2013-06-03 | 1 | -1/+1 |
| | | | | fakeroot uses getopt. | ||||
* | Enable CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY. | P. J. McDermott | 2013-06-03 | 1 | -1/+1 |
| | | | | | The old GNU tar format is identified by a magic number of five NULs at 0x101. Apparently, archives in this format still exist (e.g. make-3.82.tar.gz). | ||||
* | Manage /usr/bin/strings with update-alternatives. | P. J. McDermott | 2013-06-02 | 4 | -1/+5 |
| | |||||
* | Manage /usr/bin/ar with update-alternatives. | P. J. McDermott | 2013-05-27 | 4 | -0/+12 |
| | |||||
* | changelog: Update. | P. J. McDermott | 2013-05-27 | 1 | -1/+4 |
| | |||||
* | Add patch to fix installation dir of man applet. | P. J. McDermott | 2013-05-26 | 1 | -0/+19 |
| | |||||
* | build: Delimit end of option args to oh-autobuild. | P. J. McDermott | 2013-05-26 | 1 | -1/+1 |
| | | | | | | | | Fixes: oh-autobuild -j ${JOBS:-1} Illegal option -j oh-autobuild: Error: Invalid option | ||||
* | Update .config to 1.21.0 and make dev-friendly. | P. J. McDermott | 2013-05-26 | 1 | -261/+290 |
| | | | | | | NB: This is just a convenience copy of busybox.config for development on non-ProteanOS systems. ob-installplatconf will still try to install this file from DATADIR/platconf/ (e.g. /usr/local/share/platconf/dev/busybox_1.21.0/). | ||||
* | .gitignore: New file. | P. J. McDermott | 2013-05-26 | 1 | -0/+11 |
| | |||||
* | changelog: New upstream version. | P. J. McDermott | 2013-05-26 | 1 | -1/+2 |
| | |||||
* | Remove old source archive. | P. J. McDermott | 2013-05-26 | 1 | -0/+0 |
| | |||||
* | Add public key to verify signed messages. | P. J. McDermott | 2013-05-26 | 1 | -0/+0 |
| | |||||
* | Add "source" target to download and verify source. | P. J. McDermott | 2013-05-26 | 2 | -0/+22 |
| | |||||
* | build: Add a "nop" target. | P. J. McDermott | 2013-05-26 | 1 | -0/+3 |
| | |||||
* | Build-Depend on config-busybox-${Host-Plat}. | P. J. McDermott | 2013-05-26 | 1 | -1/+1 |
| | |||||
* | build: Make use of opkhelper 3.0 features. | P. J. McDermott | 2013-05-26 | 2 | -8/+5 |
| | |||||
* | Ensure make returns to correct dir after command. | P. J. McDermott | 2012-10-20 | 1 | -1/+2 |
| | |||||
* | Update packaging to SPF 2.0. | P. J. McDermott | 2012-10-20 | 10 | -20/+23 |
| | | | | Also, add self to maintainers. | ||||
* | Fix configuration? | P. J. McDermott | 2012-04-29 | 1 | -4/+4 |
| | |||||
* | Remove RPC option. | P. J. McDermott | 2012-04-29 | 1 | -2/+2 |
| | |||||
* | Initial commit. | P. J. McDermott | 2012-04-29 | 10 | -0/+1387 |
Package from Joe, plus modifications by P. J. |