summaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
* busybox: additional 1.13.2 fixesPeter Korsgaard2009-02-012-0/+149
|
* busybox: rebuild if .config changedPeter Korsgaard2009-01-291-4/+4
| | | | As reported on irc - Fixes busybox-menuconfig
* busybox: remove unused handling of ancient versions no longer in BRPeter Korsgaard2009-01-291-8/+0
|
* busybox: 1.13.2 tar fixPeter Korsgaard2009-01-201-0/+11
|
* busybox: 1.13.2 depmod fixPeter Korsgaard2009-01-191-0/+121
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* busybox: 1.13.2 mdev fixPeter Korsgaard2009-01-121-0/+39
|
* buildroot: set SHELL instead of messing around with CONFIG_SHELLPeter Korsgaard2009-01-011-1/+1
| | | | | Simply set SHELL to bash instead of adding CONFIG_SHELL to all shell invocations. CONFIG_SHELL is still set, as it is used by kconfig.
* busybox: bump 1.12.x / 1.13.x versionsPeter Korsgaard2008-12-318-259/+2
|
* busybox: 1.13.1 dc fixPeter Korsgaard2008-12-301-0/+13
|
* busybox; fix iptunnel compile with 2.6.28 headers (from r24253)Peter Korsgaard2008-12-291-0/+80
|
* busybox: 1.13.1 bindtodevice fixPeter Korsgaard2008-12-111-0/+86
|
* busybox: additional 1.13.1 fixesPeter Korsgaard2008-12-102-0/+47
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-3/+3
|
* busybox: 1.13.1 crond fixPeter Korsgaard2008-12-071-0/+20
|
* busybox: 1.13.1 ip fixPeter Korsgaard2008-12-041-0/+11
|
* busybox: bump 1.12.x / 1.13.x versionsPeter Korsgaard2008-11-2910-541/+2
|
* busybox: updated 1.13.0 ash fixPeter Korsgaard2008-11-281-1/+186
|
* busybox: updated 1.13.0 ash fixPeter Korsgaard2008-11-221-5/+6
|
* busybox: fixup id applet on 1.13.0 for old uclibc versionsPeter Korsgaard2008-11-212-1/+9
| | | | | | | | The id applet in 1.13.0 only compiles with uclibc < 0.9.30 if the busybox internal passwd/grp functions are used. Therefore, automatically enable CONFIG_USE_BB_PWD_GRP if that situation is detected and warn the user.
* busybox: 1.13.0 ash fixPeter Korsgaard2008-11-211-0/+89
|
* busybox: 1.13.0 klogd fixPeter Korsgaard2008-11-201-0/+29
|
* busybox: updated 1.13.0 id patch (only error out if needed)Peter Korsgaard2008-11-171-2/+4
|
* busybox: 1.13.0 id patch (check)Peter Korsgaard2008-11-161-0/+15
|
* busybox: disable id applet for 1.13.xPeter Korsgaard2008-11-153-1/+971
| | | | | busybox 1.13.0 id applet doesn't compile with uclibc 0.9.29 / 0.9.28, so disable it for now.
* busybox: add 1.13.x, mark older as deprecatedPeter Korsgaard2008-11-134-2/+91
|
* busybox: bump 1.12.x versionPeter Korsgaard2008-11-1310-339/+36
|
* busybox: basename 1.12.1 fixPeter Korsgaard2008-11-071-0/+10
|
* busybox: additional 1.12.1 patchesPeter Korsgaard2008-11-025-4/+272
|
* busybox: add 1.12.1 modprobe fixPeter Korsgaard2008-10-131-0/+33
|
* busybox: 1.12.1 grep fixPeter Korsgaard2008-10-061-0/+27
|
* busybox: bump 1.11.x and 1.12.x versionsPeter Korsgaard2008-09-288-811/+2
|
* busybox: more 1.12.0 patchesPeter Korsgaard2008-09-224-9/+628
|
* busybox: 1.11.2 patchPeter Korsgaard2008-09-091-0/+21
|
* busybox: remove stale busybox 1.11.1 patchesPeter Korsgaard2008-09-094-231/+0
| | | | Hamish, don't forget to remove those when you bump the version
* busybox: additional 1.12.0 patchesPeter Korsgaard2008-08-312-0/+154
|
* busybox: udhcpc patch for 1.12.0Peter Korsgaard2008-08-281-0/+15
|
* Bump 1.11.x version to 1.11.2 (no patches yet)Hamish Moffatt2008-08-261-1/+1
|
* busybox: add 1.12.x and make it defaultPeter Korsgaard2008-08-211-1/+6
|
* busybox: fix missing dependencies in unpacked and config rulesPeter Korsgaard2008-08-061-2/+2
| | | | | | | Aadds dependency to host-sed and $(PROJECT_BUILD_DIR) when running make busybox-config and busybox-unpacked. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* busybox: additional 1.11.1 patchesPeter Korsgaard2008-08-062-2/+159
|
* busybox: default HIDE_OTHERS to y for all versionsPeter Korsgaard2008-08-041-1/+1
| | | | | There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS by default for the snapshot version.
* busybox: additional 1.11.1 fixPeter Korsgaard2008-07-231-0/+12
|
* busybox: 1.11.1 patchesPeter Korsgaard2008-07-222-0/+62
|
* busybox: bump 1.11.x versionPeter Korsgaard2008-07-118-862/+1
|
* busybox: more 1.11.0 patchesPeter Korsgaard2008-07-062-0/+148
|
* busybox: default to 1.11.xPeter Korsgaard2008-07-011-2/+3
|
* busybox 1.11.0: additional fixesPeter Korsgaard2008-07-012-0/+187
|
* busybox: 1.11.0 fixesPeter Korsgaard2008-06-283-0/+526
|
* busybox: add 1.11.xPeter Korsgaard2008-06-262-1/+856
|