Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/busybox: rename 'target-config.in' to 'Config.in' for coherency, ↵ | Nicolas Thill | 2010-04-16 | 2 | -5/+7 |
| | | | | | | move submenu to it and source main busybox Config.in from there SVN-Revision: 20912 | ||||
* | package/busybox: add 3 upstream fixes, bump release number | Nicolas Thill | 2010-04-16 | 4 | -1/+190 |
| | | | | SVN-Revision: 20904 | ||||
* | package/busybox: enable blkid, mkswap & swaponoff applets, enable ↵ | Nicolas Thill | 2010-04-06 | 2 | -16/+16 |
| | | | | | | uuid/volumeid support, bumb release number SVN-Revision: 20726 | ||||
* | busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner) | Nicolas Thill | 2010-04-03 | 28 | -116/+302 |
| | | | | SVN-Revision: 20661 | ||||
* | busybox: add myself as maintainer | Nicolas Thill | 2010-04-02 | 1 | -1/+2 |
| | | | | SVN-Revision: 20657 | ||||
* | package/busybox: refresh patches | Gabor Juhos | 2010-03-26 | 1 | -9/+7 |
| | | | | SVN-Revision: 20455 | ||||
* | busybox: disable httpd applet | Jo-Philipp Wich | 2010-03-25 | 2 | -64/+10 |
| | | | | SVN-Revision: 20432 | ||||
* | If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron will place ↵ | Florian Fainelli | 2010-03-21 | 1 | -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 Thill | 2010-03-10 | 1 | -1/+1 |
| | | | | | | option SVN-Revision: 20122 | ||||
* | fix busybox's ping compilation when the fancy feature is turned off (#6489) | Florian Fainelli | 2010-02-28 | 1 | -6/+16 |
| | | | | SVN-Revision: 19904 | ||||
* | busybox: fix typo in last commit, thx Nico | Jo-Philipp Wich | 2010-02-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 19853 | ||||
* | busybox: disable busybox' own stripping, fixes stripped bb binary in ↵ | Jo-Philipp Wich | 2010-02-25 | 1 | -1/+1 |
| | | | | | | STAGING_DIR_ROOT SVN-Revision: 19852 | ||||
* | busybox: implement -q flag for insmod for Linux 2.6 and actually suppress ↵ | Jo-Philipp Wich | 2010-02-24 | 1 | -0/+33 |
| | | | | | | errors when the flag is specified, part 2 of the iptables modprobe fix SVN-Revision: 19851 | ||||
* | allow routed mode operation again | Hauke Mehrtens | 2010-02-20 | 2 | -6/+6 |
| | | | | | | Fix part of bug #6709. SVN-Revision: 19779 | ||||
* | busybox: update to v1.15.3 | Nicolas Thill | 2009-12-15 | 3 | -14/+2 |
| | | | | SVN-Revision: 18781 | ||||
* | busybox: remove uniq memleak patch, applet was fixed upstream in v1.15.2 ↵ | Nicolas Thill | 2009-12-14 | 1 | -11/+0 |
| | | | | | | (closes: #6354) SVN-Revision: 18778 | ||||
* | busybox: adjust hush default configuration | Felix Fietkau | 2009-12-09 | 1 | -10/+10 |
| | | | | SVN-Revision: 18712 | ||||
* | update busybox to 1.15.2 (#5926) | Florian Fainelli | 2009-12-07 | 35 | -234/+399 |
| | | | | SVN-Revision: 18684 | ||||
* | prevent busybox's ping6 from crashing (#4604) | Florian Fainelli | 2009-11-24 | 2 | -1/+13 |
| | | | | SVN-Revision: 18528 | ||||
* | busybox: restore previous inittab handling when terminal can't be accessed ↵ | Nicolas Thill | 2009-11-22 | 1 | -1/+1 |
| | | | | | | (closes: #6181) SVN-Revision: 18485 | ||||
* | At boot, the startup process is executed in a non-interactive shell. Default ↵ | Hamish Guthrie | 2009-10-20 | 1 | -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 Fietkau | 2009-10-10 | 1 | -0/+4 |
| | | | | | | target yet, but gets close) SVN-Revision: 18019 | ||||
* | busybox: remove "default y" in the lock config item to fix nommu builds | Felix Fietkau | 2009-10-05 | 1 | -2/+1 |
| | | | | SVN-Revision: 17925 | ||||
* | busybox: support 64 bit math in shell tests. this does not seem to increase ↵ | Felix Fietkau | 2009-10-03 | 1 | -2/+2 |
| | | | | | | the binary size at all (tested on mips), fixes #2871 SVN-Revision: 17838 | ||||
* | busybox: remove empty patches | Nicolas Thill | 2009-10-01 | 2 | -0/+0 |
| | | | | SVN-Revision: 17803 | ||||
* | busybox: update to v1.14.4 (closes: #5619) | Nicolas Thill | 2009-09-28 | 36 | -227/+336 |
| | | | | SVN-Revision: 17782 | ||||
* | busybox: add support for union mounts (not included in the kernel yet) | Felix Fietkau | 2009-09-25 | 1 | -0/+29 |
| | | | | SVN-Revision: 17724 | ||||
* | busybox: adjust default config for nommu targets | Felix Fietkau | 2009-08-21 | 1 | -0/+19 |
| | | | | SVN-Revision: 17348 | ||||
* | fix df -h output (closes: #5290) | Nicolas Thill | 2009-07-07 | 1 | -0/+13 |
| | | | | SVN-Revision: 16723 | ||||
* | udhcpc: add cidr routes support (patch from #5299) | Felix Fietkau | 2009-06-13 | 1 | -0/+18 |
| | | | | SVN-Revision: 16433 | ||||
* | busybox: fix watchdog util compile | Felix Fietkau | 2009-05-28 | 1 | -0/+12 |
| | | | | SVN-Revision: 16150 | ||||
* | busybox: fix build error in insmod applet on 2.4 (closes: #5220) | Nicolas Thill | 2009-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 16107 | ||||
* | busybox: update to v1.13.4 (closes: #4279) | Nicolas Thill | 2009-05-25 | 42 | -1017/+454 |
| | | | | SVN-Revision: 16063 | ||||
* | busybox: update to v1.12.4 (partially closes: #4279) | Nicolas Thill | 2009-05-25 | 40 | -472/+542 |
| | | | | SVN-Revision: 16053 | ||||
* | busybox: add possibility to set crond log level through /etc/config/system ↵ | Jo-Philipp Wich | 2009-04-29 | 2 | -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 Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | rename our /bin/login script to /bin/login.sh to avoid collisions with ↵ | Felix Fietkau | 2009-04-04 | 1 | -1/+1 |
| | | | | | | busybox - we always use -l on telnetd anyway SVN-Revision: 15097 | ||||
* | busybox: avoid infinite loop in lsmod (#4834) | Jo-Philipp Wich | 2009-03-29 | 2 | -1/+12 |
| | | | | SVN-Revision: 15071 | ||||
* | busybox: fix spurious rebuild issue | Felix Fietkau | 2009-03-22 | 1 | -4/+6 |
| | | | | SVN-Revision: 14975 | ||||
* | busybox: refresh busybox patches | Hauke Mehrtens | 2009-02-21 | 20 | -70/+70 |
| | | | | SVN-Revision: 14590 | ||||
* | fix incorrect quoting in busybox cron init script | Jo-Philipp Wich | 2009-02-17 | 2 | -2/+2 |
| | | | | SVN-Revision: 14540 | ||||
* | remove IPKG_ARCH variable, unused anymore since ipkg support was removed ↵ | Nicolas Thill | 2009-01-21 | 1 | -2/+1 |
| | | | | | | from busybox SVN-Revision: 14142 | ||||
* | busybox brctl does not support showmacs or showstp (#4206) | Florian Fainelli | 2009-01-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 14093 | ||||
* | busybox: Increment PKG_RELEASE | Rod Whitby | 2008-12-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 13535 | ||||
* | busybox: Enabled FEATURE_HTTPD_PROXY by default (cost is 580 bytes) | Rod Whitby | 2008-12-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 13534 | ||||
* | fix brctl on linux 2.4 | Nicolas Thill | 2008-11-13 | 1 | -0/+74 |
| | | | | SVN-Revision: 13194 | ||||
* | bridge (brctl) changes: - enable brctl in busybox - disable bridge-utils - ↵ | Nicolas Thill | 2008-11-11 | 2 | -5/+5 |
| | | | | | | bumb busybox release number SVN-Revision: 13180 | ||||
* | fix busybox brctl rejecting 0 as a valid value in time-related commands ↵ | Nicolas Thill | 2008-11-09 | 1 | -0/+13 |
| | | | | | | (setageing, setfd, ...) SVN-Revision: 13163 | ||||
* | upgrade busybox to 1.11.3 | Nicolas Thill | 2008-11-09 | 3 | -159/+2 |
| | | | | SVN-Revision: 13160 | ||||
* | add back the include() function to awk (extracted from the old awx patch) | Felix Fietkau | 2008-10-29 | 1 | -0/+212 |
| | | | | SVN-Revision: 13081 |