1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 12:27:51 +03:00
Commit Graph

174 Commits

Author SHA1 Message Date
cshore
03dd7f3197 busybox: Fixed remote logging bug in which starting syslog before the network (and hence the remote host being available) results in failure to do any remote logging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-27 12:18:12 +00:00
nico
8a27bf15dc package/busybox: update to 1.16.2 (bug fix release)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-16 13:24:11 +00:00
nico
8fefd3e29a package/busybox: add upstream hush patch, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21545 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-23 14:00:43 +00:00
nico
f5275883b9 package/busybox: add upstream udhcp hostname truncation fix, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21510 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-19 21:39:10 +00:00
nico
626912ac05 package/busybox: add 2 upstream fixes (ash & cpio), bumb release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21186 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-27 11:59:19 +00:00
nico
7a1551ae77 package/busybox: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21185 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-27 11:50:37 +00:00
acoul
190864f62a package/busybox: add upstream sed patch, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21151 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-25 06:28:09 +00:00
nico
742ab3aa56 package/busybox: add 3 upstream fixes, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 08:48:19 +00:00
nico
9ac93adcf7 [package] busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20661 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 00:58:46 +00:00
juhosg
d11c471cf9 package/busybox: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20455 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 14:27:47 +00:00
florian
6f36c97668 [package] fix busybox's ping compilation when the fancy feature is turned off (#6489)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-28 12:58:02 +00:00
jow
84909d08d3 [package] busybox: implement -q flag for insmod for Linux 2.6 and
actually suppress errors when the flag is specified, part 2 of the
iptables modprobe fix


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-24 23:59:46 +00:00
hauke
06fe5c22d3 [br2684] allow routed mode operation again
Fix part of bug #6709.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19779 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-20 13:18:34 +00:00
nico
c57226a84e [package] busybox: update to v1.15.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18781 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-15 03:38:51 +00:00
nico
094ece437d [package] busybox: remove uniq memleak patch, applet was fixed upstream in v1.15.2 (closes: #6354)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18778 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-14 15:57:00 +00:00
florian
a656395fe8 [package] update busybox to 1.15.2 (#5926)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-07 16:56:04 +00:00
florian
6b398193ef [package] prevent busybox's ping6 from crashing (#4604)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-24 22:13:19 +00:00
nico
26df34e35f busybox: restore previous inittab handling when terminal can't be accessed (closes: #6181)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-22 17:00:50 +00:00
hcg
a5aafb299c [busybox] At boot, the startup process is executed in a non-interactive shell. Default 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 06:51:30 +00:00
nbd
513ebf4eac busybox: remove "default y" in the lock config item to fix nommu builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 19:56:23 +00:00
nico
5149fca5d2 [package] busybox: remove empty patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17803 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-01 07:46:42 +00:00
nico
9dfc3e34ee [package] busybox: update to v1.14.4 (closes: #5619)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-28 12:38:46 +00:00
nbd
7b7b2eed91 busybox: add support for union mounts (not included in the kernel yet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-25 20:46:51 +00:00
nico
f22f2b6411 fix df -h output (closes: #5290)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 00:07:19 +00:00
nbd
49d3415549 udhcpc: add cidr routes support (patch from #5299)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-13 14:42:47 +00:00
nbd
22c5f2c385 busybox: fix watchdog util compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 16:55:52 +00:00
nico
65ad43e4c0 [package] busybox: fix build error in insmod applet on 2.4 (closes: #5220)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 13:21:48 +00:00
nico
e53ecb012e [package] busybox: update to v1.13.4 (closes: #4279)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 17:15:39 +00:00
nico
396dbf68b1 [package] busybox: update to v1.12.4 (partially closes: #4279)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 13:52:31 +00:00
jow
12bb1cec17 [package] busybox: avoid infinite loop in lsmod (#4834)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-29 20:26:45 +00:00
hauke
2db05e4bbb busybox: refresh busybox patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14590 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-21 15:07:45 +00:00
nico
405ff62784 fix brctl on linux 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13194 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-13 04:22:05 +00:00
nico
0a2871aad2 fix busybox brctl rejecting 0 as a valid value in time-related commands (setageing, setfd, ...)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13163 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-09 22:38:59 +00:00
nico
875000f68a upgrade busybox to 1.11.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13160 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-09 17:55:06 +00:00
nbd
988734b10c add back the include() function to awk (extracted from the old awx patch)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-29 20:02:52 +00:00
mbm
9c8c85d981 fix a null pointer deref in vi's search
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-29 13:46:28 +00:00
nbd
1084c92661 fix busybox http auth if the root user has an empty password
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-06 16:33:14 +00:00
nbd
584f54c224 busybox: remove the upstream-provided bugfix patch for line editing
it actually breaks the history functionality instead of fixing it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 15:26:25 +00:00
nico
6a512f3055 upgrade busybox to v1.11.2 and add current upstream fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-22 12:36:13 +00:00
nico
909de75f9c remove patch missed from [12498] only needed for ipkg support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-22 11:00:41 +00:00
nbd
843f6703a8 remove ipkg from busybox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-02 11:28:38 +00:00
nbd
cc7df8cbce remove awx from busybox, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-02 11:18:47 +00:00
nbd
842f5cacc4 BusyBox httpd Accept Header Patch
With this patch the BusyBox httpd pass the "Accept:" and
"Accept-Language:" header by the environment variables to the
CGI-Script, so this can make Content Negotiation to deliver the page in
the language, which was selected by the user in the browser settings,
and/or serve the XHTML page with the right MIME-Type
application/xhtml+xml to user agents which support it und text/html
which don't.

Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12496 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-02 11:16:43 +00:00
agb
e56a83b19e [busybox] Use unsigned longs for bitwise operations in awk, thanks benoar.
- Resolves the ipcalc.sh bug on some arches, closes #3012, #3946
 - Submitted upstream as busybox bug #4774

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-28 16:40:53 +00:00
nbd
41d62be633 add back busybox httpd password auth support - fixes x-wrt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-28 12:58:59 +00:00
nbd
113ff08a1f fix busybox compile on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-27 19:35:47 +00:00
nico
1b43b384d7 remove empty patches left over after [12348]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-20 15:20:19 +00:00
kaloz
ac2d02c3e0 upgrade busybox to v1.11.1 and add current upstream fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-20 14:00:34 +00:00
nbd
35b652105b oops, applied the ipkg patch with the wrong patchlevel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 16:46:26 +00:00
nbd
b59f896089 don't call deconfig in udhcpc when entering the renew phase
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 19:26:33 +00:00