Felix Fietkau
e959878ca0
add busybox printf patch from #2021
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7895 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-09 03:05:18 +00:00
Mike Baker
6836648484
fix busybox --help problems on rebuild
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-07 20:12:42 +00:00
Felix Fietkau
08d6217b42
massively reduce the number of forks that busybox ash has to do while 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
2007-07-01 03:42:49 +00:00
Felix Fietkau
7a03119dc4
check for + in the broadcast address before attempting a dns lookup
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7767 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-29 00:07:43 +00:00
Felix Fietkau
38eb497469
fix cgi-bin directory handling ( #1764 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-21 16:17:59 +00:00
Felix Fietkau
b2e1307329
fix awk segfault
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7640 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-15 21:50:04 +00:00
Imre Kaloz
d92c92fd29
fix insmod search when 2.4 module support is disabled
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-08 10:26:34 +00:00
Felix Fietkau
12a81e859f
refresh all package patches in the buildroot using quilt
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-04 11:25:53 +00:00
Felix Fietkau
713986e32e
awx: fix translation
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-23 20:52:35 +00:00
Felix Fietkau
a19c8358e1
awx: fix a typo
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-23 18:33:59 +00:00
Felix Fietkau
a804df532a
fix awx segfaults
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-23 17:15:19 +00:00
Felix Fietkau
ad559974fd
fix the patch file
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 21:41:12 +00:00
Rod Whitby
30d96b7564
Fix malformed patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 21:36:49 +00:00
Felix Fietkau
c9733cc9da
remove debug crap accidentally left in the patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 21:05:55 +00:00
Felix Fietkau
533577144a
awx: improve memory allocation handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 21:00:07 +00:00
Felix Fietkau
162dcd7704
rewritten template parser for awx - uses @for, @if, @else, @end for basic flow control
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7276 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 06:36:12 +00:00
Felix Fietkau
9c48f9bc45
awx: variable initialization fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7243 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-15 00:13:38 +00:00
Felix Fietkau
e554bcb744
make udhcpc silent after 3 'Sending discover ...' messages
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-14 16:05:17 +00:00
Mike Baker
b21049660f
update to busybox 1.4.2 ( fixes #1653 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-10 08:01:55 +00:00
Mike Baker
84bf5841fa
fix busybox rebuild when config changes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7051 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-25 22:33:38 +00:00
Felix Fietkau
51a8ac3cd9
patch for busybox httpd that adds an option for redirecting all requests to a specific page (e.g. for making a splash screen)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6818 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-02 09:40:01 +00:00
Felix Fietkau
88c2ab9a03
check initseq->first in awx after running include()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6751 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-29 00:08:43 +00:00
Felix Fietkau
e5001d6813
fix an uninitialized variable in awx (does not fix random segfault yet, still looking into it)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-28 23:19:39 +00:00
Felix Fietkau
8ee63def2c
add -i <include file> and -f <ahtml file> options for awx interpreter (requested by mbm)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6561 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-14 01:13:57 +00:00
Felix Fietkau
ab57620a83
fix the patchlevel of the busybox stty patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-13 12:47:17 +00:00
Hamish Guthrie
c0638ceca0
Small bug fix to package/kernel/modules/other.mk
...
stty broken in busybox 1.4.1, added patch with fixed code from BB SVN.
This will need to be removed when 1.4.2 is released.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6559 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-13 12:18:35 +00:00
Felix Fietkau
0bde423aa5
replace libcgi with some code extracted from haserl - libcgi is too inflexible and breaks rrdtool
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-11 18:17:08 +00:00
Felix Fietkau
8513483ed3
add awx (awk web extension) - experimental core for a new web interface framework
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6549 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-11 05:35:46 +00:00
Felix Fietkau
f19a262b23
hopefully fix ping bugs introduced in [6443]
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-04 14:36:34 +00:00
Florian Fainelli
5a85d2f171
Fix truncated pings results when packets are too small. Also check for packet maximum size, so that busybox's ping could not be responsible for flooding hosts.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-28 19:45:36 +00:00
Felix Fietkau
1bde0390cf
fix the issue of httpd no longer working when its root directory is replaced
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-28 17:58:23 +00:00
Florian Fainelli
1e1f0a5819
Add macosx fix from #1407
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-26 21:54:55 +00:00
Felix Fietkau
e7002c7daf
fix memleak in uniq ( #1354 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 19:15:30 +00:00
Felix Fietkau
7e6aba171d
fix tar segfault (patch from busybox svn rev. 17772)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-13 23:02:44 +00:00
Felix Fietkau
2c521d1050
add some more busybox patches from upstream
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-12 22:34:54 +00:00
Felix Fietkau
fc55109a12
fix for multiple lock/unlock operations in 'lock' command (found by framer99)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-12 16:35:23 +00:00
Felix Fietkau
c50afe92ff
oops... accidentally merged a broken patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-11 20:30:48 +00:00
Felix Fietkau
75e39c5122
fix a bug that breaks some cgi scripts on busybox (patch from x-wrt)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-11 20:17:04 +00:00
Felix Fietkau
a0e12aecbb
revert httpd header handling code to the one from busybox 1.3.1 - fixes problems with cgis and custom headers
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6281 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-10 17:16:10 +00:00
Felix Fietkau
738e71e4ba
upgrade to busybox 1.4.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6261 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-04 08:41:37 +00:00
Felix Fietkau
758645dec6
unbreak cgis with custom headers on busybox httpd
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-01 16:02:06 +00:00
Felix Fietkau
7e167939b3
fix stupid busybox bin2hex bug
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-27 17:38:17 +00:00
Felix Fietkau
950b8f5344
really fix busybox wget command line parsing
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-27 15:21:53 +00:00
Felix Fietkau
72aa4ea3b6
fix wget --passive-ftp
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6211 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 20:08:46 +00:00
Felix Fietkau
f944373ea3
another fix for the awk command line parsing - should finally work properly now
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 19:57:51 +00:00
Felix Fietkau
9cd5733d25
upgrade busybox to 1.4.0
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6204 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 19:08:01 +00:00
Felix Fietkau
ea0ecf688c
rename patch to avoid duplicate patch number
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 17:09:15 +00:00
Felix Fietkau
e179cfcc9a
fix syslogd output to /dev/console (patch from #1170 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6131 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-19 12:57:23 +00:00
Felix Fietkau
b2c879a94f
busybox: remove the bogus SIZEOF_LONG check ( #1127 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6012 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-07 15:18:15 +00:00
Felix Fietkau
ed1654aab2
drop -Werror from busybox - prevents compile errors like #1130
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6009 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-06 18:56:46 +00:00
Florian Fainelli
d7178c3ebb
Add an OSX specific patch to compile busybox with Darwin, possible fix for BSDs as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-05 15:27:24 +00:00
Felix Fietkau
4d3acca0d8
replace our no_shadow fix with a better patch from upstream ( #1118 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-01 23:27:16 +00:00
Felix Fietkau
d2fd3c259e
revert to previous awk getopt behavior - the new one seems crappier and breaks a few things, like multiple -f arguments
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-01 22:13:56 +00:00
Nicolas Thill
06a414bd3c
fix busybox linking when /bin/sh is not bash ( closes : #1115 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-01 20:19:24 +00:00
Florian Fainelli
da0bc02979
Fix the lock warning ( #1111 ), also add another download source
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5944 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-31 15:40:13 +00:00
Nicolas Thill
924b7ef598
update busybox to v1.3.1, i was too lazy to update patch 320, feel free to do so
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-30 19:35:58 +00:00
Mike Baker
75b1b6822a
add "export -n" to ash
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5615 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-22 20:17:18 +00:00
Nicolas Thill
d80bce98c8
fix oversized packets in udhcpc ( closes : #962 ), bump busybox release number in whiterussian
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-19 01:44:16 +00:00
Felix Fietkau
5c78bab47c
add support for -t 0 (infinite retry) in busybox udhcpc and use it in the network scripts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-09 23:41:50 +00:00
Felix Fietkau
a277034a7d
reduce the possibility of race conditions when using the lock utility
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 01:32:49 +00:00
Nicolas Thill
3f5404494c
fix unknown arch in ipkg: use our ARCH instead of busybox's TARGET_ARCH ( closes : #689 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4959 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-08 13:10:10 +00:00
Felix Fietkau
7acba7ff92
really fix webif password access patch for busybox
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4936 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-06 18:52:02 +00:00
Felix Fietkau
acfaea5a2e
fix for the password check (checked the wrong variable)
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-02 17:43:42 +00:00
Felix Fietkau
bc79928258
port last commit to -ng
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-02 17:40:03 +00:00
Mike Baker
84c1720e95
fix grep's -C option
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-25 21:51:22 +00:00
Felix Fietkau
0a4c38bcb1
revert [4599], the bug was fixed elsewhere
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4618 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-21 23:15:09 +00:00
Felix Fietkau
e9568d360b
don't try to use gnu wget specific options in ipkg
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-18 17:12:00 +00:00
Nicolas Thill
fc13c22f91
fix wget long options bug ( closes : #682 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4586 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-18 00:00:15 +00:00
Nicolas Thill
50648868b4
update busybox to v1.2.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-08 10:27:25 +00:00
Felix Fietkau
97f6ae6f2c
add copyright headers to busybox patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4095 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27 00:51:59 +00:00
Felix Fietkau
00b8251de5
don't compile libipkg in busybox if ipkg is disabled
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-04 01:31:03 +00:00
Nicolas Thill
2639fcb228
sync busybox with trunk (update to v1.1.3).
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-24 07:06:23 +00:00
Imre Kaloz
100aa9aaf2
upgrade to busybox 1.1.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-12 12:07:44 +00:00
Felix Fietkau
243d8b3534
fix segfault in locking utility
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3617 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-11 13:54:43 +00:00
Felix Fietkau
e1b417ee76
large init script cleanup and merge of whiterussian changes, new dnsmasq config handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3588 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-05 02:09:22 +00:00
Nicolas Thill
3214b63777
update ipkg patch for 1.1.1, expose an hash_fd function again removed in 1.1.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3579 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-02 15:34:41 +00:00
Imre Kaloz
c1f422aec9
upgrade busybox to v1.1.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-02 15:16:27 +00:00
Florian Fainelli
1af4adf945
Added support httpd user-agent, IP address binding, closes #265 and #108
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3165 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-06 15:45:24 +00:00
Felix Fietkau
55f7497618
busybox httpd.conf: add support for reading passwords from /etc/passwd (syntax: $p$user, similar to md5 password syntax $1$password)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-04 01:21:35 +00:00
Florian Fainelli
0b029c16e2
Removed 220-http_address_binding.patch as it does not work for the moment. Closes #256
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-29 13:53:19 +00:00
Imre Kaloz
b142722ef2
upgrade busybox to 1.1.0 final
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2977 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-14 17:22:39 +00:00
Felix Fietkau
8853d0b1e2
add ip address parameter to netmsg utility
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2967 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-14 01:21:53 +00:00
Felix Fietkau
a766671132
add small 'netmsg' utility to send udp broadcast messages
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2893 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-11 00:41:50 +00:00
Florian Fainelli
df783a1a4b
Added support for httpd IP address binding, worksforme #108
...
Corrected module extension in for kmod-usb-visor
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2850 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-07 00:44:05 +00:00
Nicolas Thill
3ba9bce0b5
fix busybox+ipkg build
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2733 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-12-19 17:03:27 +00:00
Nicolas Thill
9328c9c029
fix ipkg segfaults
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2732 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-12-19 14:44:05 +00:00
Imre Kaloz
19b3588489
upgrade busybox to v1.1.0-pre1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2687 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-12-15 11:08:30 +00:00
Felix Fietkau
948e20b936
don't display an 8 character password limit on the passwd prompt
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-12-11 22:23:32 +00:00
Felix Fietkau
696c05bcfe
create /var/spool/cron in cron init script and change the default crontab location to /etc/crontabs ( fixes #88 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-12-11 22:00:56 +00:00
Felix Fietkau
0d0ecaa2ed
fix stupid bug in my busybox ash performance patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2457 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-12 21:47:49 +00:00
Felix Fietkau
2844257444
add a busybox ash performance hack
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2398 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-09 13:25:00 +00:00
Nicolas Thill
69fa96bfdf
update ipkg patch to v1.99.154,
...
add a patch to suppress warnings from libipkg compilation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2343 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-06 05:18:05 +00:00
Felix Fietkau
01f7a07cf8
fix telnetd in busybox 1.01
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-22 17:42:37 +00:00
Imre Kaloz
807e44a593
update busybox to v1.01
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2196 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-20 16:27:54 +00:00
Waldemar Brodkorb
704d4d2453
sync with whiterussian
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1923 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-09-14 15:30:53 +00:00
Felix Fietkau
c799c73ce9
add fix for tar command line (thx matled)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1714 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-22 00:30:47 +00:00
Nicolas Thill
32c16a4f48
add a patch to integrate ipkg into busybox
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-13 18:43:22 +00:00
Felix Fietkau
1e30253607
fix udhcp release patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-30 19:51:31 +00:00
Mike Baker
1681b6849d
make dnsmasq probe for dhcp servers before starting a dhcp server
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1110 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-30 09:09:58 +00:00
Felix Fietkau
588c9392db
make busybox passwd work when /etc/passwd is a symlink to /rom
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@431 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-23 14:31:49 +00:00
Mike Baker
35a79f4654
add hexdump -C, preserve mbm's sanity.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-08 06:09:58 +00:00
Mike Baker
449d4bcaa3
*** empty log message ***
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@213 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-02-06 01:32:23 +00:00