summaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
...
* busybox: add myself as maintainerNicolas Thill2010-04-021-1/+2
| | | | SVN-Revision: 20657
* package/busybox: refresh patchesGabor Juhos2010-03-261-9/+7
| | | | SVN-Revision: 20455
* busybox: disable httpd appletJo-Philipp Wich2010-03-252-64/+10
| | | | SVN-Revision: 20432
* If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron will place ↵Florian Fainelli2010-03-211-1/+1
| | | | | | a spurious "crontabs" symlink into it. Patch fro Stefan Monnier SVN-Revision: 20354
* busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) ↵Nicolas Thill2010-03-101-1/+1
| | | | | | option SVN-Revision: 20122
* fix busybox's ping compilation when the fancy feature is turned off (#6489)Florian Fainelli2010-02-281-6/+16
| | | | SVN-Revision: 19904
* busybox: fix typo in last commit, thx NicoJo-Philipp Wich2010-02-251-1/+1
| | | | SVN-Revision: 19853
* busybox: disable busybox' own stripping, fixes stripped bb binary in ↵Jo-Philipp Wich2010-02-251-1/+1
| | | | | | STAGING_DIR_ROOT SVN-Revision: 19852
* busybox: implement -q flag for insmod for Linux 2.6 and actually suppress ↵Jo-Philipp Wich2010-02-241-0/+33
| | | | | | errors when the flag is specified, part 2 of the iptables modprobe fix SVN-Revision: 19851
* allow routed mode operation againHauke Mehrtens2010-02-202-6/+6
| | | | | | Fix part of bug #6709. SVN-Revision: 19779
* busybox: update to v1.15.3Nicolas Thill2009-12-153-14/+2
| | | | SVN-Revision: 18781
* busybox: remove uniq memleak patch, applet was fixed upstream in v1.15.2 ↵Nicolas Thill2009-12-141-11/+0
| | | | | | (closes: #6354) SVN-Revision: 18778
* busybox: adjust hush default configurationFelix Fietkau2009-12-091-10/+10
| | | | SVN-Revision: 18712
* update busybox to 1.15.2 (#5926)Florian Fainelli2009-12-0735-234/+399
| | | | SVN-Revision: 18684
* prevent busybox's ping6 from crashing (#4604)Florian Fainelli2009-11-242-1/+13
| | | | SVN-Revision: 18528
* busybox: restore previous inittab handling when terminal can't be accessed ↵Nicolas Thill2009-11-221-1/+1
| | | | | | (closes: #6181) SVN-Revision: 18485
* At boot, the startup process is executed in a non-interactive shell. Default ↵Hamish Guthrie2009-10-201-0/+12
| | | | | | behavior for a non-interactive shell is that SIGINT is processeld locally by the shell (and typically ignored), this runtime environment is inherited by children, hence Ctrl-C has no effect within a telnet session. This patch enables the correct behavior SVN-Revision: 18088
* gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵Felix Fietkau2009-10-101-0/+4
| | | | | | target yet, but gets close) SVN-Revision: 18019
* busybox: remove "default y" in the lock config item to fix nommu buildsFelix Fietkau2009-10-051-2/+1
| | | | SVN-Revision: 17925
* busybox: support 64 bit math in shell tests. this does not seem to increase ↵Felix Fietkau2009-10-031-2/+2
| | | | | | the binary size at all (tested on mips), fixes #2871 SVN-Revision: 17838
* busybox: remove empty patchesNicolas Thill2009-10-012-0/+0
| | | | SVN-Revision: 17803
* busybox: update to v1.14.4 (closes: #5619)Nicolas Thill2009-09-2836-227/+336
| | | | SVN-Revision: 17782
* busybox: add support for union mounts (not included in the kernel yet)Felix Fietkau2009-09-251-0/+29
| | | | SVN-Revision: 17724
* busybox: adjust default config for nommu targetsFelix Fietkau2009-08-211-0/+19
| | | | SVN-Revision: 17348
* fix df -h output (closes: #5290)Nicolas Thill2009-07-071-0/+13
| | | | SVN-Revision: 16723
* udhcpc: add cidr routes support (patch from #5299)Felix Fietkau2009-06-131-0/+18
| | | | SVN-Revision: 16433
* busybox: fix watchdog util compileFelix Fietkau2009-05-281-0/+12
| | | | SVN-Revision: 16150
* busybox: fix build error in insmod applet on 2.4 (closes: #5220)Nicolas Thill2009-05-271-1/+1
| | | | SVN-Revision: 16107
* busybox: update to v1.13.4 (closes: #4279)Nicolas Thill2009-05-2542-1017/+454
| | | | SVN-Revision: 16063
* busybox: update to v1.12.4 (partially closes: #4279)Nicolas Thill2009-05-2540-472/+542
| | | | SVN-Revision: 16053
* busybox: add possibility to set crond log level through /etc/config/system ↵Jo-Philipp Wich2009-04-292-2/+3
| | | | | | and use level 5 by default which prevents unneeded debug messages on each job execution SVN-Revision: 15481
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* rename our /bin/login script to /bin/login.sh to avoid collisions with ↵Felix Fietkau2009-04-041-1/+1
| | | | | | busybox - we always use -l on telnetd anyway SVN-Revision: 15097
* busybox: avoid infinite loop in lsmod (#4834)Jo-Philipp Wich2009-03-292-1/+12
| | | | SVN-Revision: 15071
* busybox: fix spurious rebuild issueFelix Fietkau2009-03-221-4/+6
| | | | SVN-Revision: 14975
* busybox: refresh busybox patchesHauke Mehrtens2009-02-2120-70/+70
| | | | SVN-Revision: 14590
* fix incorrect quoting in busybox cron init scriptJo-Philipp Wich2009-02-172-2/+2
| | | | SVN-Revision: 14540
* remove IPKG_ARCH variable, unused anymore since ipkg support was removed ↵Nicolas Thill2009-01-211-2/+1
| | | | | | from busybox SVN-Revision: 14142
* busybox brctl does not support showmacs or showstp (#4206)Florian Fainelli2009-01-181-2/+2
| | | | SVN-Revision: 14093
* busybox: Increment PKG_RELEASERod Whitby2008-12-071-1/+1
| | | | SVN-Revision: 13535
* busybox: Enabled FEATURE_HTTPD_PROXY by default (cost is 580 bytes)Rod Whitby2008-12-071-1/+1
| | | | SVN-Revision: 13534
* fix brctl on linux 2.4Nicolas Thill2008-11-131-0/+74
| | | | SVN-Revision: 13194
* bridge (brctl) changes: - enable brctl in busybox - disable bridge-utils - ↵Nicolas Thill2008-11-112-5/+5
| | | | | | bumb busybox release number SVN-Revision: 13180
* fix busybox brctl rejecting 0 as a valid value in time-related commands ↵Nicolas Thill2008-11-091-0/+13
| | | | | | (setageing, setfd, ...) SVN-Revision: 13163
* upgrade busybox to 1.11.3Nicolas Thill2008-11-093-159/+2
| | | | SVN-Revision: 13160
* add back the include() function to awk (extracted from the old awx patch)Felix Fietkau2008-10-291-0/+212
| | | | SVN-Revision: 13081
* fix a null pointer deref in vi's searchMike Baker2008-10-291-0/+35
| | | | SVN-Revision: 13073
* fix busybox http auth if the root user has an empty passwordFelix Fietkau2008-10-061-2/+2
| | | | SVN-Revision: 12869
* busybox: remove the upstream-provided bugfix patch for line editing it ↵Felix Fietkau2008-09-281-145/+0
| | | | | | actually breaks the history functionality instead of fixing it SVN-Revision: 12763
* fix multiple instances of busybox httpd (thx, Yanira)Felix Fietkau2008-09-231-1/+1
| | | | SVN-Revision: 12663