summaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
...
* add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)nbd2007-11-121-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable a totally braindead optimization in busybox that causes various ↵nbd2007-11-101-0/+40
| | | | | | applets to crash on mips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9532 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade busybox to 1.8.1nbd2007-11-1017-495/+549
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* forgot to bump up the release version from the patches the other daypavlov2007-10-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* expose an environment variable (IPKG_UPGRADE) to the scripts executed during ↵pavlov2007-10-301-0/+41
| | | | | | a package upgrade so that they can intelligently determine what to do inside the ipk git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add username/password options to ipkg, note this only works if you have a ↵pavlov2007-10-301-0/+56
| | | | | | real wget implementation rather than the busybox limited wget git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh busybox patchespavlov2007-10-3027-224/+226
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix absolute path to .ko files in insmodnbd2007-10-241-12/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix insmod crash when the module is not foundnbd2007-10-081-21/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable nicenbd2007-10-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix segfault with insmod on 2.4nbd2007-10-051-20/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix compile error with 2.4nbd2007-10-051-13/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add upstream fixes for 1.7.2nbd2007-10-052-0/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade busybox to 1.7.2nbd2007-10-0548-1303/+1965
| | | | | | | | | | | - clean up insmod crap - add some lineno/programname fixes for awx - clean up awk getopt stuff - remove unnecessary patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix busybox configuration submenunico2007-10-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable ps -w by defaultnbd2007-09-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8946 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵nico2007-09-071-2/+2
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable start-stop-daemon by default, i want to use this to clean up a few ↵nbd2007-09-061-1/+1
| | | | | | init scripts soon git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the CONFIG_LFS option (#2276)florian2007-08-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a socket leak in udhcpc (patch by Eric L. Chen)nbd2007-07-201-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8069 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add fix for running udhcpc on bridges (patch by Eric L. Chen)nbd2007-07-181-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: Ensure that diff is available for ipkg upgrade requirementsrwhitby2007-07-132-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add busybox printf patch from #2021nbd2007-07-091-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix busybox --help problems on rebuildmbm2007-07-071-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump busybox release numbernbd2007-07-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massively reduce the number of forks that busybox ash has to do while ↵nbd2007-07-011-0/+30
| | | | | | | | | processing our scripts this is accomplished simply by changing the order in which it looks for builtins and applets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7815 3c298f89-4303-0410-b956-a3cf2f4a3e73
* check for + in the broadcast address before attempting a dns lookupnbd2007-06-291-0/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Send a kill signal to cron, otherwise two instances could be running (#1923)florian2007-06-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7704 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix cgi-bin directory handling (#1764)nbd2007-06-211-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix awk segfaultnbd2007-06-151-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7640 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix removing links to applets (#1770)florian2007-06-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove symbolic links to non-existent applets (#1770)florian2007-06-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only support 2.6 modules on 2.6, and only 2.4 modules on 2.4kaloz2007-06-081-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix insmod search when 2.4 module support is disabledkaloz2007-06-081-0/+196
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh all package patches in the buildroot using quiltnbd2007-06-0425-402/+530
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* awx: fix translationnbd2007-05-231-8/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* awx: fix a typonbd2007-05-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix awx segfaultsnbd2007-05-231-40/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the patch filenbd2007-05-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix malformed patchrwhitby2007-05-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove debug crap accidentally left in the patchnbd2007-05-201-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* awx: improve memory allocation handlingnbd2007-05-201-27/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rewritten template parser for awx - uses @for, @if, @else, @end for basic ↵nbd2007-05-201-67/+466
| | | | | | flow control git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* awx: variable initialization fixnbd2007-05-151-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7243 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make udhcpc silent after 3 'Sending discover ...' messagesnbd2007-05-141-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* START/STOP values must be specified in the init scriptmbm2007-05-103-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7164 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to busybox 1.4.2 (fixes #1653)mbm2007-05-107-204/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix busybox rebuild when config changesmbm2007-04-251-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move gen_busybox_menuconfig.pl to package/busyboxnbd2007-04-041-0/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace gen_busybox_config.pl with a simple sed commandnbd2007-04-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6864 3c298f89-4303-0410-b956-a3cf2f4a3e73